skills/zh_cn/neta-creative/SKILL.md
Neta API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 neta-suggest 负责)。
npx skillsauth add talesofai/neta-skills neta-creativeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于与 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
📖 AP 积分指南 · 作品指南
| 场景 | 文档 | |------|------| | 🎨 图片生成 | 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 |
testing
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.
development
Neta API research and recommendation skill — provide keyword/tag/category suggestions, validate taxonomy paths, and power multi‑mode content feeds, supporting progressive exploration from broad to precise. Use this skill when the user has no clear goal, wants topic/idea suggestions, or needs systematic content filtering by keywords/categories. It does not directly generate media (handled by neta-creative); community interactions are handled by neta-community.
development
Neta API space and world‑view browsing skill — browse worldbuilding, sub‑spaces, and playable content by space/hashtag. Use this skill when the user talks about worlds/spaces/universes/scenes, or wants to browse characters and gameplay based on space and activity structure. Do not use it for concrete media creation (handled by neta-creative).
documentation
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.