Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.22 KB

File metadata and controls

31 lines (20 loc) · 1.22 KB

hookflare-skill

OpenClaw / ClawHub skill for hookflare — reliable webhook infrastructure for AI agents.

Install

clawhub install hookedge/hookflare-skill

What it does

When your agent needs to receive webhooks from Stripe, GitHub, Slack, or other services, this skill provides hookflare CLI commands for:

  • One-shot setuphookflare connect stripe --secret whsec_xxx --to http://localhost:18789/webhook
  • Local dev tunnelhookflare dev --port 18789 --provider stripe --secret whsec_xxx
  • Provider discoveryhookflare providers ls / hookflare providers describe stripe --json
  • Event streaminghookflare tail --json

Why hookflare + OpenClaw

OpenClaw's gateway loses webhook events during restarts and downtime. hookflare sits in front of your gateway — it's always online (Cloudflare Workers), accepts webhooks immediately, and retries delivery until your gateway is back.

Stripe → hookflare (always online) → OpenClaw Gateway (can restart freely)

More info