← 返回
效率工具 中文

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.
通过远程 VS Code 环境安全地与所有者共享工作区。适用于以下场景:①所有者请求查看或检查您的工作文件;②需要为所有者提供实时访问代码库的能力;③所有者希望安装扩展或使用 IDE 功能探索文件;④需要临时安全隧道进行远程工作区检查。
mrbeandev
效率工具 clawhub v1.1.5 1 版本 99848.1 Key: 无需
★ 4
Stars
📥 2,549
下载
💾 8
安装
1
版本
#latest

概述

Workspace Explorer

Provide secure, temporary access to your workspace via code-server (VS Code in browser) tunneled through Cloudflare.

Repository: https://github.com/mrbeandev/workspace-explorer

Installation

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

Usage

Run the start script with the workspace path:

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

The script will:

  1. Download binaries on first run (code-server + cloudflared)
  2. Start code-server on localhost
  3. Create a Cloudflare tunnel
  4. Print the public URL and password directly to terminal (Note: Wait 15-30s for the URL to become active)

Example output:

============================================================
✅ WORKSPACE READY!
============================================================
🌐 URL:      https://random-words.trycloudflare.com
🔑 Password: xY7kL9mN2pQ4
============================================================

💡 Share the URL and password with your owner.
   Press Ctrl+C to terminate the session.

Options

python3 {baseDir}/scripts/start_workspace.py /path/to/workspace --port 9000
OptionDefaultDescription
------------------------------
workspace(required)Path to directory to serve
--port8080Local port for code-server
--status(flag)Check if workspace is running

Heartbeat Support

This project includes a HEARTBEAT.md file. When installed as an OpenClaw skill, the agent will periodically check if the tunnel is active and remind you if it's left running for too long.

Termination

Press Ctrl+C to stop the session. Both code-server and the tunnel will be terminated.

Security

  • Each session generates a unique cryptographically secure password
  • Tunnel URLs are temporary .trycloudflare.com domains
  • No ports need to be opened on firewall
  • Session ends when script is terminated

版本历史

共 1 个版本

  • v1.1.5 当前
    2026-03-28 14:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,867
ai-intelligence

ChessMaster

mrbeandev
特级大师AI象棋平台的综合接口。可对弈、提交走法并监控比赛。
★ 2 📥 2,232
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,325