Install
openclaw skills install neta-communityNeta 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).
openclaw skills install neta-communityUsed to interact with the Neta API for community feed browsing, interactions, and tag‑based queries.
neta-suggest.neta-creative.Make sure the NETA_TOKEN environment variable is set.
Install the latest version of the Neta CLI:
neta-cli --version
0.8.0
npm i @talesofai/neta-skills@latest -g
pnpm add -g @talesofai/neta-skills@latest
Get interactive feed
neta-cli request_interactive_feed --page_index 0 --page_size 3
Get collection details
neta-cli read_collection --uuid "collection-uuid"
neta-cli like_collection --uuid "target collection UUID"
Get tag info
neta-cli get_hashtag_info --hashtag "tag_name"
📖 Detailed guide — research flow and analysis methods.
Get characters under a tag
neta-cli get_hashtag_characters --hashtag "tag_name" --sort_by "hot"
Get collections under a tag
neta-cli get_hashtag_collections --hashtag "tag_name"
Search characters
neta-cli 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
neta-cli request_character_or_elementum --name "character_name"
Query by UUID
neta-cli request_character_or_elementum --uuid "uuid"
| Scenario | Doc |
|---|---|
| 🎮 Interactive feed | interactive-feed.md |
| 💬 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.