Load Skill
load_skillLoad the full SKILL.md content for a skill listed in the workspace inventory. Resolve name conflicts by specifying source or path to get the exact instructions you need.
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 local_workspace_bridge_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. | |
| max_skills | No | Maximum skills to scan while resolving the requested skill. Default: 500. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| include_global_skills | No | Also scan installed user/plugin skills. Default: auto when source/path is not workspace. |