exe-dev

Manage persistent VMs on exe.dev. Create VMs, configure HTTP proxies, share access, and set up custom domains. Use when working with exe.dev VMs for hosting, development, or running persistent services.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "exe-dev" with this command: npx skills add bjesuiter/exe-dev

⚠️ Warning: This skill was auto-built by clawdbot from the exe.dev markdown documentation. It's not tested yet — use with caution! I plan to test it soon. 🔜

exe.dev VM Management

Quick Commands

TaskCommand
List VMsssh exe.dev ls --json
Create VMssh exe.dev new
Make publicssh exe.dev share set-public <vm>
Change portssh exe.dev share port <vm> <port>
Add userssh exe.dev share add <vm> <email>
Share linkssh exe.dev share add-link <vm>

Access URLs

  • VM: https://<vmname>.exe.xyz/
  • Shelley agent: https://<vmname>.exe.xyz:9999/
  • VSCode: vscode://vscode-remote/ssh-remote+<vmname>.exe.xyz/home/exedev

Proxy Configuration

Default port is auto-selected from Dockerfile EXPOSE. Change with:

ssh exe.dev share port <vmname> <port>

Access ports 3000-9999 via https://vmname.exe.xyz:<port>/

Authentication Headers

When users authenticate via exe.dev:

  • X-ExeDev-UserID — user identifier
  • X-ExeDev-Email — user email

For testing, use mitmproxy to inject headers:

mitmdump --mode reverse:http://localhost:8000 --listen-port 3000 \
  --set modify_headers='/~q/X-ExeDev-Email/user@example.com'

Custom Domains

  • Subdomains: CNAME app.example.comvmname.exe.xyz
  • Apex: ALIAS example.comexe.xyz + CNAME wwwvmname.exe.xyz

Full Reference

See references/exe-dev-vm-service.md for complete documentation including pricing, Shelley agent setup, SSH key config, and FAQ.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Cortex Engine

Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and...

Registry SourceRecently Updated
Coding

AI Image & Video Toolkit — Free Upscale, Face Enhance, BG Remove & Generation

Free local AI image and video processing toolkit with cloud AI generation. Local tools: upscale (Real-ESRGAN), face enhance (GFPGAN/CodeFormer), background r...

Registry SourceRecently Updated
Coding

agent-bom compliance

AI compliance and policy engine — evaluate scan results against OWASP LLM Top 10, MITRE ATLAS, EU AI Act, NIST AI RMF, and custom policy-as-code rules. Gener...

Registry SourceRecently Updated