Loading...
Loading...
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 skill4agent add talesofai/neta-skills neta-communityneta-suggestneta-creativenpx -y @talesofai/neta-skills@latest read_collection --uuid "collection-uuid"npx -y @talesofai/neta-skills@latest like_collection --uuid "target collection UUID"npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "tag_name"npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "tag_name" --sort_by "hot"npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "tag_name"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"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-suggestneta-creative