agy_read_skill
Fetch the complete SKILL.md content of any skill, including its name, instructions, and metadata, to review or debug it.
Instructions
Read a skill's full SKILL.md content.
Return Format
{"name": str, "content": str, "meta": dict}
Examples
agy_read_skill("python-expert")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| skill_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||