What you'll learn: How to use Claude's Dispatch system — including Remote Control, Persistent Threads, Cowork Mode, and Cross-Device sync — to control your entire AI setup from your phone, tablet, or any browser. No extra tools. No extra hosting. This is the native OpenClaw replacement.


Why This Matters

Claude just shipped a set of features that, combined, replace OpenClaw entirely — and they're built right into your existing Claude plan.

No separate server. No extra API keys. No token burn. No migration.

Here's what you get:

  • Remote Control — send text instructions to your AI setup from anywhere
  • Persistent Thread — one conversation that never resets, keeping full memory
  • Cowork Mode — a desktop AI agent you can command from your phone
  • Cross-Device Sync — seamlessly move between phone, desktop, and browser

Each one is powerful alone. Together, they make Claude the most complete AI agent system you can run — and you probably already have access.


1. Remote Control — Send Instructions From Anywhere

What It Is

Remote Control is a built-in Claude Code feature that lets you continue any local Claude Code session from your phone, tablet, or another computer.

Your session stays running on your machine. Your phone is just a window into it.

  • ✅ Your files and folders stay exactly where they are
  • ✅ Your Skills, MCP servers, and CLAUDE.md all remain accessible
  • No cloud hosting — everything runs locally on your computer
  • No extra API costs — included in your Claude plan
  • No migration — if you already have Claude Code set up, you're ready
Think of it like screen-sharing into your own terminal — except it's native, fast, and built right into Claude.

How to Set It Up (2 Minutes)

Step 1: Open your terminal and navigate to your project folder.

cd ~/your-project-folder

Step 2: Run a single command.

claude remote-control

You'll see a session URL and can press spacebar to show a QR code for quick phone access.

Step 3: Connect from your phone.

That's it. You now have your full Claude Code environment — files, skills, agents, MCP servers — accessible from your phone.

Already In a Session?

No need to start fresh. Type this inside any active Claude Code session:

/remote-control

Or the shortcut:

/rc

Your current conversation and context become remotely accessible instantly.

Want It On By Default?

  1. Open Claude Code
  2. Type /config
  3. Set "Enable Remote Control for all sessions" to true

Now every session you start is automatically available from your phone.

How It Replaces OpenClaw

Business Use Case

You're at a client meeting. They mention a workflow bottleneck. You pull out your phone, message your Claude Code session: "Draft a proposal for automating their intake process using the template in /proposals." By the time you're back at your desk, it's done.

Personal Use Case

You're on the couch and remember you need to update your portfolio site. Open the Claude app, tell your session to make the changes, and it executes on your machine — using your local files, your project config, your skills. No laptop needed.


2. Persistent Thread — One Conversation That Never Resets

What It Is

With Claude's Dispatch system, you get one continuous conversation with Claude that doesn't reset between sessions. Claude retains context from previous tasks, so you can pick up exactly where you left off.

This is the "memory" layer that OpenClaw tried to solve with external databases and vector stores. Claude does it natively.

How It Works

  • You message Claude from your phone → Claude remembers
  • You follow up from your desktop → same conversation, same context
  • You come back the next day → Claude knows what you were working on

There's no session expiry. No "start over." No re-explaining your project. One thread. Full memory.

Why This Is a Game-Changer

With OpenClaw or other third-party setups, maintaining memory across sessions required:

  • ❌ External vector databases
  • ❌ Custom memory injection scripts
  • ❌ Session management infrastructure
  • ❌ Constant context re-loading

With Persistent Thread:

  • Built-in — no extra tools
  • Automatic — Claude just remembers
  • Cross-device — the memory follows you everywhere
  • Zero config — works out of the box in Dispatch

Business Use Case

You're managing multiple client projects. Monday morning you tell Claude: "Start pulling together the weekly report for Client A — use the same format as last week." Claude already knows the format, the data sources, and the client preferences from your previous conversations. No re-briefing required.

Personal Use Case

You're building a side project over weeks. Each time you come back, Claude remembers the architecture decisions, the tech stack, the file structure, and your preferences. It's like having a co-founder with perfect memory.


3. Cowork Mode — Your Desktop AI Agent, Controlled From Your Phone

What It Is

Cowork is Claude's desktop agent mode. It runs on your computer with full access to your local files, browser, connectors, and plugins.

But here's the key unlock: you can control Cowork from your phone.

Assign Claude a task from your phone on the bus. Claude works on your desktop — reading files, browsing the web, using your plugins — and messages you when it's done.

How to Set It Up

  1. Download or update Claude Desktop on your Mac or Windows machine
  2. Download or update the Claude mobile app (iOS / Android)
  3. Open Cowork on either your phone or desktop
  4. Click "Dispatch" on the left side panel
  5. Click "Get started" and toggle on file access + keep-awake
  6. Click "Finish setup"
  7. Start messaging Claude within Dispatch

That's it. Your phone is now a remote control for your desktop AI agent.

What You Can Do From Your Phone

From your phone, you can hand Claude tasks that use everything on your desktop — including things you can't even open on your phone:

  • 📊 Pull data from a local spreadsheet and compile a summary report
  • 💬 Search your Slack messages and email, then draft a briefing document
  • 📁 Organize or process files in a specific folder on your computer
  • 🎨 Build a formatted presentation from files in your Google Drive
  • 🔧 Run terminal commands and development workflows

Claude uses the same connectors, plugins, and file access you've already configured. Nothing extra to set up for mobile.

How It Replaces OpenClaw

OpenClaw required you to:

  • Set up a separate server to host your agent
  • Configure API keys and manage token costs