Skip to main content
GET
/
api
/
v1
/
openclaw
/
skills
curl -X GET https://alfred.black/api/v1/openclaw/skills \
  -H "Authorization: Bearer alf_your_key_here"
{
  "...": "Structure depends on gateway skills output"
}
List all agent skills available on your instance. Skills define what your AI agents can do — for example, vault-curator, vault-janitor, and vault-distiller are the built-in Alfred skills. The response is returned as structured JSON when available, or as raw text in a raw field.
curl -X GET https://alfred.black/api/v1/openclaw/skills \
  -H "Authorization: Bearer alf_your_key_here"
{
  "...": "Structure depends on gateway skills output"
}
The response format depends on the gateway’s output. If the gateway returns valid JSON, it is passed through as-is. Otherwise, the raw text is returned in a raw field.