zopenclaw

Set up OpenClaw gateway on Zo with Tailscale networking and mcporter bridging.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill zopenclaw-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zopenclaw
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/zopenclaw
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill zopenclaw-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the setup gap between a user’s Zo device and a persistent OpenClaw agent by provisioning OpenClaw, secure private access, and Zo tool bridging without requiring manual, fragile process management.

Core Features & Use Cases

  • OpenClaw 24/7 on Zo: Installs OpenClaw and runs a gateway as a reprovision-safe Zo User Service so it survives container restarts.
  • Tailscale-secured control access: Configures Tailscale with HTTPS-backed Control UI access over a private tailnet and uses certificate provisioning.
  • Zo tools for the agent via mcporter: Bridges the Zo MCP endpoint into OpenClaw so the agent can use Zo capabilities like web search, email, calendar, drive, and media generation.

Use case example: You want a persistent personal agent on your Zo that you can manage via a secure web UI and that can act on your Zo tools (search the web, check Gmail, update your calendar) whenever you prompt it.

Quick Start

Ask Zo to run the zopenclaw skill and then follow the prompts to save your reusable Tailscale auth key, run openclaw onboard, and complete bootstrap so the Control UI becomes available at your Tailscale hostname over HTTPS.

Frequently Asked Questions about zopenclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a persistent agent gateway on a Zo Computer with secure remote access?

You can run a persistent agent gateway on a Zo Computer by installing OpenClaw as a reprovision-safe User Service and configuring Tailscale to provide HTTPS-backed remote access over a private tailnet.

How does Tailscale Serve route HTTPS traffic to an OpenClaw Control UI?

Tailscale Serve routes HTTPS traffic by provisioning certificates and directing secure requests to the OpenClaw gateway running on port 18789, exposing the Control UI over your private tailnet.

Do I need Node.js and npm to set up OpenClaw on Zo?

Yes, setting up OpenClaw on Zo requires Node.js and npm to install the agent gateway and mcporter, alongside your active Zo Computer and a valid Tailscale auth key stored in encrypted Zo secrets.

How do I bridge Zo MCP tools like web search and calendar into an OpenClaw agent?

You bridge Zo MCP tools into OpenClaw by installing mcporter, which connects the Zo MCP endpoint to the agent so it can access capabilities like web search, email, drive, and media generation.

What is the best way to manage a long-lived agent on Zo without losing it during container restarts?

The best way to manage a long-lived agent is configuring OpenClaw as a reprovision-safe Zo User Service, ensuring the gateway survives container restarts and maintains continuous operation.

Why does OpenClaw bootstrap require a two-phase setup with trusted proxy handling?

The two-phase bootstrap with trusted proxy handling is required to properly configure the gateway, validate Tailscale auth keys, and ensure the Control UI is securely accessible over HTTPS before completing the onboarding workflow.