agy_delete_skill
Permanently remove an installed skill by name. Confirms success and returns the removed skill's name for verification.
Instructions
Permanently remove an installed skill.
Return Format
{"success": bool, "name": str}
Examples
agy_delete_skill("old-skill")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| skill_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||