feat(skill): add local n8n webhook skill draft

This commit is contained in:
zap
2026-03-12 06:47:00 +00:00
parent ce068eb5b4
commit 7a44225481
4 changed files with 314 additions and 0 deletions

View File

@@ -9,3 +9,4 @@
- `openclaw-ping` webhook path tested end-to-end
- Operating note: prefer narrow webhook-first integration rather than broad n8n admin/API access.
- Will clarified the primary host LAN IP to use/document is `192.168.153.113`.
- Drafted local skill `skills/n8n-webhook` for authenticated webhook-first n8n integration, including `scripts/call-webhook.sh`, payload notes, and a successful package/validation run to `/tmp/n8n-skill-dist/n8n-webhook.skill`.