neta

Original🇨🇳 Chinese
Translated
15 scriptsChecked / no sensitive code detected

Neta API Interaction Skill - Generate images, videos, songs, search for characters/elements, and manage hashtag content. Use this skill when you need to create AI content, query character information, or obtain hashtag data.

3installs
Added on

NPX Install

npx skill4agent add talesofai/neta-skills neta

SKILL.md Content (Chinese)

View Translation Comparison →

Neta Skill

Used to interact with Neta API, supporting multimedia content creation and character/hashtag queries.

Prerequisites

Ensure the environment variable
NETA_TOKEN
is set.

Command Usage

Content Creation

Generate Image
bash
npm start make-image -p "prompt" -a "3:4"
📖 Detailed Guide - Prompt structure, aspect ratio selection, use cases
Generate Video
bash
npm start make-video -i "image URL" -p "action description" -m "model_s"
📖 Detailed Guide - Action description principles, model selection
Generate Song
bash
npm start make-song -p "style description" -l "lyrics content"
📖 Detailed Guide - Style prompts, lyrics format
Create MV
Combine songs and videos to generate a complete MV.
📖 Detailed Guide - Complete workflow
Remove Background
bash
npm start remove-background -i "artifact-uuid"
Merge Videos
bash
npm start merge-video -i "merge instructions"

Character Query

Search Characters
bash
npm start search-tcp -k "keyword" -t "character" -s "exact"
📖 Detailed Guide - Search strategies, parameter selection
Get Character Details
bash
npm start request-character -n "character name"
Query by UUID
bash
npm start request-character-or-style -u "uuid"
Get Background Music
bash
npm start request-bgm

Hashtag Management

Get Hashtag Information
bash
npm start get-hashtag-info -t "hashtag name"
📖 Detailed Guide - Research process, analysis methods
Get Hashtag Characters
bash
npm start get-hashtag-characters -t "hashtag name" --sort-by "hot"
Get Hashtag Collections
bash
npm start get-hashtag-collections -t "hashtag name"

Reference Documents

ScenarioDocument
🎨 Image Generationimage-generation.md
🎬 Video Generationvideo-generation.md
🎵 Song Creationsong-creation.md
🎞️ MV Productionsong-mv.md
👤 Character Querycharacter-search.md
🏷️ Hashtag Researchhashtag-research.md

Usage Suggestions

  1. Query Before Creation - Use character queries to get standard settings and ensure creations comply with official specifications
  2. Research Before Planning - Use hashtag research to understand popular elements and creation directions
  3. Specific Prompts - Avoid abstract descriptions, use detailed combinations of elements
  4. Iterative Testing - First test with fast models, then use high-quality models when satisfied