neta

Route user tasks to the appropriate Neta sub-skill based on intent.

771|11|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/talesofai/neta-skills --skill neta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neta
Source: https://github.com/talesofai/neta-skills/tree/main/skills/neta
Command: npx skills add https://github.com/talesofai/neta-skills --skill neta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routing and orchestrating multiple Neta sub-skills to handle diverse tasks without duplicating functionality.

Core Features & Use Cases

  • Unified routing: Determine the appropriate sub-skill (neta-space, neta-creative, neta-adventure, neta-community, neta-suggest, neta-character, neta-elementum) based on user intent.
  • Sub-skill installation guidance: Provides the ability to install and discover sub-skills and a capability map, with migration notes from the legacy monolithic neta skill.
  • Region-aware authentication guidance: Describes using the global API host with neta login or NETA_TOKEN when regional access differs.

Quick Start

Describe your task and let neta route it to the best sub-skill such as neta-space, neta-creative, neta-adventure, neta-community, neta-suggest, neta-character, or neta-elementum.

Frequently Asked Questions about neta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route tasks to the right sub-skill for creative writing or adventure generation?

Sub-skill routing analyzes user intent and directs tasks to the appropriate module, such as neta-creative or neta-adventure, for specialized processing. It eliminates functionality duplication by matching request semantics to the correct handler.

What is the best way to migrate from a monolithic skill setup to modular sub-skills?

Migrating from a monolithic skill requires following capability map instructions to install specific sub-skills like neta-space or neta-character. This transition separates routing logic from task execution, ensuring modular orchestration without duplicating functionality.

How do I manage region-aware authentication and API host configuration for skill access?

Region-aware authentication requires using the global API host with neta login or setting the NETA_TOKEN environment variable. This ensures valid access when regional endpoints differ from default configurations during sub-skill execution.

Do I need to manually install individual sub-skills before using the unified routing capability?

Yes, sub-skill installation is required before routing. The capability map provides discovery and installation guidance for modules like neta-community and neta-elementum, ensuring all dependencies are present before the router can dispatch tasks.

Why does my task fail to map to a suitable sub-skill during onboarding?

Task mapping fails when sub-skills are uninstalled or intent lacks clear routing directives. Ensure the capability map is updated and the requested task aligns with a defined module such as neta-suggest or neta-space.

Can I use YAML frontmatter to define custom routing rules for new capabilities?

The router enforces YAML frontmatter with a defined name and description to standardize sub-skill metadata. This structured configuration enables accurate intent parsing and capability mapping across the orchestration layer.