skills/zh_cn/neta-community/SKILL.md
Neta API 社区技能——浏览互动推荐流、查看作品详情、进行点赞等社区互动,并在社区语境下基于标签和角色浏览内容。当用户想“随便看看大家在玩什么”“刷推荐流”“对作品进行互动”时使用本技能;不负责分类/关键词层面的调研与复杂推荐筛选(这些由 neta-suggest 负责),也不直接生成图片/视频/歌曲(由 neta-creative 负责)。
npx skillsauth add talesofai/neta-skills neta-communityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于与 Neta API 交互,进行社区内容浏览、互动及标签查询。
neta-suggest。neta-creative。推荐流获取
npx -y @talesofai/neta-skills@latest request_interactive_feed --page_index 0 --page_size 3
获取内容详细信息
npx -y @talesofai/neta-skills@latest read_collection --uuid "作品-uuid"
📖 详细指南
npx -y @talesofai/neta-skills@latest like_collection --uuid "目标作品 UUID"
📖 详细指南
获取标签信息
npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "标签名"
📖 详细指南 - 调研流程、分析方法
获取标签角色
npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "标签名" --sort_by "hot"
获取标签合集
npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "标签名"
搜索角色
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "关键词" --parent_type "character" --sort_scheme "exact"
📖 详细指南 - 搜索策略、参数选择
获取角色详情
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "角色名"
通过 UUID 查询
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
| 场景 | 文档 | |------|------| | 🎮 互动玩法推荐 | interactive-feed.md | | 💬 社区互动 | social-interactive.md | | 🏷️ 标签调研 | hashtag-research.md | | 👤 角色查询 | character-search.md |
neta-suggest,当需要从社区作品出发进行二创时配合 neta-creative。testing
Neta capability index and routing skill - help choose the appropriate Neta-related skill (neta-space / neta-creative / neta-adventure / neta-community / neta-suggest). Use this skill when you need to understand Neta's overall capabilities, decide which skill fits the current task, or migrate from older documentation that referenced the monolithic neta skill.
development
Neta API research and recommendation skill — provide keyword/tag/category suggestions, validate taxonomy paths, and power multi‑mode content feeds, supporting progressive exploration from broad to precise. Use this skill when the user has no clear goal, wants topic/idea suggestions, or needs systematic content filtering by keywords/categories. It does not directly generate media (handled by neta-creative); community interactions are handled by neta-community.
development
Neta API space and world‑view browsing skill — browse worldbuilding, sub‑spaces, and playable content by space/hashtag. Use this skill when the user talks about worlds/spaces/universes/scenes, or wants to browse characters and gameplay based on space and activity structure. Do not use it for concrete media creation (handled by neta-creative).
documentation
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.