Back to Blog
Claude Code

Claude Channels + Google CLI = A Dead Lobster

9 min read
Claude Channels + Google CLI = A Dead Lobster

Anthropic just dropped Claude Channels. And it’s easily a hundred times better than OpenClaw.

That’s not even the point. The point is you can now talk to Claude Code from your phone. From Telegram. While you’re at the beach, walking the dog, or sitting in a meeting you don’t want to be in.

I’m Charles Dove, and I set this up live on camera for the Charlie Automates community. No prep. No rehearsal. Just raw setup and real use cases. Let me walk you through everything.

What Are Claude Channels?

Claude Channels is a new feature from Anthropic that connects Claude Code to messaging platforms like Telegram. Think of it as a bridge between your phone and your terminal.

You send a message on Telegram. Claude Code receives it on your computer. It runs the task. Then it sends you the result right back to your phone.

It’s Claude Code, untethered from your laptop screen. That’s the big deal here.

Anthropic is releasing updates on Claude Code every single day at this point. Are you overwhelmed? Probably. But this one is worth paying attention to because it changes how you interact with your entire setup.

How to Set Up Claude Channels (Step by Step)

I did this live, so you’re getting the real version. Not the polished tutorial version. Here’s exactly what you need to do.

Step 1: Create a Telegram Bot

Open Telegram. Type /newbot in the BotFather chat. Give your bot a name. I called mine Fred. Then give it a username. Needs to end in “bot” and be unique.

You’ll get an API key. Save it. You’ll also get a link to chat with your new bot. Keep that handy too.

Step 2: Install the Channel Plugin in Claude Code

Open Claude Code. Follow the directions to install the Telegram channel plugin. Install it for user scope. Then run reload plugins.

It’ll ask you to configure the token you got from Telegram. Plug that in. Replace the placeholder with your actual bot token.

Step 3: Set Permissions

It’s going to ask you to accept permissions. Just allow everything and keep moving. Set everything to yes.

Step 4: Boot Up the Listener

Open a new terminal (not inside Claude). Run the channel listener command. This part can be a little laggy since it’s still experimental. Bear with it.

Once it’s running, you’ll see “listening for channel messages.” That means you’re live.

Step 5: Pair with Telegram

Go back to your phone. Click the bot link. Hit start. You’ll get a pairing code. Plug that code into Claude.

If start doesn’t respond or give you a pairing code, here’s the fix: screenshot the pairing command from the docs. Close the original listener terminal. Open a new one. Run the command again. It should work on the second try.

Once you pair successfully, you’re in. That’s it. Setup done.

Important Note About Running Channels

Your computer needs to be open and the terminal needs to be running for this to work on Telegram. Your MacBook can’t be asleep.

My suggestion: if you have a computer you can leave on all the time, just boot a session and leave it running. Or set up a VPS so Claude Code stays active even when you’re away from your desk.

I keep one MacBook running at home as a server. Then I use my other MacBook when I’m on the go. Simple setup. Works great.

Use Case 1: Generate Invoices From Your Phone

Here’s where it gets real. I have a brand context file inside my Claude folder. It has all my company details, my ICP, my voice, my brand colors. I also have a file with all my clients, prospects, and contact info.

So I pulled out my phone and sent this to Telegram:

“Generate an invoice for Occupancy Lift. $499.97. We’re building the system out. Refer to the proposal you already have in your docs for the scope of work. Take liberties. Use my brand contacts. Create the PDF and then send the email.”

That’s it. One message from my phone.

Here’s what Claude did on the computer:

  1. Pulled the client context from my files
  2. Generated a branded invoice PDF with all the right details
  3. Sent the invoice via email using my Google CLI setup
  4. Confirmed everything back to me on Telegram

I was just sitting there watching my phone. The whole thing ran in the background. I could’ve been taking a walk, at the beach, or with friends.

The invoice came out super clean. And here’s the kicker: it sent the email with the PDF attached, directly from my business email through the Google CLI tool I set up in a previous video on the Charlie Automates YouTube channel.

That’s what I call a two-for-one.

Use Case 2: Full Email System From Your Phone

Here’s something most people don’t know. Claude’s built-in Gmail connectors can only draft emails. They don’t send them automatically.

But when you combine Claude Channels with the Google Workspace CLI, you get a full email system. Draft, send, attach files, all from your phone.

I showed how to connect your entire Google ecosystem to Claude Code with the CLI tool in another video. If you don’t have that set up, go watch it. It’s a full walkthrough from start to finish.

The combination is powerful. Claude Channels handles the communication between your phone and Claude. The Google CLI handles the actual sending. Together, they give you a complete email system that runs from Telegram.

For normal, day-to-day business people, being able to generate invoices on the go, send emails on the go, just by chatting in Telegram or sending voice messages? That’s a real upgrade to how you work.

Use Case 3: Google Drive Management On the Go

This one is about file management. I sent a voice-to-text message to Claude through Telegram:

