Help us improve
Share bugs, ideas, or general feedback.
From walkie-talkie
Publish a message to a Walkie-Talkie channel. Use when the user wants to send a message to a channel, notify a group, or post to subscribers.
npx claudepluginhub thebrownproject/walkie-talkie --plugin walkie-talkieHow this skill is triggered — by the user, by Claude, or both
Slash command
/walkie-talkie:publishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a message to all subscribers of a channel.
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.
Publishes messages to topics for inter-agent handoffs, notifications, broadcasts across hive sessions using `hive msg pub` CLI with flags for message, file, stdin, wildcards.
Handles Slack channel and thread messaging with context-aware session management. Reads messages, sends replies, searches channels/users, drafts, and schedules via Slack MCP tools.
Share bugs, ideas, or general feedback.
Send a message to all subscribers of a channel.
Use the publish MCP tool with:
channel: channel name from first argumenttext: message content from remaining argumentsDisplay confirmation with recipient count.