Install skills from the skills.sh registry
POSThttps://platform.docana.com/api/v1/skills/install-from-registry/
Downloads the GitHub repository behind source as a zipball, extracts every SKILL.md folder (optionally filtered by skill) and creates or updates the skills at the chosen scope, replacing same-name skills. Only github.com sources are supported. Use GET /api/v1/skills/registry/search/ or GET /api/v1/skills/registry/popular/ to find sources.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The install result
Invalid source, scope or applicationId
The API key or session is missing, expired, or malformed.
Caller lacks admin rights at the chosen scope
Skills feature not enabled at the requested scope
Unexpected server error.