Neta Skill
Used for overview and routing of Neta-related skills, rather than executing concrete commands directly.
This skill used to be a "kitchen-sink" Neta interaction skill. It has now been split into multiple focused skills. Prefer using the skills listed below; use this skill only to understand the capability map or when migrating from older docs.
Installing sub-skills
In environments that support skills add, install sub-skills as needed:
CODEBLOCK0
Instructions
- 1. Identify the task type: classify the user's need as one of: "space exploration", "content creation", "community interaction", "research/recommendation", or "character creation/management".
- Choose the corresponding sub-skill:
- Spaces/worldbuilding/gameplay structure → use
neta-space
- Image/video/song/MV creation and idea deconstruction → use
neta-creative
- Browsing feeds, viewing collection details, liking/interacting, community-centric views → use
neta-community
- Keyword/tag/category research and recommendation, progressive exploration from broad to narrow → use
neta-suggest
- Creating or managing anime/cultural IP/original characters (VTokens/TCP/OC) → use
neta-character
- Creating or managing visual style elements (scenes, props, clothing, poses, atmospheres, memes) → use
neta-elementum
- 3. Use this skill only when boundaries are unclear or when you need to explain which sub-skill to pick.
Capability map and sub-skill overview
1. Spaces and worldbuilding: neta-space
Responsibilities:
- - List all available spaces.
- Fetch worldbuilding (lore) for spaces/hashtags.
- Fetch sub-spaces, characters, and gameplay collections within a space.
Use when:
- - The user talks about "worlds/universes/spaces/scene settings".
- They want to browse gameplay and content organized by spaces/activities.
See skills/neta-space/SKILL.md for full details.
2. Content creation: neta-creative
Responsibilities:
- - Generate images, videos, songs, and MVs.
- Remove image backgrounds.
- Search and inspect characters (in a creation context).
- Deconstruct creative ideas from existing collections via
read_collection.
Use when:
- - The user wants to "create/edit images/videos/songs/MVs".
- They want to create based on character settings or stories.
- They want to analyze the creative intent behind an existing work.
See skills/neta-creative/SKILL.md for full details.
3. Community browsing and interactions: neta-community
Responsibilities:
- - Fetch interactive recommendation feeds.
- View collection details (in a community context).
- Like/unlike or otherwise interact with content.
- Browse community content grouped by tags or characters.
Use when:
- - The user says "show me what people are doing", "scroll the feed".
- They want to like or interact with specific works.
See skills/neta-community/SKILL.md for full details.
4. Research and recommendation engine: neta-suggest
Responsibilities:
- - Keyword suggestions (
suggest_keywords). - Tag suggestions (
suggest_tags). - Category navigation and path validation (
suggest_categories / validate_tax_path). - Multi‑mode content feeds (
suggest_content).
Use when:
- - The user has no clear target and wants ideas/topics.
- They want to understand popular tags/category structure/content distribution.
- They need systematic research before creating content.
See skills/neta-suggest/SKILL.md for full details.
5. Character creation and management: neta-character
Responsibilities:
- - Create new characters as VTokens (Virtual Tokens, TCP/OC).
- Update existing character profiles (visual appearance, backstory, persona).
- Query and search for characters.
- Generate character preview images before creation.
Use when:
- - The user wants to "create a new character", "make an OC", or "design a character".
- The user wants to "modify character settings", "update character backstory", or "change character appearance".
- The user wants to "list my characters" or "search for characters".
See skills/neta-character/SKILL.md for full details.
6. Elementum (visual style/concept) creation and management: neta-elementum
Responsibilities:
- - Create new Elementa (visual concepts) as VTokens (TCP/Elementum).
- Update existing Elementum settings (representative images, prompts, descriptions).
- Query and search for Elementa.
- Generate visual previews before Elementum creation.
Use when:
- - The user wants to "create a visual element", "make an Elementum", or "encapsulate a style".
- The user wants to create reusable visual concepts (scenes, props, clothing, poses, atmospheres, memes).
- The user wants to "list my Elementa" or "search for Elementa".
See skills/neta-elementum/SKILL.md for full details.
Migration notes (from legacy neta skill)
If you encounter older docs or scripts that call commands directly under neta, migrate them according to this table:
| Legacy capability | New skill |
|---|
| Space/tag lore and space browsing | INLINECODE26 |
| Image/video/song/MV creation |
neta-creative |
| Collection details, feeds, likes/interacts |
neta-community |
| Keyword/tag/category/recommendation research|
neta-suggest |
| Character creation and management |
neta-character |
| Elementum (visual style/concept) creation |
neta-elementum |
For new development, always prefer the focused sub-skills and avoid adding new command examples directly to this skill.
Neta 技能
用于 Neta 相关技能的概览与路由,而非直接执行具体命令。
该技能曾是一个大杂烩式的 Neta 交互技能。现已拆分为多个专注的子技能。建议优先使用下方列出的子技能;仅在需要了解能力图谱或从旧文档迁移时使用本技能。
安装子技能
在支持 skills add 的环境中,按需安装子技能:
bash
空间与世界观构建
npx skills add talesofai/neta-skills/skills/neta-space
创意内容(图片/视频/歌曲/MV)
npx skills add talesofai/neta-skills/skills/neta-creative
社区浏览与互动
npx skills add talesofai/neta-skills/skills/neta-community
研究与内容推荐
npx skills add talesofai/neta-skills/skills/neta-suggest
角色创建与管理
npx skills add talesofai/neta-skills/skills/neta-character
Elementum(视觉风格/概念)创建与管理
npx skills add talesofai/neta-skills/skills/neta-elementum
使用说明
- 1. 识别任务类型:将用户需求归类为以下之一:空间探索、内容创作、社区互动、研究/推荐或角色创建/管理。
- 选择对应的子技能:
- 空间/世界观构建/玩法结构 → 使用 neta-space
- 图片/视频/歌曲/MV 创作及创意解构 → 使用 neta-creative
- 浏览信息流、查看收藏详情、点赞/互动、社区视角浏览 → 使用 neta-community
- 关键词/标签/类别研究与推荐,从宽泛到精准的渐进式探索 → 使用 neta-suggest
- 创建或管理动漫/文化IP/原创角色(VToken/TCP/OC) → 使用 neta-character
- 创建或管理视觉风格元素(场景、道具、服装、姿势、氛围、梗图) → 使用 neta-elementum
- 3. 仅在边界不清晰或需要解释应选择哪个子技能时使用本技能。
能力图谱与子技能概览
1. 空间与世界观构建:neta-space
职责:
- - 列出所有可用空间。
- 获取空间/话题的世界观(背景设定)。
- 获取空间内的子空间、角色和玩法集合。
适用场景:
- - 用户提及世界/宇宙/空间/场景设定。
- 用户希望按空间/活动浏览玩法和内容。
详见 skills/neta-space/SKILL.md。
2. 内容创作:neta-creative
职责:
- - 生成图片、视频、歌曲和 MV。
- 去除图片背景。
- 搜索和查看角色(在创作上下文中)。
- 通过 read_collection 从现有收藏中解构创意。
适用场景:
- - 用户希望创建/编辑图片/视频/歌曲/MV。
- 用户希望基于角色设定或故事进行创作。
- 用户希望分析现有作品背后的创作意图。
详见 skills/neta-creative/SKILL.md。
3. 社区浏览与互动:neta-community
职责:
- - 获取互动推荐信息流。
- 查看收藏详情(在社区上下文中)。
- 点赞/取消点赞或进行其他互动。
- 按标签或角色浏览社区内容。
适用场景:
- - 用户说看看大家在做什么、刷刷信息流。
- 用户希望点赞或与特定作品互动。
详见 skills/neta-community/SKILL.md。
4. 研究与推荐引擎:neta-suggest
职责:
- - 关键词推荐(suggestkeywords)。
- 标签推荐(suggesttags)。
- 类别导航与路径验证(suggestcategories / validatetaxpath)。
- 多模式内容信息流(suggestcontent)。
适用场景:
- - 用户没有明确目标,希望获得想法/主题。
- 用户希望了解热门标签/类别结构/内容分布。
- 用户在创作前需要进行系统性研究。
详见 skills/neta-suggest/SKILL.md。
5. 角色创建与管理:neta-character
职责:
- - 创建新角色作为 VToken(虚拟代币,TCP/OC)。
- 更新现有角色档案(视觉外观、背景故事、人设)。
- 查询和搜索角色。
- 在创建前生成角色预览图。
适用场景:
- - 用户希望创建新角色、制作 OC或设计角色。
- 用户希望修改角色设定、更新角色背景故事或更改角色外观。
- 用户希望列出我的角色或搜索角色。
详见 skills/neta-character/SKILL.md。
6. Elementum(视觉风格/概念)创建与管理:neta-elementum
职责:
- - 创建新的 Elementa(视觉概念)作为 VToken(TCP/Elementum)。
- 更新现有 Elementum 设定(代表性图片、提示词、描述)。
- 查询和搜索 Elementa。
- 在 Elementum 创建前生成视觉预览。
适用场景:
- - 用户希望创建视觉元素、制作 Elementum或封装风格。
- 用户希望创建可复用的视觉概念(场景、道具、服装、姿势、氛围、梗图)。
- 用户希望列出我的 Elementa或搜索 Elementa。
详见 skills/neta-elementum/SKILL.md。
迁移说明(来自旧版 neta 技能)
如果遇到调用 neta 下直接命令的旧文档或脚本,请按此表进行迁移:
| 旧版能力 | 新技能 |
|---|
| 空间/话题世界观与空间浏览 | neta-space |
| 图片/视频/歌曲/MV 创作 |
neta-creative |
| 收藏详情、信息流、点赞/互动 | neta-community |
| 关键词/标签/类别/推荐研究 | neta-suggest |
| 角色创建与管理 | neta-character |
| Elementum(视觉风格/概念)创建 | neta-elementum |
对于新开发,始终优先使用专注的子技能,避免直接向本技能添加新的命令示例。