openclaw_skills_install
Install a skill on the OpenClaw gateway, with optional version and instance selection. Mutates the gateway's skill set; confirm before calling.
Instructions
Install a skill (or a specific version). Wraps skills.install. Mutates the gateway's skill set — confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skill id to install | |
| version | No | ||
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |