You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,26 @@ Claude Code now ships [Remote Control](https://code.claude.com/docs/en/remote-co
49
49
50
50
**What official tools do better:** Remote Control streams full terminal output. Channels relay tool-approval dialogs natively. Claude Code on the web provides cloud compute without local setup. This project optimizes for a different job: **persistent, multi-agent session management entirely from Telegram.**
51
51
52
+
### Replacing OpenClaw? Here's your checklist
53
+
54
+
Every OpenClaw feature has a direct equivalent — most of them are just CC running natively behind the bridge:
55
+
56
+
| OpenClaw feature | How this project handles it |
57
+
|---|---|
58
+
|**IM integration** (Telegram/WhatsApp) | grammy Telegram bot + Claude Code Agent SDK — runs full CC, not an API wrapper |
59
+
|**Multi-agent routing**| A2A bus (auto-debate) + War Room (@mention dispatch) |
60
+
|**Skills**| CC native skills (`~/.claude/skills/`) — no conversion needed |
61
+
|**Memory system**| CC native (`CLAUDE.md` + MCP memory like RecallNest) — shared across all instances |
62
+
|**Cron / scheduled tasks**| CC native cron — runs inside the agent, results delivered to TG |
63
+
|**Tool execution** (bash/fs/web) | CC native tools — Bash, Read, Write, Edit, Glob, Grep, WebFetch, etc. |
64
+
|**External agents (ACP)**| CC subagents + MCP servers |
65
+
|**Hooks**| CC native hooks (`~/.claude/settings.json`) |
66
+
|**Web UI**|**Telegram IS the UI** — inline buttons, notifications, multi-device, zero deployment |
67
+
|**SOUL.md persona**| Per-bot `CLAUDE.md` workspace + shared global rules |
68
+
|**Workspace memory**| Per-project `CLAUDE.md` + MCP memory — CC loads both automatically |
69
+
70
+
**The difference:** OpenClaw reimplements these features on top of an API. This project runs **actual Claude Code** — every feature CC has, you get for free.
71
+
52
72
> **How they differ:** Remote Control = your phone *watches* the terminal. Channels = the terminal *receives* phone messages. This project = your phone **IS** the terminal.
0 commit comments