hooks-transforms/README.md

12 lines
328 B
Markdown
Raw Normal View History

# 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"}]}'
```