get_skill_install
Retrieves install commands and a pre-installation safety verification for an AI skill. Outputs the commands to run and what to check before executing.
Instructions
Get install commands for a skill plus a 'check before you install' safety line. Does NOT run anything — returns what to install, how, and what to verify first. The agent/user executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runtime | No | Target runtime — decides which install command is recommended. | |
| repo_full_name | Yes | Skill as 'owner/repo'. |