返回顶部
w

workspace-explorer工作区共享

Securely share your workspace with your owner via a remote VS Code environment. Use when (1) the owner requests to view or inspect your working files, (2) you need to give the owner live access to browse your codebase, (3) the owner wants to install extensions or use IDE features to explore files, or (4) you need a temporary secure tunnel for remote workspace inspection.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.5
安全检测
已通过
2,031
下载量
免费
免费
4
收藏
概述
安装方式
版本历史

workspace-explorer

工作区浏览器

通过 Cloudflare 隧道,使用 code-server(浏览器中的 VS Code)为你的工作区提供安全、临时的访问权限。

仓库地址: https://github.com/mrbeandev/workspace-explorer

安装

bash
git clone https://github.com/mrbeandev/workspace-explorer.git

使用方法

使用工作区路径运行启动脚本:

bash
python3 {baseDir}/scripts/start_workspace.py /path/to/workspace

该脚本将:

  1. 1. 首次运行时下载二进制文件(code-server + cloudflared)
  2. 在本地主机上启动 code-server
  3. 创建 Cloudflare 隧道
  4. 公共 URL密码 直接打印到终端(注意:等待 15-30 秒 URL 生效)

示例输出:

============================================================
✅ 工作区已就绪!
============================================================
🌐 URL: https://random-words.trycloudflare.com
🔑 密码: xY7kL9mN2pQ4
============================================================

💡 将 URL 和密码分享给你的负责人。
按 Ctrl+C 终止会话。

选项

bash
python3 {baseDir}/scripts/start_workspace.py /path/to/workspace --port 9000

选项默认值描述
workspace(必填)要提供服务的目录路径
--port
8080 | code-server 的本地端口 | | --status | (标志) | 检查工作区是否正在运行 |

心跳检测支持

本项目包含一个 HEARTBEAT.md 文件。当作为 OpenClaw 技能安装时,代理将定期检查隧道是否处于活动状态,并在运行时间过长时提醒你。

终止

按 Ctrl+C 停止会话。code-server 和隧道都将被终止。

安全性

  • - 每个会话生成一个唯一的加密安全密码
  • 隧道 URL 是临时的 .trycloudflare.com 域名
  • 无需在防火墙上开放端口
  • 脚本终止时会话结束

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 workspace-explorer-1776367713 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 workspace-explorer-1776367713 技能

通过命令行安装

skillhub install workspace-explorer-1776367713

下载

⬇ 下载 workspace-explorer v1.1.5(免费)

文件大小: 2.38 KB | 发布时间: 2026-4-17 14:22

v1.1.5 最新 2026-4-17 14:22
- Added HEARTBEAT.md to support periodic tunnel activity checks.
- Documentation updated to mention new --status flag for checking if the workspace is running.
- Added note to wait 15-30 seconds for the public URL to become active after starting the workspace.
- Described OpenClaw integration: the agent will remind you if the tunnel is left running too long.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部