Claude Skill
grp06/openclaw-studio
OpenClaw Studio 是一个基于 TypeScript 的清爽网页控制台,用于连接 OpenClaw 网关、管理智能体,并更快地交付项目。
概览
仓库信息
安装这个 Skill
npx -y openclaw-studio@latestRegistry 信息
npx -y openclaw-studio@latestgit clone https://github.com/grp06/openclaw-studio.gitnpm install
项目简介
OpenClaw Studio 是 OpenClaw 的一个清爽网页控制台,用于连接网关、管理智能体,并加速项目交付。
A clean web dashboard for OpenClaw. Connect your Gateway, manage agents, and ship faster. ⭐️ Star if you like it!
要点
- 清爽的网页控制台界面
- 网关连接管理
- 智能体生命周期管理
- 使用 TypeScript 构建
使用场景
- 集中管理 OpenClaw 部署
- 监控和控制已连接的智能体
- 简化项目开发工作流程
- 为 OpenClaw 操作提供用户友好的界面
README 摘要
 # 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
话题
暂无话题