Help us improve
Share bugs, ideas, or general feedback.
Configure the webhook channel plugin -- set port, check status. Use when the user asks to configure webhooks, check webhook status, or set the port.
npx claudepluginhub lorismaz/claude-plugins --plugin webhook-channel-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/webhook-channel-plugin:configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages configuration for the webhook channel plugin.
Configures WhatsApp channel: sets phone number, checks auth state and pairing status, reviews access policy and allowlist. Guides setup, pairing, and lockdown to secure DMs.
Builds MCP channel servers with Bun/Node/Deno to forward webhooks, alerts, and chat messages from external systems like CI or Discord into Claude Code sessions for event-driven coding.
Guides webhook design, inbound handling with HMAC verification and idempotency, outbound delivery with retries, circuit breakers, and dead letter queues.
Share bugs, ideas, or general feedback.
Manages configuration for the webhook channel plugin.
Arguments passed: $ARGUMENTS
Config file: ~/.claude/channels/webhook/sources.json
~/.claude/channels/webhook/sources.json exists. to approve."
- Sources paired: "Ready. Sources can send webhooks to http://localhost:8788/webhook."
--port <number>
Note: The port is set via the WEBHOOK_PORT environment variable, not a config file. Tell the user to restart Claude Code with:
WEBHOOK_PORT=9999 claude --dangerously-load-development-channels server:webhook