# Send exe-dev to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "exe-dev",
    "name": "exe-dev",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bjesuiter/exe-dev",
    "canonicalUrl": "https://clawhub.ai/bjesuiter/exe-dev",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/exe-dev",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exe-dev",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/exe-dev-vm-service.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "exe-dev",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T23:44:06.273Z",
      "expiresAt": "2026-05-18T23:44:06.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exe-dev",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exe-dev",
        "contentDisposition": "attachment; filename=\"exe-dev-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "exe-dev"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/exe-dev"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/exe-dev",
    "downloadUrl": "https://openagent3.xyz/downloads/exe-dev",
    "agentUrl": "https://openagent3.xyz/skills/exe-dev/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exe-dev/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exe-dev/agent.md"
  }
}
```
## Documentation

### Quick Commands

TaskCommandList VMsssh exe.dev ls --jsonCreate VMssh exe.dev newMake 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.com → vmname.exe.xyz
Apex: ALIAS example.com → exe.xyz + CNAME www → vmname.exe.xyz

### Full Reference

See references/exe-dev-vm-service.md for complete documentation including pricing, Shelley agent setup, SSH key config, and FAQ.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bjesuiter
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T23:44:06.273Z
- Expires at: 2026-05-18T23:44:06.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/exe-dev)
- [Send to Agent page](https://openagent3.xyz/skills/exe-dev/agent)
- [JSON manifest](https://openagent3.xyz/skills/exe-dev/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/exe-dev/agent.md)
- [Download page](https://openagent3.xyz/downloads/exe-dev)