> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexusproject.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill Catalog

> Catálogo global de skills disponibles.

<Note>Este endpoint es público y no requiere autenticación.</Note>

<ResponseExample>
  ```json 200 theme={null}
  [
    {
      "id": "sk-1",
      "name": "Context Injection",
      "description": "Inyecta variables de entorno encriptadas en la sesión activa",
      "category": "context-injection",
      "icon": "💉",
      "is_enabled": true,
      "priority": 10,
      "is_premium": false
    },
    {
      "id": "sk-4",
      "name": "Documentation",
      "description": "Auto-genera documentación técnica desde metadatos",
      "category": "documentation",
      "icon": "📚",
      "is_enabled": true,
      "priority": 10,
      "is_premium": true
    }
  ]
  ```
</ResponseExample>
