Get Skills
Skills
Get Skills
Load and merge skills from all configured sources.
Skills are loaded from multiple sources and merged with the following precedence (later overrides earlier for duplicate names):
- Sandbox skills (lowest) - Exposed URLs from sandbox
- Public skills - From GitHub OpenHands/skills repository
- User skills - From ~/.openhands/skills/
- Organization skills - From /.openhands or equivalent
- Project skills (highest) - From /.openhands/skills/
Args: request: SkillsRequest containing configuration for which sources to load.
Returns: SkillsResponse containing merged skills and source counts.
POST
Get Skills
Body
application/json
Request body for loading skills.
Load public skills from OpenHands/skills repo
Load user skills from ~/.openhands/skills/
Load project skills from workspace
Load organization-level skills
Workspace directory path for project skills
Organization skills configuration
Sandbox skills configuration

