load_skill
Retrieve the skill index or load a named skill's body, reference, or script for use in multi-agent orchestration.
Instructions
Discover skills, or load a named skill body, reference, or script.
Omit name to receive the compact skill index. Pass a skill name
to fetch its full SKILL.md body. reference and script
are valid only with a named skill.
Args:
name: Optional skill name (for example "backend").
reference: Optional filename under references/ - for
example "python-conventions.md".
script: Optional filename under scripts/ - for example
"lint.sh". The script content is returned as text; the
MCP harness does not execute it.
Returns:
The compact index when name is omitted; otherwise JSON with
name, body, available files, and optional fetched content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Skill to load. Omit to return the compact skill index. | |
| script | No | ||
| reference | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |