hooks-transforms/SKILL.md

26 lines
546 B
Markdown

---
name: hooks-transforms
description: "OpenClaw hooks transform modules for webhook payload processing"
---
> Auth (CLIENT_KEY) is loaded automatically from `~/.openclaw/.env`.
## Transforms
### skill-install
Transform for `skill-update` webhook events. Processes payload containing skill git repos and generates installation instructions.
**Expected payload:**
```json
{
"skills": [
{
"repo_url": "http://...",
"skill_slug": "my-skill",
"git_ref": "v1.0.0",
"repo_subpath": "optional/subpath"
}
]
}
```