Install
openclaw skills install @huxiuhan/neta-spaceNeta 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).
openclaw skills install @huxiuhan/neta-spaceUsed to interact with the Neta API to browse space‑level content.
neta-creative for creation.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
A space is a themed collection of gameplay experiences — a scene where content is produced and consumed.
list_spacesget_hashtag_infolist_space_topicsget_hashtag_collections, get_hashtag_charactersneta-cli list_spaces
Response fields
space_uuid: UUID of the spacename: space namemain_hashtag_name: main hashtagtopic_count: number of sub‑spaces (topics)neta-cli get_hashtag_info --hashtag "space_tag_name"
Response includes:
neta-cli list_space_topics --space_uuid "space UUID"
Response includes:
primary_topic: main topictopics: list of sub‑spaces
official_collectionsneta-cli get_hashtag_characters --hashtag "space_tag_name" --sort_by "hot"
neta-cli get_hashtag_collections --hashtag "tag_name"
neta-cli read_collection --uuid "official_collections in topic | collections in hashtag"
For content creation within a space, use the dedicated creative skill:
npx skills add talesofai/neta-skills/skills/neta-creative