بنقرة واحدة
neta-creative
// Neta API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 neta-suggest 负责)。
// Neta API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 neta-suggest 负责)。
Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works. Use this skill when the user wants to create or edit images/videos/songs/MVs, or create based on character settings and existing works. Do not use it for feed browsing or tag/category research (those are handled by neta-community and neta-suggest).
Neta Adventure Campaign skill - Create and play AI-driven interactive story adventures. Adventure campaigns provide story-crafting and story-telling modes where agents act as DM and roleplay characters following plot, rules, and special guidelines.
Neta Character Forging Skill - Guides users through creating or updating anime/cultural IP/original character (OC) VTokens (Virtual Tokens, TCP). Includes visual preview, character documentation, backstory confirmation, and complete creative workflow. Use this skill when users want to create new characters, modify existing ones, or begin character design.
Neta API community skill — browse interactive feeds, view collection details, like and interact with content, and browse content by tags and characters in a community context. Use this skill when the user wants to “see what people are making”, “scroll the feed”, or “interact with works”. Do not use it for taxonomy/keyword‑level research (handled by neta-suggest) or for generating images/videos/songs (handled by neta-creative).
Neta Elementum Alchemy Skill - Guides users through creating or updating style element (Elementum) VTokens (Virtual Tokens, TCP). Elementum encapsulates a visual concept (scene, prop, clothing, weapon, pose, atmosphere, meme, etc.) and can be referenced in make_image via /ElementName after creation. Use this skill when users want to create new Elementa, encapsulate visual styles or concepts, or modify existing Elementa.
Neta capability index and routing skill - help choose the appropriate Neta-related skill (neta-space / neta-creative / neta-adventure / neta-community / neta-suggest). Use this skill when you need to understand Neta's overall capabilities, decide which skill fits the current task, or migrate from older documentation that referenced the monolithic neta skill.
| name | neta-creative |
| description | Neta API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 neta-suggest 负责)。 |
用于与 Neta API 交互,支持多媒体内容创作和创作相关的角色查询。
read_collection 并结合参考文档中的拆解方法。neta-community 或 neta-suggest 的能力配合使用。生成图片
npx -y @talesofai/neta-skills@latest make_image --prompt "@角色名,/风格元素,参考图-素材uuid,描述词,描述词" --aspect "3:4"
(参考图- 与 ref_img- 前缀均可,后接图片素材的 UUID。)
📖 详细指南 - 提示词结构、宽高比选择、用例
生成视频
npx -y @talesofai/neta-skills@latest make_video --image_source "图片 URL" --prompt "动作描述" --model "model_s"
📖 详细指南 - 动作描述原则、模型选择
生成歌曲
npx -y @talesofai/neta-skills@latest make_song --prompt "风格描述" --lyrics "歌词内容"
📖 详细指南 - 风格提示词、歌词格式
制作 MV
结合歌曲和视频生成完整 MV。
📖 详细指南 - 完整工作流程
移除背景
npx -y @talesofai/neta-skills@latest remove_background --input_image "image_artifact_uuid"
上传本地图片或视频
将磁盘上的文件登记为 Neta 素材(含上传与审核等待)。根据输出中的 uuid / url,再用于 make_image(参考图-… / ref_img-…)、make_video(--image_source 填 URL)、remove_background、或合集相关命令。
npx -y @talesofai/neta-skills@latest upload --file_path "/path/to/file.png"
📖 媒体上传 — 支持格式、大小限制、与各下游命令的对应关系。
搜索角色
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "关键词" --parent_type "character" --sort_scheme "exact"
📖 详细指南 - 搜索策略、参数选择
获取角色详情
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "角色名"
通过 UUID 查询
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
通过作品获取创作思路
npx -y @talesofai/neta-skills@latest read_collection --uuid "作品-uuid"
📖 详细指南
AP(Action Points,行动电量)在每次生成命令时消耗。使用以下命令查看余额和回顾生成记录。
AP 余额
npx -y @talesofai/neta-skills@latest get_ap_info
AP 消耗历史
npx -y @talesofai/neta-skills@latest get_ap_history --page_size 10
列出我的作品
npx -y @talesofai/neta-skills@latest list_my_artifacts --page_size 20
npx -y @talesofai/neta-skills@latest list_my_artifacts --modality PICTURE
npx -y @talesofai/neta-skills@latest list_my_artifacts --is_starred true
| 场景 | 文档 |
|---|---|
| 🎨 图片生成 | image-generation.md |
| 🎬 视频生成 | video-generation.md |
| 🎵 歌曲创作 | song-creation.md |
| 🎞️ MV 制作 | song-mv.md |
| 📤 本地上传 | media-upload.md |
| 👤 角色查询 | character-search.md |
| 🖊️ 内容创作思路 | collection-remix.md |
| 💡 AP 积分 | ap-credits.md |
| 🖼️ 我的作品 | my-artifacts.md |