workspace-explorerSecurely 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.
Install via ClawdBot CLI:
clawdbot install mrbeandev/workspace-explorerProvide secure, temporary access to your workspace via code-server (VS Code in browser) tunneled through Cloudflare.
Repository: https://github.com/mrbeandev/workspace-explorer
git clone https://github.com/mrbeandev/workspace-explorer.git
Run the start script with the workspace path:
python3 {baseDir}/scripts/start_workspace.py /path/to/workspace
The script will:
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.
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 |
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.
Press Ctrl+C to stop the session. Both code-server and the tunnel will be terminated.
.trycloudflare.com domainsGenerated Mar 1, 2026
A software development team needs to share a codebase with a remote lead developer for real-time inspection and feedback. The Workspace Explorer creates a secure, temporary environment where the lead can browse files, install necessary IDE extensions, and review code without needing to clone the repository locally, enhancing collaboration and reducing setup time.
A web development agency wants to showcase a live prototype of a web application to a client for feedback and approval. Using this skill, they can quickly spin up a secure tunneled workspace, allowing the client to interact with the code and interface directly in a browser-based VS Code, facilitating transparent and interactive demos without exposing internal systems.
An instructor conducting an online coding workshop needs to provide students with hands-on access to example projects or exercises. The Workspace Explorer enables sharing a pre-configured workspace via a public URL, allowing students to explore and modify code in real-time through a familiar IDE interface, ideal for interactive learning sessions.
During a production issue, a DevOps engineer requires immediate assistance from an external expert to inspect logs and configuration files. This skill allows secure, temporary access to the workspace without opening firewall ports, enabling the expert to analyze the environment safely and collaboratively to resolve the incident faster.
A freelance developer needs to transfer a completed project to a client for final review and deployment. By using the Workspace Explorer, they can provide the client with a live view of the codebase, allowing the client to verify functionality and structure before accepting the handoff, ensuring transparency and reducing misunderstandings.
Offer a free tier with basic workspace sharing and limited session duration, while premium plans provide extended sessions, custom domains, and team collaboration features. Revenue is generated through monthly subscriptions, targeting individual developers and small teams who need reliable remote access tools.
Integrate the skill into existing enterprise development platforms as a secure workspace sharing module. Charge based on the number of active sessions or users, with features like audit logs, SSO integration, and compliance certifications. This model appeals to large organizations requiring enhanced security and scalability.
License the technology to educational institutions or online learning platforms as a white-labeled tool for coding courses. Revenue comes from one-time setup fees and ongoing support contracts, enabling schools to provide interactive coding environments without building infrastructure from scratch.
š¬ Integration Tip
Integrate this skill into CI/CD pipelines to automatically share build artifacts or test environments with stakeholders, using the --status flag to monitor session health and avoid leaving tunnels running unnecessarily.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection