Skills
The current public Python SDK does not expose a dedicatedclient.skills resource. Use the REST API to discover and inspect skills.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Discover and inspect agent skills (playbooks)
client.skills resource. Use the REST API to discover and inspect skills.
GET /api/v1/skills
GET /api/v1/agents/{id}/skills
GET /api/v1/skills/{name}
# 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
Was this page helpful?
