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.
Used for overview and routing of Neta-related skills, rather than executing concrete commands directly.
This skill used to be a "kitchen-sink" Neta interaction skill. It has now been split into multiple focused skills. Prefer using the skills listed below; use this skill only to understand the capability map or when migrating from older docs.
In environments that support skills add, install sub-skills as needed:
# Spaces and worldbuilding
npx skills add talesofai/neta-skills/skills/neta-space
# Creative content (images/videos/songs/MVs)
npx skills add talesofai/neta-skills/skills/neta-creative
# Community browsing and interactions
npx skills add talesofai/neta-skills/skills/neta-community
# Research and content suggestions
npx skills add talesofai/neta-skills/skills/neta-suggest
# Character creation and management
npx skills add talesofai/neta-skills/skills/neta-character
# Elementum (visual style/concept) creation and management
npx skills add talesofai/neta-skills/skills/neta-elementum
# Interactive story adventures (Adventure Campaigns)
npx skills add talesofai/neta-skills/skills/neta-adventure
neta-spaceneta-creativeneta-adventureneta-communityneta-suggestneta-characterneta-elementumRegion / fallback: Device login is only supported when the CLI is using the global API host (see NETA_API_BASE_URL / talesofai.com). If the command errors with “not supported in the current region”, tell the user to authenticate via the NETA_TOKEN environment variable instead.
neta-spaceResponsibilities:
Use when:
See skills/neta-space/SKILL.md for full details.
neta-creativeResponsibilities:
read_collection.Use when:
See skills/neta-creative/SKILL.md for full details.
neta-adventureResponsibilities:
create_adventure_campaign, update_adventure_campaign).list_my_adventure_campaigns).request_adventure_campaign).Use when:
See skills/neta-adventure/SKILL.md for full details.
neta-communityResponsibilities:
Use when:
See skills/neta-community/SKILL.md for full details.
neta-suggestResponsibilities:
suggest_keywords).suggest_tags).suggest_categories / validate_tax_path).suggest_content).Use when:
See skills/neta-suggest/SKILL.md for full details.
neta-characterResponsibilities:
Use when:
See skills/neta-character/SKILL.md for full details.
neta-elementumResponsibilities:
Use when:
See skills/neta-elementum/SKILL.md for full details.
If you encounter older docs or scripts that call commands directly under neta, migrate them according to this table:
| Legacy capability | New skill |
|---|---|
| Space/tag lore and space browsing | neta-space |
| Image/video/song/MV creation | neta-creative |
| Interactive story / Adventure Campaigns | neta-adventure |
| Collection details, feeds, likes/interacts | neta-community |
| Keyword/tag/category/recommendation research | neta-suggest |
| Character creation and management | neta-character |
| Elementum (visual style/concept) creation | neta-elementum |
For new development, always prefer the focused sub-skills and avoid adding new command examples directly to this skill.