Recipe Install
recipe_installInstalls a community SKILL by id (from recipe_discover) onto this Mac so recipe_run can use it. Safe: installing only stores the skill; when it's later run, any state-changing step (send/write/delete) previews first and needs confirmation. If a skill with the same name already exists, it's saved under a non-colliding name. Returns {name, installed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The community skill id from recipe_discover. |