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.
通过 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
该脚本将:
示例输出:
============================================================
✅ 工作区已就绪!
============================================================
🌐 URL: https://random-words.trycloudflare.com
🔑 密码: xY7kL9mN2pQ4
============================================================
💡 将 URL 和密码分享给你的负责人。
按 Ctrl+C 终止会话。
bash
python3 {baseDir}/scripts/start_workspace.py /path/to/workspace --port 9000
| 选项 | 默认值 | 描述 |
|---|---|---|
| workspace | (必填) | 要提供服务的目录路径 |
| --port |
本项目包含一个 HEARTBEAT.md 文件。当作为 OpenClaw 技能安装时,代理将定期检查隧道是否处于活动状态,并在运行时间过长时提醒你。
按 Ctrl+C 停止会话。code-server 和隧道都将被终止。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 workspace-explorer-1776367713 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 workspace-explorer-1776367713 技能
skillhub install workspace-explorer-1776367713
文件大小: 2.38 KB | 发布时间: 2026-4-17 14:22