← 返回 Skills 市场
bjesuiter

exe-dev

作者 bjesuiter · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2054
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

⚠️ 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

Task Command
List VMs ssh exe.dev ls --json
Create VM ssh exe.dev new
Make public ssh exe.dev share set-public \x3Cvm>
Change port ssh exe.dev share port \x3Cvm> \x3Cport>
Add user ssh exe.dev share add \x3Cvm> \x3Cemail>
Share link ssh exe.dev share add-link \x3Cvm>

Access URLs

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

Proxy Configuration

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

ssh exe.dev share port \x3Cvmname> \x3Cport>

Access ports 3000-9999 via https://vmname.exe.xyz:\x3Cport>/

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/[email protected]'

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.

安全使用建议
This is essentially an auto-built copy of exe.dev documentation — the package itself contains only docs and no code, installs, or credential requests. Before using: verify you're actually interacting with the real exe.dev service (check the SSH host key fingerprint against official sources), don't run unfamiliar SSH commands as root, and be careful with the mitmproxy example (it demonstrates header injection and can be used to spoof authentication for testing; avoid using it on production traffic). Also treat any VM marked 'public' or shared-links as potentially accessible to others, and verify pricing/billing details on the official site. If you need higher assurance, ask the publisher for the origin/homepage or test these commands in an isolated account/VM first.
功能分析
Type: OpenClaw Skill Name: exe-dev Version: 1.0.0 The skill bundle is classified as benign. All commands, primarily `ssh exe.dev ...`, are directly aligned with the stated purpose of managing persistent VMs on `exe.dev`. The inclusion of a `mitmdump` command is for local testing of authentication headers, a legitimate debugging utility, and does not indicate malicious intent. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. All actions are transparent and serve the described functionality.
能力评估
Purpose & Capability
The name and description (managing exe.dev VMs) match the SKILL.md content: SSH commands, proxy rules, sharing, and custom domain instructions. The skill requests no binaries, env vars, or config paths beyond what the docs describe, which is proportionate for a documentation-only helper.
Instruction Scope
SKILL.md is documentation-only and does not instruct the agent to read local secrets or system files. It does include a mitmproxy example showing how to inject headers for testing and notes that the Shelley agent reads ~/.config/shelley/AGENTS.md; these are documentation items (not code) but they are sensitive in that they describe mechanisms that can be used to spoof headers or access agent config files. The skill itself does not automate or advise reading host files or exfiltrating data, but users should be cautious when following the mitmproxy example or when exposing services that trust forwarded headers.
Install Mechanism
No install spec and no code files — lowest-risk delivery. Nothing is downloaded or written to disk by the skill bundle itself.
Credentials
No environment variables, credentials, or config paths are requested. The documentation describes exe.dev adding authentication headers (X-ExeDev-UserID, X-ExeDev-Email) to proxied requests — this is a service behavior to be aware of but is appropriate context for a VM-management doc.
Persistence & Privilege
Skill is not always-enabled, contains no installation or persistent agent modifications, and does not request elevated/ongoing system privileges. Autonomous invocation is allowed (platform default) but the skill has no code to run autonomously.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install exe-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /exe-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with VM management, HTTP proxies, sharing, custom domains, and Shelley agent support
元数据
Slug exe-dev
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2054 次。

如何安装 exe-dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install exe-dev」即可一键安装,无需额外配置。

exe-dev 是免费的吗?

是的,exe-dev 完全免费(开源免费),可自由下载、安装和使用。

exe-dev 支持哪些平台?

exe-dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 exe-dev?

由 bjesuiter(@bjesuiter)开发并维护,当前版本 v1.0.0。

💬 留言讨论