Claude Code Channels: Control Your Coding AI from Telegram

Claude Code Channels turns Telegram into a remote control for your coding AI. Full setup guide, 5 real workflows, and 6 limits the other tutorials skip.

If you’ve used Claude Code — Anthropic’s AI coding tool that runs in your terminal — you know the catch: you have to be sitting at your computer. Step away, and your AI assistant is stuck at your desk without you.

Last Thursday, Anthropic changed that. They launched something called Channels, and the idea is dead simple: send a Telegram message from your phone, and Claude Code does the work on your computer. You can ask it to review code, fix bugs, run tests, or organize files — all while you’re on the bus, in a meeting, or grabbing coffee.

VentureBeat called it an “OpenClaw killer.” YouTube had eight tutorials within two days. The hype was immediate and loud.

But here’s what most of those tutorials leave out: your computer has to stay on the whole time. If Claude needs your permission to do something, it freezes until you walk back to your desk. And there’s no Slack support — just Telegram and Discord for now.

This guide covers the full setup, five ways people are actually using it, and the six limitations you should know before building your workflow around it.

What Claude Code Channels Actually Is

Think of it like a walkie-talkie for your AI assistant. Claude Code is working on your computer. Channels gives it a phone number — a Telegram bot or Discord bot — so you can talk to it from anywhere.

You send a message. Claude reads it, does the work on your computer (writing code, reading files, running commands), and texts you back with the result. The messaging app is just a remote control.

The important part: Claude still runs on your machine. It has full access to your project files, your code, everything — same as if you were sitting right there. You’re not getting a limited mobile version. You’re getting the real thing, just controlled from a different screen.

How to Set It Up (Telegram)

The whole process takes about 10 minutes. Here’s what you need before you start:

  • Claude Code v2.1.80 or later — Open your terminal (the command line app on your computer) and type claude --version to check. If you don’t have Claude Code yet, install it first.
  • A claude.ai account — You need a paid plan (Pro, Max, Team, or Enterprise). The free tier doesn’t support Channels.
  • Bun installed — Bun is a tool that runs the channel plugins. If you don’t have it, paste this into your terminal: curl -fsSL https://bun.sh/install | bash

Got all three? Let’s set it up.

Step 1: Create Your Telegram Bot

Open Telegram and search for @BotFather. Send /newbot. Pick a name and username. BotFather gives you a token — copy it. You’ll need it in a second.

Step 2: Install the Telegram Plugin

In your terminal:

claude channels install @anthropic/channel-telegram

It’ll prompt you for the bot token you just copied. Paste it in.

Step 3: Launch Claude Code with Channels

claude --channels

That’s the flag that activates the channel system. Claude Code starts normally, but now it’s also listening for messages through your Telegram bot.

Step 4: Pair Your Account

Open Telegram and send any message to your bot. It’ll respond with a pairing code. Enter that code in your terminal to link your Telegram account to the session.

And you’re done. Send a message like “What files are in the current directory?” and watch Claude respond through Telegram.

Discord Setup (Quick Version)

Discord takes a couple more steps:

  1. Go to the Discord Developer Portal and create a new application
  2. Under Bot settings, reset the token and enable Message Content Intent
  3. Install the plugin: claude channels install @anthropic/channel-discord
  4. Configure with your bot token
  5. Launch with claude --channels and pair through Discord DM

Same concept, slightly more setup because Discord needs explicit permissions for reading message content. In practice, Telegram takes about 5 minutes; Discord closer to 10-15.

5 Ways People Are Actually Using This

Setup is the easy part. The real question is: what do you actually DO with it? Here are five workflows that are genuinely useful — starting with the simplest.

1. “What’s Going On?” Check-Ins

You’re away from your computer and want a quick status update on your project:

“Summarize what changed in my project files since yesterday.”

Claude looks through your recent changes and sends a plain-English summary to your phone. Think of it as asking a coworker “hey, what did I leave unfinished?” — except the coworker has perfect memory.

2. Fix Small Things Without Sitting Down

Someone tells you there’s a typo on the website, or a file needs a quick edit. Instead of opening your laptop:

“In the file src/pages/about.md, change the phone number from 555-0100 to 555-0199.”

Claude makes the change, and you can even ask it to save and commit. Done from your phone in 30 seconds.

3. “Run This and Tell Me What Happens”

Before you leave your desk, kick off something that takes a while:

“Run all the tests and let me know when they’re done. If anything fails, tell me which ones and why.”

Go grab coffee. Claude texts you the results when it’s finished. This one feels like having an actual assistant watching things for you.

4. Team Q&A Bot on Discord

