返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
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,020
下载量
4
收藏
概述
安装方式
版本历史

workspace-explorer

# 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 ```bash git clone https://github.com/mrbeandev/workspace-explorer.git ``` ## Usage Run the start script with the workspace path: ```bash 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 ```bash python3 {baseDir}/scripts/start_workspace.py /path/to/workspace --port 9000 ``` | Option | Default | Description | |--------|---------|-------------| | `workspace` | (required) | Path to directory to serve | | `--port` | 8080 | Local 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

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install workspace-explorer-1776367713

下载 Zip 包

⬇ 下载 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
返回顶部