cclaw logo cclaw v2026.03.16
Open Source · MIT License

Your personal AI,
right in Telegram

cclaw is a local-first, multi-bot AI assistant
powered by Claude Code.

No servers. No databases. No LLM API Key.
Just your Mac, Telegram, and Claude Subscription.

Copied! $ curl -sSL https://raw.githubusercontent.com/heg-wtf/cclaw/main/install.sh | bash
Telegram
💬 Chat
📎 Files
📷 Photos
cclaw
🤖 Multi-Bot Manager
📁 File-Based Sessions
🧩 Skill System
⏰ Cron Automation
💓 Heartbeat
👥 Group Collaboration
Claude Code (SDK Pool)
Persistent Sessions
ClawHouse Dashboard
🖥 Web UI (port 3847)

Built for power users

Everything runs locally. No cloud dependency.

🏠

Local First

No server, no SSL, no public IP needed. Long Polling over Telegram. Your data stays on your Mac.

🤖

Multi-Bot System

Run multiple specialized bots simultaneously. Each with its own personality, skills, model, and memory.

🧩

Skill Plugins

18+ built-in skills. Create custom ones with markdown or integrate MCP servers, CLIs, and browser tools.

Cron Automation

Schedule recurring tasks with natural language. Morning briefings, daily reports, periodic checks.

👥

Group Collaboration

Multiple bots collaborate in Telegram groups with shared conversation context and workspace.

🖥

ClawHouse Dashboard

Web UI for managing bots, skills, cron jobs, sessions, memory, and logs. No terminal required.

SDK Client Pool

Persistent Claude sessions via Python Agent SDK. Fast responses with session reuse, no cold starts.

💓

Heartbeat

Periodic situation awareness. Bots proactively check tasks, reminders, and deliver updates autonomously.

📁

File-Based Architecture

No database. Sessions are directories. Conversations are markdown. Everything is inspectable and portable.

18+ Built-in Skills

Install with cclaw skills install <name>

💬 iMessage Reminders 🗺 Naver Map 🖼 Image Processing 💰 Best Price 🗄 Supabase 📧 Gmail 📅 Google Calendar 🐦 Twitter / X 📋 Jira 🔍 Naver Search 📍 Kakao Local 📊 DART Disclosure 🌐 Translate 🏪 Daiso 🧠 QMD Knowledge

CLI First

Everything from onboarding to deployment, in the terminal.

# Setup
$ cclaw init
$ cclaw bot add

# Run
$ cclaw start --daemon
$ cclaw status

# Skills
$ cclaw skills install supabase
$ cclaw skills install reminders

# Automation
$ cclaw cron add my-bot
$ cclaw heartbeat enable my-bot

# Dashboard
$ cclaw dashboard start --daemon

What's New

v2026.03.16 SDK Client Pool — Persistent Claude sessions via Python Agent SDK. Removed Node.js bridge dependency.
v2026.03.14 Group Collaboration — Multi-bot group chat with shared conversations, workspace, and orchestrator routing.
v2026.03.12 ClawHouse Dashboard — Web UI for managing bots, skills, cron, sessions, memory, and logs.
v2026.03.11 Dashboard CLI — Added start/stop/restart/status subcommands for ClawHouse management.