OpenClaw hooks transforms module
Go to file
ywkj 9814f4b15c refactor: strip skill artifacts — this is a utility, not a skill
- Remove SKILL.md, register-skill workflow, bun.lock
- Remove @clawd/auth-runtime dependency (not needed for pure transforms)
- Remove build script (no bundling needed)
- Add README.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 07:03:23 +08:00
scripts refactor: strip skill artifacts — this is a utility, not a skill 2026-03-20 07:03:23 +08:00
src refactor: strip skill artifacts — this is a utility, not a skill 2026-03-20 07:03:23 +08:00
.gitignore feat: initial skill template 2026-03-14 10:35:01 +08:00
README.md refactor: strip skill artifacts — this is a utility, not a skill 2026-03-20 07:03:23 +08:00
package.json refactor: strip skill artifacts — this is a utility, not a skill 2026-03-20 07:03:23 +08:00

README.md

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.

bun run scripts/run.ts skill-install '{"skills":[{"repo_url":"http://...","skill_slug":"my-skill"}]}'