talesofai/neta-skills

neta-space

Neta API space and world‑view browsing skill — browse worldbuilding, sub‑spaces, and playable content by space/hashtag.

First seen Mar 16, 2026

Installation

$ npx skills add talesofai/neta-skills --skill neta-space

Summary

  • 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).

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from talesofai/neta-skills · top by installs.

npx skills add talesofai/neta-skills

Browse all from talesofai/neta-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 729
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,182 B
  • docs SUMMARY.md 368 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 46 installs

SKILL.md

Neta Space Skill

Used to interact with the Neta API to browse space‑level content.

Instructions

  1. For tasks like “what spaces/activities exist?” or “what is the structure and lore of a given space?”, organize queries as follows:
  2. Recommended workflow:

- List all spaces. - For a chosen space, fetch its details (lore, activities, metrics). - Fetch sub‑spaces and their official/user collections. - If needed, fetch characters and playable content inside the space.

  1. If the user says “now generate an image/video/song for this space”, first collect the relevant space/collection info here, then switch to neta-creative for creation.

Space concepts

A space is a themed collection of gameplay experiences — a scene where content is produced and consumed.

Terminology

  • Hashtag: tag/space. Used to build worlds and organize communities.
  • Collection: browseable/remixable/editable content; can also refer to events, scenes, or gameplay within a space.
  • Activity: a special hashtag driven by official events.

Space structure

  • Space

- Lore/worldbuilding (lore) - Characters - Collections - Sub‑spaces - official_collections - collections

Workflow

  • List all spaces: list_spaces
  • Get space details: gethashtaginfo
  • Get sub‑spaces: listspacetopics
  • Get content in a space or sub‑space: gethashtagcollections, gethashtagcharacters

List available spaces

npx -y @talesofai/neta-skills@latest list_spaces

Response fields

  • space_uuid: UUID of the space
  • name: space name
  • mainhashtagname: main hashtag
  • topic_count: number of sub‑spaces (topics)

Get detailed space info

npx -y @talesofai/neta-skills@latest get_hashtag_info --hashtag "space_tag_name"

Response includes:

  • Tag lore (worldbuilding)
  • Activity details
  • Popularity metrics
  • Subscription count

Get sub‑spaces

npx -y @talesofai/neta-skills@latest list_space_topics --space_uuid "space UUID"

Response includes:

  • primary_topic: main topic
  • topics: list of sub‑spaces

- official_collections

Get characters in a space

npx -y @talesofai/neta-skills@latest get_hashtag_characters --hashtag "space_tag_name" --sort_by "hot"

Get scenes/events/content in a space

npx -y @talesofai/neta-skills@latest get_hashtag_collections --hashtag "tag_name"

Get detailed info for a specific gameplay

npx -y @talesofai/neta-skills@latest read_collection --uuid "official_collections in topic | collections in hashtag"

Content creation

For content creation within a space, use the dedicated creative skill:

npx skills add talesofai/neta-skills/skills/neta-creative