Claude Skill
grp06/openclaw-studio
OpenClaw Studio is a clean TypeScript-based web dashboard to connect your OpenClaw gateway, manage agents, and ship projects faster.
Overview
Repository
Install this Skill
npx -y openclaw-studio@latestRegistry
npx -y openclaw-studio@latestgit clone https://github.com/grp06/openclaw-studio.gitnpm install
Summary
OpenClaw Studio is a clean web dashboard for OpenClaw, designed to connect gateways, manage agents, and accelerate project delivery.
OpenClaw 清爽网页控制台。连接网关、管理智能体,加速项目交付。⭐️ 喜欢的话请点个星标!
Key features
- Clean web dashboard interface
- Gateway connection management
- Agent lifecycle management
- Built with TypeScript
Use cases
- Centralized management of OpenClaw deployments
- Monitoring and controlling connected agents
- Streamlining project development workflows
- Providing a user-friendly interface for OpenClaw operations
README excerpt
 # OpenClaw Studio [](https://discord.gg/EFkFHbZw) OpenClaw Studio is a clean web dashboard for OpenClaw. Use it to connect to your Gateway, see your agents, chat, manage approvals, and configure jobs from one place. ⭐ Drop a star to help us grow! ⭐ It helps more developers discover the project. ## Get Started (Pick Your Setup) If your Gateway is already running, pick the scenario that matches where your Gateway and Studio will run: - [A. Gateway local, Studio local (same computer)](#a-gateway-local-studio-local-same-computer) - [B. Gateway in the cloud, Studio local (your laptop)](#b-gateway-in-the-cloud-studio-local-your-laptop) - [C. Studio in the cloud, Gateway in the cloud](#c-studio-in-the-cloud-gateway-in-the-cloud) All setups use the same install/run path (recommended): `npx -y openclaw-studio@latest` Two links matter: 1. Browser -> Studio 2. Studio -> Gateway `localhost` always means "the Studio host." If Studio and OpenClaw share a machine, the upstream should usually stay at `ws://localhost:18789` even when that machine is a cloud VM. ## Requirements - Node.js 20.9+ (LTS recommended) - An OpenClaw Gateway URL + token, or a local OpenClaw install Studio can detect - Tailscale (optional, recommended for remote access) ## A) Gateway local, Studio local (same computer) ```bash npx -y openclaw-studio@latest cd openclaw-studio npm run dev ``` 1. Open http://localhost:3000 2. In Studio, set: - Upstream URL: `ws://localhost:18789` - Upstream Token: your gateway token (for example: `openclaw config get gateway.auth.token`) ## B) Gateway in the cloud, Studio local (your laptop) Run Studio on your laptop as above, then set an
Topics
No topics yet.