Get Free Skill
get_free_skillRetrieve a product's free gateway skill and its full instructions using the product slug. Access complete skill text for any catalog product.
Instructions
Load a product's free gateway skill with its complete instructions. FREE.
Typical input {"slug": "inbox-zero-assistant"} returns {"slug": ..., "skill": "", "instructions": ""}. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug exactly as returned by search_catalog, e.g. "inbox-zero-assistant". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||