Get install instructions for a skill
install_skillExact installation instructions for one skill on one agent: the install command(s) when one exists, otherwise the file to create (path relative to the project root) with its content. This tool does not install anything; apply the result yourself, and only after showing the user the skill and getting their approval. Includes the safety summary. Refuses (isError) when the skill's safety scan is at "warning". owner and name are the last two segments of a skill's pageUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill slug from the pageUrl. | |
| agent | Yes | The agent to install into, e.g. claude-code, cursor, codex. | |
| owner | Yes | GitHub owner, e.g. anthropics. |