Recipe Import
recipe_importInstalls a SKILL someone shared with you — pass the skill_token from their recipe_export (or a raw recipe manifest JSON). Saves it to this Mac so recipe_run can use it. Safe: importing 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, the import is saved under a non-colliding name. Returns {name, imported}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | No | A skill_token from recipe_export, or a raw recipe manifest JSON string. | |
| skill_token | No | Alias for `skill` — the exact field name recipe_export returns. |