ワンクリックで
neta-adventure
Neta 奇遇剧本技能 - 创建和游玩 AI 驱动的交互式故事冒险。奇遇模式提供故事创作和故事讲述两种模式,Agent 作为 DM 并扮演角色,遵循剧情、规则和特殊指南。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Neta 奇遇剧本技能 - 创建和游玩 AI 驱动的交互式故事冒险。奇遇模式提供故事创作和故事讲述两种模式,Agent 作为 DM 并扮演角色,遵循剧情、规则和特殊指南。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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 API 创作技能——生成图片、视频、歌曲、MV,并从现有作品中拆解创作思路。当用户需要生成或修改图片/视频/歌曲/MV,或基于角色设定与现有作品进行创作时使用本技能;不处理推荐流与标签/分类调研(这些由 neta-community 与 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.
| name | neta-adventure |
| description | Neta 奇遇剧本技能 - 创建和游玩 AI 驱动的交互式故事冒险。奇遇模式提供故事创作和故事讲述两种模式,Agent 作为 DM 并扮演角色,遵循剧情、规则和特殊指南。 |
创建和体验 AI 驱动的交互式故事冒险(奇遇剧本)。Agent 同时担任地下城主和角色扮演者,基于精心设计的剧情、目标和统治规则引导叙事体验。
行动前先确定模式。不要连续追问。
| 信号 | 模式 | 加载 |
|---|---|---|
| 用户想要创建 / 设计 / 构建故事 | 创作 | references/adventure-crafting.md |
| 用户提供 UUID 或提及已有剧本 | 游玩 | references/adventure-playing.md |
| 创作或游玩中出现字段相关问题 | — | references/adventure-field-guide.md |
| 意图模糊(提到类型但没有更多信息) | — | 只问一个问题:「新建故事,还是游玩已有剧本?」 |
模式确定后不再重复询问。
创建剧本
npx -y @talesofai/neta-skills@latest create_adventure_campaign \
--name "汴京最后三天" \
--mission_plot "公元1127年,靖康元年十一月。金兵已兵临汴京城下..." \
--mission_task "在城破前查明密函来源和使者真实身份。" \
--mission_plot_attention "保持历史正剧质感。信息只通过调查获得,不主动透露。"
📖 创作工作流 — 先出草稿的循环、字段体系、质量自检。
更新剧本(只有提供的字段会被修改)
npx -y @talesofai/neta-skills@latest update_adventure_campaign \
--campaign_uuid "campaign-uuid-here" \
--mission_plot_attention "更新后的统治规则..."
列出你的剧本
npx -y @talesofai/neta-skills@latest list_my_adventure_campaigns
npx -y @talesofai/neta-skills@latest list_my_adventure_campaigns --page_index 0 --page_size 10
获取剧本详情
npx -y @talesofai/neta-skills@latest request_adventure_campaign --campaign_uuid "campaign-uuid-here"
📖 游玩工作流 — 会话初始化、主动推进、方向操控机制。
如果剧本存在 default_tcp_uuid,在尝试加载角色档案前,先检查当前技能集中是否有 request_character_or_elementum 可用。不要建议安装 neta-creative;先检查,然后根据结果继续。
| 场景 | 文档 |
|---|---|
| 📝 创作工作流 | adventure-crafting.md |
| 🎮 游玩工作流 | adventure-playing.md |
| 📋 字段语义 | adventure-field-guide.md |
| ✨ 跨类型完整范例 | adventure-examples.md |