AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Neta Creative

skill-talesofai-neta-skills-neta-creative · by talesofai

Neta API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 neta-suggest 负责)。

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-talesofai-neta-skills-neta-creative

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-talesofai-neta-skills-neta-creative)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Neta Creative? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Neta Creative Skill

用于与 Neta API 交互,支持多媒体内容创作和创作相关的角色查询。

Instructions

  1. 处理「创作或修改具体作品」(图片/视频/歌曲/MV/去背)相关任务时,可按以下顺序组织流程:
  • 在创作前,通过角色查询获取标准设定,再进行图片/视频/歌曲生成;
  • 需要从已有作品中反向分析创作思路时,使用 read_collection 并结合参考文档中的拆解方法。
  1. 如果在创作过程中发现需求实际上更偏向「刷推荐/随便看看/做题材调研」,可以结合 neta-communityneta-suggest 的能力配合使用。

命令使用

内容创作

生成图片

npx -y @talesofai/neta-skills@latest make_image --prompt "@角色名,/风格元素,参考图-素材uuid,描述词,描述词" --aspect "3:4"

参考图-ref_img- 前缀均可,后接图片素材的 UUID。) 📖 [详细指南](./references/image-generation.md) - 提示词结构、宽高比选择、用例

生成视频

npx -y @talesofai/neta-skills@latest make_video --image_source "图片 URL" --prompt "动作描述" --model "model_s"

📖 [详细指南](./references/video-generation.md) - 动作描述原则、模型选择

生成歌曲

npx -y @talesofai/neta-skills@latest make_song --prompt "风格描述" --lyrics "歌词内容"

📖 [详细指南](./references/song-creation.md) - 风格提示词、歌词格式

制作 MV

结合歌曲和视频生成完整 MV。

📖 [详细指南](./references/song-mv.md) - 完整工作流程

移除背景

npx -y @talesofai/neta-skills@latest remove_background --input_image "image_artifact_uuid"

上传本地图片或视频

将磁盘上的文件登记为 Neta 素材(含上传与审核等待)。根据输出中的 uuid / url,再用于 make_image参考图-… / ref_img-…)、make_video--image_sourceURL)、remove_background、或合集相关命令。

npx -y @talesofai/neta-skills@latest upload --file_path "/path/to/file.png"

📖 [媒体上传](./references/media-upload.md) — 支持格式、大小限制、与各下游命令的对应关系。

角色查询

搜索角色

npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "关键词" --parent_type "character" --sort_scheme "exact"

📖 [详细指南](./references/character-search.md) - 搜索策略、参数选择

获取角色详情

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"

📖 [详细指南](./references/collection-remix.md)

积分与我的作品

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 积分指南](./references/ap-credits.md) · [作品指南](./references/my-artifacts.md)

参考文档

| 场景 | 文档 | |------|------| | 🎨 图片生成 | [image-generation.md](./references/image-generation.md) | | 🎬 视频生成 | [video-generation.md](./references/video-generation.md) | | 🎵 歌曲创作 | [song-creation.md](./references/song-creation.md) | | 🎞️ MV 制作 | [song-mv.md](./references/song-mv.md) | | 📤 本地上传 | [media-upload.md](./references/media-upload.md) | | 👤 角色查询 | [character-search.md](./references/character-search.md) | | 🖊️ 内容创作思路 | [collection-remix.md](./references/collection-remix.md) | | 💡 AP 积分 | [ap-credits.md](./references/ap-credits.md) | | 🖼️ 我的作品 | [my-artifacts.md](./references/my-artifacts.md) |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.