Configure the webhook channel plugin -- set port, check status. Use when the user asks to configure webhooks, check webhook status, or set the port.
How 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.
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
npx claudepluginhub lorismaz/claude-plugins --plugin webhook-channel-pluginBuilds 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.
Tests webhook integrations locally with tunneling (ngrok, Cloudflare, localtunnel), payload inspection, signature verification, retry simulation, and security validation.