546 B
546 B
| name | description |
|---|---|
| hooks-transforms | 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:
{
"skills": [
{
"repo_url": "http://...",
"skill_slug": "my-skill",
"git_ref": "v1.0.0",
"repo_subpath": "optional/subpath"
}
]
}