Give your AI agent a voice on every chat platform.
Website · Documentation · Skills
Pantalk is a lightweight daemon + CLI that lets AI agents send, receive, and stream messages across Slack, Discord, Mattermost, Telegram, WhatsApp, IRC, Matrix, Twilio, and Zulip through a single interface.
One daemon handles auth, sessions, and reconnects. Your agent talks through simple CLI commands or a Unix domain socket with a JSON protocol. No SDKs, no libraries — just shell commands that work with any language.
# Send a message to any platform
pantalk send --bot ops-bot --channel C0123456789 --text "Deploy complete ✅"
# Check what needs your agent's attention
pantalk notifications --bot ops-bot --unseen
# Read conversation history
pantalk history --bot ops-bot --channel C0123456789 --limit 20
# Stream events in real-time
pantalk stream --bot ops-bot --notify| Repo | Description |
|---|---|
| pantalk | Daemon, CLI, and documentation |
| skills | Agent skill definitions for AI coding agents |
| Repo | Description |
|---|---|
| mcpshim | Turn remote MCP servers into local command workflows |
Pantalk gives your agent a voice. mcpshim gives it tools. Together they form a complete agent infrastructure stack.
# Download the latest release
curl -sL https://github.com/pantalk/pantalk/releases/latest/download/pantalk-$(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz
sudo mv pantalk*/pantalk pantalk*/pantalkd /usr/local/bin/
# Install skills for your AI agent
pantalk skill installBuilt for AI agents that need to talk. → pantalk.dev