Skip to main content

Skills

The current public Python SDK does not expose a dedicated client.skills resource. Use the REST API to discover and inspect skills.

Listing skills

GET /api/v1/skills

Skills for an agent

GET /api/v1/agents/{id}/skills

Retrieving a skill

GET /api/v1/skills/{name}

Loading content

# Get the main playbook content
GET /api/v1/skills/{name}/content

# Get a support file within the skill
GET /api/v1/skills/{name}/content?file_path=references/warehouse-response-shapes.md