agy_install_skill_from_github
Install a skill from a GitHub repository by cloning it temporarily and extracting the skill directory. Specify a repository and optional path to add the skill to your environment.
Instructions
Install a skill directly from a GitHub repository.
Clones the repo temporarily and extracts the skill directory.
Return Format
{"success": bool, "repo": str, "skill_name": str}
Examples
agy_install_skill_from_github("sandraschi/python-expert") agy_install_skill_from_github("sandraschi/mcp-central-docs", "skills/fleet-expert")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| repo | Yes | ||
| skill_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||