skill_install
Install AI agent skills from any GitHub repository by cloning the repo, discovering SKILL.md files, and copying them to your local skill directory.
Instructions
Install skills from a GitHub repo (e.g. owner/repo or full URL). Clones the repo, discovers SKILL.md files, and copies them to the local skill directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | GitHub source: owner/repo, github:owner/repo, or full URL | |
| select_skills | No | Optional list of skill names to install (installs all if omitted) |