Skip to content

hookpipe/hookpipe-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

hookpipe skill for AI agent ecosystems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors