Load Skill
load_skillRetrieve the full SKILL.md instructions for a specific workspace, user, or plugin skill by its name from the inventory. Load the skill's guidance to proceed with execution.
Instructions
Load the bounded SKILL.md body for a discovered workspace, user, or plugin skill by name. Does not accept arbitrary paths; use after open_current_workspace/open_workspace shows skill_inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact skill name from skill_inventory or codexpro_inventory. | |
| path | No | Exact sanitized path from skill_inventory when name/source are still ambiguous. | |
| source | No | Optional source when multiple skills share a name. | |
| max_bytes | No | Maximum bytes to return from SKILL.md. Default: 40000. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| include_global_skills | No | Also scan installed user/plugin skills. Default: true. |