Skip to content
@pantalk

Pantalk

Give your AI agent a voice on every chat platform.

Pantalk

Pantalk

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

Repositories

Repo Description
pantalk Daemon, CLI, and documentation
skills Agent skill definitions for AI coding agents

Companion Projects

Repo Description
MCPShim Use any MCP server as a standard CLI command
crmkit An agent-first CRM your AI drives directly

Pantalk gives your agent a voice. MCPShim gives it tools. Together they form a complete agent infrastructure stack.

Star History

Star History Chart

Get Started

# 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 install

Built for AI agents that need to talk. → pantalk.dev

Pinned Loading

  1. pantalk pantalk Public

    Give your AI agent a voice on every chat platform.

    Go 196 6

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…