Neta Community Skill
Used to interact with the Neta API for community feed browsing, interactions, and tag‑based queries.
Instructions
- 1. For tasks like “see what’s in the community”, “scroll the feed”, or “like or interact with works”, use this skill as follows:
- Recommended flow:
- Use the feed command to fetch a list of recommended content.
- Use the collection‑detail command to inspect a specific work.
- Perform likes and other interactions on works as needed.
- 3. If the user needs systematic research or complex filtering by categories/keywords, switch to
neta-suggest. - If the user wants to create new content (images/videos/songs/MVs), switch to
neta-creative.
Prerequisites
Make sure the NETA_TOKEN environment variable is set.
Install the latest version of the Neta CLI:
CODEBLOCK0
CODEBLOCK1
CODEBLOCK2
Commands
Feed
Get interactive feed
CODEBLOCK3
Get collection details
CODEBLOCK4
📖 Detailed guide
Community interactions
CODEBLOCK5
📖 Detailed guide
Tag queries
Get tag info
CODEBLOCK6
📖 Detailed guide — research flow and analysis methods.
Get characters under a tag
CODEBLOCK7
Get collections under a tag
CODEBLOCK8
Character queries
Search characters
CODEBLOCK9 bash
neta-cli requestcharacterorelementum --name "charactername"
**Query by UUID**
bash
neta-cli request
characteror_elementum --uuid "uuid"
``
## Reference docs
| Scenario | Doc |
|--------------------------|---------------------------------------------------|
| 🎮 Interactive feed | [interactive-feed.md](./references/interactive-feed.md) |
| 💬 Community interactions| [social-interactive.md](./references/social-interactive.md) |
| 🏷️ Tag research | [hashtag-research.md](./references/hashtag-research.md) |
| 👤 Character queries | [character-search.md](./references/character-search.md) |
## Usage tips
1. **Browse before interacting**: use the feed first to understand the overall content landscape, then interact (like, etc.) with the works that matter.
2. **Leverage tags**: combining tag queries with character searches quickly focuses on the most relevant set of works.
3. **Combine with research/creation skills**: use neta-suggest
for deeper tag/category research, and neta-creative` when you want to create derivative works based on community content.
Neta 社区技能
用于与 Neta API 交互,实现社区动态浏览、互动以及基于标签的查询。
使用说明
- 1. 对于诸如 看看社区里有什么、浏览动态 或 点赞或与作品互动 等任务,请按以下方式使用本技能:
- 推荐流程:
- 使用动态命令获取推荐内容列表。
- 使用作品详情命令查看特定作品。
- 根据需要执行点赞及其他作品互动操作。
- 3. 如果用户需要进行 系统性研究或按分类/关键词进行复杂筛选,请切换至 neta-suggest。
- 如果用户希望 创建新内容(图片/视频/歌曲/MV),请切换至 neta-creative。
前置条件
确保已设置 NETA_TOKEN 环境变量。
安装最新版本的 Neta CLI:
bash
neta-cli --version
0.8.0
bash
npm i @talesofai/neta-skills@latest -g
bash
pnpm add -g @talesofai/neta-skills@latest
命令
动态
获取互动动态
bash
neta-cli requestinteractivefeed --pageindex 0 --pagesize 3
获取作品详情
bash
neta-cli read_collection --uuid 作品UUID
📖 详细指南
社区互动
bash
neta-cli like_collection --uuid 目标作品UUID
📖 详细指南
标签查询
获取标签信息
bash
neta-cli gethashtaginfo --hashtag 标签名称
📖 详细指南 — 研究流程与分析方法。
获取标签下的角色
bash
neta-cli gethashtagcharacters --hashtag 标签名称 --sort_by hot
获取标签下的作品
bash
neta-cli gethashtagcollections --hashtag 标签名称
角色查询
搜索角色
bash
neta-cli searchcharacterorelementum --keywords 关键词 --parenttype character --sort_scheme exact
📖 详细指南 — 搜索策略与参数选择。
获取角色详情
bash
neta-cli requestcharacteror_elementum --name 角色名称
通过 UUID 查询
bash
neta-cli requestcharacteror_elementum --uuid UUID
参考文档
social-interactive.md |
| 🏷️ 标签研究 |
hashtag-research.md |
| 👤 角色查询 |
character-search.md |
使用技巧
- 1. 先浏览再互动:先使用动态命令了解整体内容概况,再对重要作品进行互动(点赞等)。
- 善用标签:将标签查询与角色搜索相结合,快速聚焦到最相关的作品集合。
- 结合研究与创作技能:如需进行更深入的标签/分类研究,使用 neta-suggest;如需基于社区内容创作衍生作品,使用 neta-creative。