Skip to content

Add openhook webhook listener skill#177

Closed
berkantay wants to merge 2 commits intoopenclaw:mainfrom
berkantay:main
Closed

Add openhook webhook listener skill#177
berkantay wants to merge 2 commits intoopenclaw:mainfrom
berkantay:main

Conversation

@berkantay
Copy link

Summary

Adds openhook - a webhook listener skill with native OpenClaw support that forwards events from GitHub, Stripe, Linear, Slack to your AI agent.

Features

  • Daemon mode - Runs as background service, auto-reconnects
  • Native OpenClaw integration via --openclaw flag
  • Supports GitHub (push, PR, issues), Stripe (payments), Linear (issues), Slack (messages)
  • Real-time webhook delivery via secure WebSocket tunnel

Usage

# Install
curl -fsSL https://openhook.dev/install.sh | sh

# Subscribe to events
openhook subscribe github --repo owner/repo --events push,pull_request

# Start daemon with OpenClaw forwarding
export OPENCLAW_HOOKS_TOKEN="your-token"
openhook daemon start --openclaw

# Check status
openhook daemon status

Links

Listen for webhooks from GitHub, Stripe, Linear, Slack and forward to your AI agent.
Native OpenClaw integration via --openclaw flag.
@openclaw-barnacle
Copy link

Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant