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.
Documentation Index
Fetch the complete documentation index at: https://allhandsai-burak-2864-agent-based-hook-evaluation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
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

