Python SDK
skills
List skills
List all skills for the organization.
Returns enriched data including ownership info, agent associations,
subscriber counts, and a can_edit flag for the current caller.
Results are filtered by visibility — only skills the caller can see.
GET
Python SDK
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Query Parameters
Filter by category (e.g. 'tools', 'policies', 'workflows').
Example:
"tools"
Exclude soft-deleted skills.
Filter to a single project.
Exact-match filter on skill name — a 200/empty-list existence probe (the detail page uses it instead of a guaranteed-404 GET).
Max results (1–500).
Required range:
1 <= x <= 500Pagination offset.
Required range:
x >= 0