MINARA

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

MethodGET
Path/v1/skills
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryskills

Response body

{ "skills": [{ "id": "minara.core", "name": "...", "description": "...", "activation": "always", "tags": [], "tool_names": ["..."], "requires_env": [], "env_satisfied": true, "risk_tier": 2, "source": "builtin" }] }

On this page