neta-community

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Neta Community Skill

Neta社区Skill

Used to interact with the Neta API for community feed browsing, interactions, and tag‑based queries.
用于与Neta API交互,实现社区动态浏览、互动以及基于标签的查询。

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:
  2. 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
    .
  4. If the user wants to create new content (images/videos/songs/MVs), switch to
    neta-creative
    .
  1. 当用户有**“看看社区里有什么内容”“刷动态”“点赞或与作品互动”**这类需求时,按以下方式使用本Skill:
  2. 推荐流程:
    • 使用feed命令获取推荐内容列表。
    • 使用collection-detail命令查看特定作品的详情。
    • 根据需要对作品进行点赞及其他互动操作。
  3. 如果用户需要按分类/关键词进行系统性研究或复杂筛选,请切换至
    neta-suggest
  4. 如果用户想要创作新内容(图片/视频/音乐/MV),请切换至
    neta-creative

Commands

命令

Collection

作品集

Get collection details
bash
npx -y @talesofai/neta-skills@latest read_collection --uuid "collection-uuid"
📖 Detailed guide
获取作品集详情
bash
npx -y @talesofai/neta-skills@latest read_collection --uuid "collection-uuid"
📖 详细指南

Community interactions

社区互动

bash
npx -y @talesofai/neta-skills@latest like_collection --uuid "target collection UUID"
📖 Detailed guide
bash
npx -y @talesofai/neta-skills@latest like_collection --uuid "target collection UUID"
📖 详细指南

Tag queries

标签查询

Get tag info
bash
npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "tag_name"
📖 Detailed guide — research flow and analysis methods.
Get characters under a tag
bash
npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "tag_name" --sort_by "hot"
Get collections under a tag
bash
npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "tag_name"
获取标签信息
bash
npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "tag_name"
📖 详细指南 —— 研究流程与分析方法。
获取标签下的角色
bash
npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "tag_name" --sort_by "hot"
获取标签下的作品集
bash
npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "tag_name"

Character queries

角色查询

Search characters
bash
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "keywords" --parent_type "character" --sort_scheme "exact"
``]

📖 [Detailed guide](./references/character-search.md) — search strategies and parameter choices.

**Get character details**

```bash
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "character_name"
Query by UUID
bash
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
搜索角色
bash
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "keywords" --parent_type "character" --sort_scheme "exact"
📖 详细指南 —— 搜索策略与参数选择。
获取角色详情
bash
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "character_name"
通过UUID查询
bash
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"

Reference docs

参考文档

ScenarioDoc
💬 Community interactionssocial-interactive.md
🏷️ Tag researchhashtag-research.md
👤 Character queriescharacter-search.md
场景文档
💬 社区互动social-interactive.md
🏷️ 标签研究hashtag-research.md
👤 角色查询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.
  1. 先浏览再互动:先使用feed命令了解整体内容情况,再对感兴趣的作品进行互动(如点赞等)。
  2. 善用标签:将标签查询与角色搜索相结合,可快速定位到最相关的作品集合。
  3. 与研究/创作类Skill结合使用:如需进行更深入的标签/分类研究,请使用
    neta-suggest
    ;如果想要基于社区内容创作衍生作品,请使用
    neta-creative