Claude Skill

grp06/openclaw-studio

OpenClaw Studio 是一个基于 TypeScript 的清爽网页控制台,用于连接 OpenClaw 网关、管理智能体,并更快地交付项目。

概览

Stars2,026
Forks300
语言TypeScript
最后更新2026-06-26
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者grp06
仓库openclaw-studio
完整名称grp06/openclaw-studio
Repo ID1,144,540,234

安装这个 Skill

npx -y openclaw-studio@latest

Registry 信息

类型openclaw_skill
质量分85/100
验证状态readme_parsed
最近验证2026-06-01
平台
OpenClaw
能力
browservideoterminalworkflow
识别文件
README.mddocspackage.jsontests
配置键
URLSTUDIO_ACCESS_TOKENNEXT_PUBLIC_GATEWAY_URLPACKAGE_JSON
安装方式
  • npx -y openclaw-studio@latest
  • git clone https://github.com/grp06/openclaw-studio.git
  • npm 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 摘要

![Home screen](home-screen.png) # OpenClaw Studio [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03