How to Run OpenClaw on Zo
OpenClaw is an open-source AI agent framework with 200K+ GitHub stars and support for Telegram, Discord, WhatsApp, and more. Zo does most of this natively, but OpenClaw has its own plugin ecosystem and community, and people want to tinker. This is the safe way to run it.
The fastest way to set up OpenClaw on Zo
Ask your Zo to run the zopenclaw skill.
Your Zo will:
-
Install OpenClaw, Tailscale, and mcporter
-
Set up private encrypted access to the Control UI
-
Register managed services that survive restarts and maintenance
-
Bootstrap the gateway and pair your device
-
Bridge 50+ Zo tools into OpenClaw
You handle three things: a Tailscale auth key, terminal onboarding, and an access token. Walkthrough below.
What you'll need
-
A Zo Computer account (any tier)
-
A Tailscale account (free tier)
-
An API key from an LLM provider (Anthropic, OpenAI, OpenRouter, Google, etc.)
-
A messaging channel token (Telegram, Discord, or WhatsApp)
Step 1: Save your Tailscale auth key
Tailscale creates a private network so you can access the Control UI without exposing it to the internet.
-
Go to Tailscale Admin > Auth Keys
-
Generate a reusable auth key (Zo restarts between maintenance cycles, so reusable lets it reconnect)
-
In Zo, go to Settings > Advanced and add a secret:
TAILSCALE_AUTHKEY= your key
Don't paste the key into chat. Use the Secrets panel.
Step 2: Run the install
Run the zopenclaw skill
After the install, your Zo gives you a link to enable Tailscale Serve. Click it and confirm. Without it, the Control UI won't work.
Step 3: Run OpenClaw onboarding
Open Zo's terminal and run openclaw onboard. The wizard walks you through your LLM provider, API key, and messaging channel.
When it finishes, don't use --install-daemon. Zo handles services.
OpenClaw onboarding is complete
Step 4: Bootstrap and verify
Your Zo starts the gateway, pairs your device, configures HTTPS, and runs a health check. When it passes, you get:
-
Your Tailscale hostname (
zo-workspace.tail1234.ts.net) -
Your Control UI URL (
https://zo-workspace.tail1234.ts.net)
Open the Control UI and send a test message on your channel. Always use the https:// URL.
Step 5: Connect Zo's tools
This bridges Zo's tools into OpenClaw via mcporter (OpenClaw doesn't have native MCP support yet).
-
In Settings > Advanced, create an access token
-
Save it as a secret:
ZO_ACCESS_TOKEN= your token
Finish the mcporter setup
After this, your OpenClaw agent can use web search, Gmail, Calendar, Drive, image generation, and more.
Troubleshooting
-
Control UI shows "requires device identity": Make sure you're using the
https://Tailscale URL, nothttp://with an IP. Check that Tailscale Serve is enabled and pointing to port 18789. -
OpenClaw stops responding after a few days:
tools.profilemay have reverted to "messaging" after an update. Tell your Zo to set it back to "full." -
Telegram group messages ignored: Default group policy is "allowlist" with an empty list. Tell your Zo to add your group IDs or set the policy to "open."
-
Zo tools not working: Verify
ZO_ACCESS_TOKENis saved, runmcporter list, and restart the gateway.
For anything else, tell your Zo what's happening. It has a full troubleshooting reference.
More tutorials
Create a Persona in Zo
Make Zo talk and think the way you want — create custom personas for any use case.
How to Text Zo
Text Zo from your phone like a friend — get answers, run tasks, and manage your life over SMS.
Organize Your Zo Workspace
Keep your Zo workspace clean and organized — just ask Zo to do it for you.
Build Your Personal Corner of the Internet
Learn how to use your Zo Space to create your own personal webpages and APIs.
How to Turn Any Music Article into a Spotify Playlist
Read a blog post, extract the songs, create a Spotify playlist—all with one AI command. Works with Pitchfork, NME, or any music article.
How to Self-Host n8n
Self-host n8n free on Zo Computer—no Docker required. n8n Cloud costs $24/mo, self-hosting costs $0. Get a public URL and webhooks working in 5 minutes.
How to Set Up a Plain-Text Flashcard System
Set up hashcards, a plain-text spaced repetition system, on your own cloud server. Learn faster with flashcards stored as simple markdown files.
How to Run VS Code in Your Browser
Set up VS Code Server on your own cloud server and access your development environment from any browser. A self-hosted alternative to GitHub Codespaces and Gitpod.
How to Connect Your IDE to a Remote Server
Set up SSH access to your Zo Computer and connect VS Code, Cursor, or any IDE for remote development. Code on a powerful server from anywhere.
How to Save a Webpage as PDF
Save any webpage as a clean PDF with Zo Computer. One command to read, convert, and save — no browser extensions needed.