skills/neta-community/SKILL.md
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).
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.
Used to interact with the Neta API for community feed browsing, interactions, and tag‑based queries.
neta-suggest.neta-creative.Get collection details
npx -y @talesofai/neta-skills@latest read_collection --uuid "collection-uuid"
📖 Detailed guide
npx -y @talesofai/neta-skills@latest like_collection --uuid "target collection UUID"
📖 Detailed guide
Get tag info
npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "tag_name"
📖 Detailed guide — research flow and analysis methods.
Get characters under a tag
npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "tag_name" --sort_by "hot"
Get collections under a tag
npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "tag_name"
Search characters
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
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
| Scenario | Doc | |--------------------------|---------------------------------------------------| | 💬 Community interactions| social-interactive.md | | 🏷️ Tag research | hashtag-research.md | | 👤 Character queries | character-search.md |
neta-suggest for deeper tag/category research, and neta-creative when you want to create derivative works based on community content.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.