12 lines
328 B
Markdown
12 lines
328 B
Markdown
|
|
# hooks-transforms
|
||
|
|
|
||
|
|
Webhook payload transforms for OpenClaw skill deployment. Not a skill — a utility module.
|
||
|
|
|
||
|
|
## skill-install
|
||
|
|
|
||
|
|
Processes `skill-update` webhook payload and generates installation instructions.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bun run scripts/run.ts skill-install '{"skills":[{"repo_url":"http://...","skill_slug":"my-skill"}]}'
|
||
|
|
```
|