Add Claude to a shared Discord channel. Now anyone on the team can ask questions about your project:

“Where’s the code that handles user login?”

“What does the pricing calculation do?”

Claude searches through the codebase and answers in the Discord thread. Especially useful when new team members join and have a hundred “where is this?” questions.

5. Daily Cleanup on Autopilot

Set up a recurring reminder to send Claude a cleanup task:

“Check for any notes or TODOs I left in the code this week. List them all in one message.”

Or: “Clean up any formatting issues in files I changed today.”

The boring maintenance work that nobody wants to do manually — now it happens while you’re doing something else.

The Honest Limits (What Nobody Else Mentions)

Here’s where most guides stop — they show you the setup and the happy path. But Channels is in research preview for a reason, and there are real limitations you should know about.

Your Computer Has to Stay On

This is the big one. Channels is a bridge between your phone and your computer. If your computer goes to sleep, or you close the terminal window, the connection drops. Messages you send while it’s off? Gone. They don’t queue up and get processed later.

You can work around this by keeping Claude Code running in the background on a computer that stays awake — but that’s extra setup that most tutorials don’t mention.

Permission Prompts Block Everything

When Claude hits a permission gate — wanting to write a file, run a command, access something new — it pauses and waits for approval. That approval has to happen at the terminal. Not from Telegram. Not from Discord. At the actual terminal.

So if you’re on your phone and Claude asks “Can I modify server.js?”, you’re stuck until you get to a computer. There’s no way to approve from the chat. This is probably the most frustrating limitation in daily use.

Only Three Platforms (For Now)

The allowlist today: Telegram, Discord, and Fakechat (a localhost testing tool). No Slack. No WhatsApp. No Microsoft Teams. No iMessage.

If your team lives in Slack, you’re out of luck for now. Anthropic says more platforms are coming, but there’s no timeline.

You Can’t Add Your Own Platforms Yet

Want to connect Channels to something other than Telegram or Discord — say, WhatsApp or a custom app? Technically possible, but Anthropic makes it intentionally difficult. They have to review and approve any new platform before it’s available to everyone. For now, you’re limited to the official options.

Free Plans Don’t Work

You need a paid claude.ai account (Pro at $20/month, Max, Team, or Enterprise). If you’re on the free plan, Channels won’t connect. This is the biggest barrier for people who want to try it casually.

Things Might Change

Anthropic has said that how Channels works — the commands, the setup process, the way notifications are sent — may change later in 2026. It’s a research preview, not a finished product. If you build daily habits around it, be ready to adapt.

Claude Code Channels vs. OpenClaw

You’ll see this comparison everywhere right now, so let’s address it directly. OpenClaw is the wildly popular open-source AI agent tool (250,000+ GitHub stars). Channels is Anthropic’s new, much simpler alternative.

The short version: they solve different problems.

Claude Code ChannelsOpenClaw
What it doesRemote-controls Claude from your phoneRuns AI agents that can do tasks on your computer
AI modelClaude onlyWorks with ChatGPT, Claude, Gemini, and others
Setup time~10 minutesLonger, more technical
Available tools3 messaging platforms1,000+ community-built skills
SecurityControlled by AnthropicOpen-source (some security concerns reported)
Cost$20+/month (Claude Pro required)Free (you pay for whichever AI model you use)
How matureBrand new (research preview)6+ months, widely used

If you already use Claude and want a simple way to control it remotely, Channels is the easier path. If you want more flexibility — different AI models, more tools, a bigger community — OpenClaw has a head start.

They’ll probably compete more directly in a few months. For now, they’re serving different needs.

Should You Set It Up Today?

If you use Claude Code and have 10 minutes to spare, yes. The setup is painless, and being able to check on your project from your phone is genuinely useful — even if you only use it for quick status checks.

But don’t redesign your whole workflow around it yet. It’s an early preview. The permission issue is a real friction point. And your computer staying on is a hard requirement — this isn’t truly “AI in your pocket.” It’s more like a really good remote control.

The right way to think about it: Channels doesn’t replace sitting at your desk. It extends it. You stay connected to your work during the in-between moments — commuting, waiting for a meeting to start, eating lunch.

When Anthropic fixes the permission issue and adds Slack, this becomes a much bigger deal. For now, it’s a small upgrade that’s worth the 10 minutes.


Claude Code Channels launched March 20, 2026 as a research preview. Setup requires Claude Code v2.1.80+, a claude.ai Pro/Max/Team/Enterprise account, and Bun runtime.

Related courses: Claude Code Mastery | MCP Tools | Agentic AI

Sources:

Build Real AI Skills

Step-by-step courses with quizzes and certificates for your resume