agy_install_skill
Create or update a skill by writing its SKILL.md content and registering it in .skill-lock.json for local use.
Instructions
Create or update a skill by writing its SKILL.md.
Also registers the skill in .skill-lock.json as a local skill.
Return Format
{"success": bool, "name": str}
Examples
agy_install_skill("my-skill", "# My Skill\n\nBe helpful and concise.")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| content | Yes | ||
| skill_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||