List registered skills
GET /v1/skills — Every registered domain skill the agent can activate. Each entry carries activation policy, risk tier, and a `source` of
GET /v1/skills
Every registered domain skill the agent can activate. Each entry carries activation policy, risk tier, and a source of builtin or external (vendored SKILL.md packages added via the CLI).
| Method | GET |
| Path | /v1/skills |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | skills |
Response body
{ "skills": [{ "id": "minara.core", "name": "...", "description": "...", "activation": "always", "tags": [], "tool_names": ["..."], "requires_env": [], "env_satisfied": true, "risk_tier": 2, "source": "builtin" }] }