neta

Neta API 交互技能 - 游览空间、生成图片、视频、歌曲,搜索角色/元素,管理标签内容。当需要创作 AI 内容、查询角色信息、获取标签数据时使用此技能。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "neta" with this command: npx skills add talesofai/neta-skills/talesofai-neta-skills-neta

Neta Skill

用于与 Neta API 交互,支持多媒体内容创作和角色/标签查询。

前置条件

确保已设置环境变量 NETA_TOKEN

确保已安装最新版本的 Neta Cli

neta-cli --version
0.5.0
npm i @talesofai/neta-cli@latest -g
pnpm add -g @talesofai/neta-cli@latest

命令使用

空间

获取可供游览的空间

neta-cli list_spaces

获取空间详情

neta-cli get_hashtag_info --hashtag "空间标签名"

获取空间的子空间

neta-cli list_space_topics --space_uuid "空间 uuid"

📖 详细指南 - 空间介绍

内容创作

生成图片

neta-cli make_image --prompt "@角色名,/风格元素,参考图-全图参考-图片uuid,描述词,描述词" --aspect "3:4"

📖 详细指南 - 提示词结构、宽高比选择、用例

生成视频

neta-cli make_video --image_source "图片 URL" --prompt "动作描述" --model "model_s"

📖 详细指南 - 动作描述原则、模型选择

生成歌曲

neta-cli make_song --prompt "风格描述" --lyrics "歌词内容"

📖 详细指南 - 风格提示词、歌词格式

制作 MV

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

📖 详细指南 - 完整工作流程

移除背景

neta-cli remove_background --input_image "image_url"

角色查询

搜索角色

neta-cli search_character_or_elementum --keywords "关键词" --parent_type "character" --sort_scheme "exact"

📖 详细指南 - 搜索策略、参数选择

获取角色详情

neta-cli request_character_or_elementum --name "角色名"

通过 UUID 查询

neta-cli request_character_or_elementum --uuid "uuid"

标签管理

获取标签信息

neta-cli get_hashtag_info --hashtag "标签名"

📖 详细指南 - 调研流程、分析方法

获取标签角色

neta-cli get_hashtag_characters --hashtag "标签名" --sort_by "hot"

获取标签合集

neta-cli get_hashtag_collections --hashtag "标签名"

获取玩法信息

neta-cli read_collection --uuid "玩法-uuid"

内容玩法探索

玩法内容推荐列表

neta-cli request_interactive_feed --page_index 0 --page_size 3

📖 详细指南

社区玩法内容探索

neta-cli suggest_content --page_index 0 --page_size 20 --scene agent_intent --intent exact --tax_paths "衍生创作类>同人二创"

📖 详细指南 社区互动

neta-cli like_collection --uuid "目标作品 UUID"

📖 详细指南

参考文档

场景文档
🌍 世界观space.md
🎨 图片生成image-generation.md
🎬 视频生成video-generation.md
🎵 歌曲创作song-creation.md
🎞️ MV 制作song-mv.md
👤 角色查询character-search.md
🏷️ 标签调研hashtag-research.md
🖊️ 内容创作collection-remix.md
🌏 世界观玩法space.md
🗺️ 玩法内容探索community-exploration.md
🎮 互动玩法推荐interactive-feed.md
💬 社区互动social-interactive.md

使用建议

  1. 先查询后创作 - 使用角色查询获取标准设定,确保创作符合官方设定
  2. 先调研后规划 - 使用标签调研了解热门元素和创作方向
  3. 提示词具体化 - 避免抽象描述,使用详细的要素组合
  4. 迭代测试 - 先用快速模型测试,满意后再用高质量模型
  5. 渐进式探索 - 从宽到窄逐步探索:浏览分类 → 发现标签 → 验证路径 → 获取内容

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

make-song

No summary provided by upstream source.

Repository SourceNeeds Review
General

make-video

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated