{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/exe-dev",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exe-dev",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/exe-dev-vm-service.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/exe-dev",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Quick Commands",
        "body": "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>"
      },
      {
        "title": "Access URLs",
        "body": "VM: https://<vmname>.exe.xyz/\nShelley agent: https://<vmname>.exe.xyz:9999/\nVSCode: vscode://vscode-remote/ssh-remote+<vmname>.exe.xyz/home/exedev"
      },
      {
        "title": "Proxy Configuration",
        "body": "Default port is auto-selected from Dockerfile EXPOSE. Change with:\n\nssh exe.dev share port <vmname> <port>\n\nAccess ports 3000-9999 via https://vmname.exe.xyz:<port>/"
      },
      {
        "title": "Authentication Headers",
        "body": "When users authenticate via exe.dev:\n\nX-ExeDev-UserID — user identifier\nX-ExeDev-Email — user email\n\nFor testing, use mitmproxy to inject headers:\n\nmitmdump --mode reverse:http://localhost:8000 --listen-port 3000 \\\n  --set modify_headers='/~q/X-ExeDev-Email/user@example.com'"
      },
      {
        "title": "Custom Domains",
        "body": "Subdomains: CNAME app.example.com → vmname.exe.xyz\nApex: ALIAS example.com → exe.xyz + CNAME www → vmname.exe.xyz"
      },
      {
        "title": "Full Reference",
        "body": "See references/exe-dev-vm-service.md for complete documentation including pricing, Shelley agent setup, SSH key config, and FAQ."
      }
    ],
    "body": "⚠️ 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. 🔜\n\nexe.dev VM Management\nQuick Commands\nTask\tCommand\nList VMs\tssh exe.dev ls --json\nCreate VM\tssh exe.dev new\nMake public\tssh exe.dev share set-public <vm>\nChange port\tssh exe.dev share port <vm> <port>\nAdd user\tssh exe.dev share add <vm> <email>\nShare link\tssh exe.dev share add-link <vm>\nAccess URLs\nVM: https://<vmname>.exe.xyz/\nShelley agent: https://<vmname>.exe.xyz:9999/\nVSCode: vscode://vscode-remote/ssh-remote+<vmname>.exe.xyz/home/exedev\nProxy Configuration\n\nDefault port is auto-selected from Dockerfile EXPOSE. Change with:\n\nssh exe.dev share port <vmname> <port>\n\n\nAccess ports 3000-9999 via https://vmname.exe.xyz:<port>/\n\nAuthentication Headers\n\nWhen users authenticate via exe.dev:\n\nX-ExeDev-UserID — user identifier\nX-ExeDev-Email — user email\n\nFor testing, use mitmproxy to inject headers:\n\nmitmdump --mode reverse:http://localhost:8000 --listen-port 3000 \\\n  --set modify_headers='/~q/X-ExeDev-Email/user@example.com'\n\nCustom Domains\nSubdomains: CNAME app.example.com → vmname.exe.xyz\nApex: ALIAS example.com → exe.xyz + CNAME www → vmname.exe.xyz\nFull Reference\n\nSee references/exe-dev-vm-service.md for complete documentation including pricing, Shelley agent setup, SSH key config, and FAQ."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bjesuiter/exe-dev",
    "publisherUrl": "https://clawhub.ai/bjesuiter/exe-dev",
    "owner": "bjesuiter",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}