neta
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNeta Skill
Neta Skill
用于与 Neta API 交互,支持多媒体内容创作和角色/标签查询。
Used to interact with Neta API, supporting multimedia content creation and character/hashtag queries.
前置条件
Prerequisites
确保已设置环境变量 。
NETA_TOKENEnsure the environment variable is set.
NETA_TOKEN命令使用
Command Usage
内容创作
Content Creation
生成图片
bash
npm start make-image -p "提示词" -a "3:4"📖 详细指南 - 提示词结构、宽高比选择、用例
生成视频
bash
npm start make-video -i "图片 URL" -p "动作描述" -m "model_s"📖 详细指南 - 动作描述原则、模型选择
生成歌曲
bash
npm start make-song -p "风格描述" -l "歌词内容"📖 详细指南 - 风格提示词、歌词格式
制作 MV
结合歌曲和视频生成完整 MV。
📖 详细指南 - 完整工作流程
移除背景
bash
npm start remove-background -i "artifact-uuid"合并视频
bash
npm start merge-video -i "合并指令"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
搜索角色
bash
npm start search-tcp -k "关键词" -t "character" -s "exact"📖 详细指南 - 搜索策略、参数选择
获取角色详情
bash
npm start request-character -n "角色名"通过 UUID 查询
bash
npm start request-character-or-style -u "uuid"获取背景音乐
bash
npm start request-bgmSearch 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
获取标签信息
bash
npm start get-hashtag-info -t "标签名"📖 详细指南 - 调研流程、分析方法
获取标签角色
bash
npm start get-hashtag-characters -t "标签名" --sort-by "hot"获取标签合集
bash
npm start get-hashtag-collections -t "标签名"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
| 场景 | 文档 |
|---|---|
| 🎨 图片生成 | image-generation.md |
| 🎬 视频生成 | video-generation.md |
| 🎵 歌曲创作 | song-creation.md |
| 🎞️ MV 制作 | song-mv.md |
| 👤 角色查询 | character-search.md |
| 🏷️ 标签调研 | hashtag-research.md |
| 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