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
Sourcetalesofai/neta-skills
Added on
NPX Install
npx skill4agent add talesofai/neta-skills netaTags
Translated version includes tags in frontmatterSKILL.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 is set.
NETA_TOKENCommand 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-bgmHashtag 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
| Scenario | Document |
|---|---|
| 🎨 Image Generation | image-generation.md |
| 🎬 Video Generation | video-generation.md |
| 🎵 Song Creation | song-creation.md |
| 🎞️ MV Production | song-mv.md |
| 👤 Character Query | character-search.md |
| 🏷️ Hashtag Research | hashtag-research.md |
Usage Suggestions
- Query Before Creation - Use character queries to get standard settings and ensure creations comply with official specifications
- Research Before Planning - Use hashtag research to understand popular elements and creation directions
- Specific Prompts - Avoid abstract descriptions, use detailed combinations of elements
- Iterative Testing - First test with fast models, then use high-quality models when satisfied