“Be a good boyfriend. Set up a new folder inside of my Google Drive for clients. Set up an additional folder for the client we were just speaking about. Take the PDF, turn it into a Google Doc. If you can’t do that, just drop the PDF inside of that new folder.”

Claude handled it. It created the client folder. It created the subfolder for Occupancy Lift. It uploaded the invoice PDF into the right spot. And when it couldn’t convert the PDF to a Google Doc, it just dropped the PDF in the folder like I asked.

The whole folder structure showed up in my Drive. Clean. Organized. Done from my phone.

Here’s the thing about Google Drive management through Channels. Sometimes you have files on your computer that aren’t on your Drive. You’re on the go and you need them. Just tell Claude: “Hey, locate those files in my workspace folder and upload them to Drive so I have access.”

Or maybe you just want them in your Telegram chat. You could pull them directly.

Stack Your Features

The coolest part is you can stack all of this together. Here’s what a stacked workflow looks like:

  1. “Take that file on my desktop, create a Google Drive folder for it, and upload it”
  2. “Share that file with my partners as a viewer”
  3. “Send it over as an email attachment to the client”

One conversation. Multiple actions. All from your phone.

And if you have the Nano Banana MCP set up, you can even edit images directly from Telegram. Upload a photo, tell Claude to edit it, and get the result sent back to your phone. No third-party app needed.

Claude Channels vs. Just Using Your Laptop

Let me be real with you. Some people will tell you, “I can develop on the go. I can do this, I can do that.” Those are all great things to consider. But for most business owners and professionals, the practical use cases are what matter.

Generating invoices from your phone. Sending emails while you’re walking. Managing your Google Drive from a Telegram chat. That’s the stuff that saves you time every single day.

You don’t need to be building apps from your phone. You need to be running your business from anywhere. That’s what Claude Channels actually gives you.

Limitations to Know About

A few things to keep in mind:

Your computer must stay on. The terminal needs to be running for Channels to work. If your laptop sleeps, the connection drops.

Voice notes don’t work natively. I tried sending a video note with audio to Claude through Telegram. It couldn’t listen to or watch the video. If you want voice input to work, you’d need to set up Whisper or some other transcription tool. Worst case, just use voice-to-text on your phone and send it as a text message.

It’s still experimental. The setup can be laggy. You might need to restart the listener. Anthropic is actively developing this, so expect improvements.

Permissions will keep asking. Claude Channels is going to constantly ask you to accept permissions as it does different tasks. Just allow them and keep moving.

Why This Matters for Business Owners

This isn’t about being fancy with AI. It’s about removing yourself from your desk.

At CC Strategic, we build AI systems for agencies and business owners. The whole point is reducing human involvement. Claude Channels is a step in that direction.

You’re at dinner with family. A client needs an invoice. Pull out your phone. Send one text to Telegram. Invoice generated, emailed, and filed in Google Drive. Put your phone away. Keep eating.

That’s the dream. And it’s working right now.

Frequently Asked Questions

Do I need a Claude Code subscription to use Channels?

Yes. Claude Channels is a feature of Claude Code. You need an active subscription to use it.

Can I use other messaging apps besides Telegram?

Right now, Telegram is the primary supported platform. Anthropic may add more platforms in the future, but Telegram is where you should start.

Does my computer need to stay on the whole time?

Yes. Your terminal needs to be actively running the channel listener. If your computer sleeps or the terminal closes, the connection drops. A VPS or always-on machine is the best solution.

Can Claude Channels send emails directly?

Not on its own. Claude’s built-in Gmail connector only drafts emails. You need the Google Workspace CLI set up to actually send them. The combination of Channels + Google CLI gives you the full send capability.

Is this the same as Claude Remote?

They’re related but different. Claude Channels specifically connects Claude Code to messaging platforms like Telegram. Claude Remote is a broader concept. Channels is the piece that lets you interact with Claude from your phone.

Can I send voice messages to Claude through Telegram?

Not directly as audio. Claude can’t process voice notes or video messages through Channels yet. Use your phone’s voice-to-text feature to convert your message to text first, then send it.

What happens if Claude makes a mistake with an invoice or email?

You’ll see everything Claude does reported back in the Telegram chat. You can review before it sends. If you want extra safety, you can tell Claude to draft the email first and wait for your approval before sending.

How much does the Google CLI cost?

The Google Workspace CLI is free. It’s an open-source tool. You just need a Google Workspace account (which you probably already have if you’re running a business).


Want to go deeper on Claude Code workflows like this? I cover these exact setups inside the CC Strategic AI community on Skool. It’s free to join, and we’re launching the “Zero to Dangerous” flagship course on April 15th.

Join CC Strategic AI on Skool

If you want to go from a level-one Claude Code user (just installed it, downloaded some GitHub repos) to someone building production-ready, sellable applications, that’s what we teach. No pressure to upgrade. The free section has plenty to get you started.

And if you’re an agency owner or business doing $2-10M+ who wants this kind of automation built for you, book a call with CC Strategic and let’s talk.

Subscribe to @charlieautomates on YouTube for one to two Claude Code videos every single week. Workflows, templates, and updates. No fluff.