{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloudmonkey",
    "name": "cloudmonkey",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "canonicalUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cloudmonkey",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudmonkey",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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": "cloudmonkey",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T20:52:34.453Z",
      "expiresAt": "2026-05-18T20:52:34.453Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudmonkey",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudmonkey",
        "contentDisposition": "attachment; filename=\"cloudmonkey-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cloudmonkey"
      },
      "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/cloudmonkey"
    },
    "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/cloudmonkey",
    "agentPageUrl": "https://openagent3.xyz/skills/cloudmonkey/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudmonkey/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudmonkey/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": "CloudMonkey (cmk) Skill",
        "body": "You have access to cmk, the Apache CloudStack CLI. Use it to manage CloudStack infrastructure by running shell commands via the exec tool."
      },
      {
        "title": "Basic usage",
        "body": "cmk <verb> <noun> [parameters]\n\nExamples:\n\ncmk list virtualmachines — list all VMs\ncmk list virtualmachines state=Running — filter by state\ncmk start virtualmachine id=<uuid> — start a VM\ncmk stop virtualmachine id=<uuid> — stop a VM\ncmk destroy virtualmachine id=<uuid> — destroy a VM\ncmk list zones — list availability zones\ncmk list templates templatefilter=featured — list templates\ncmk list volumes — list storage volumes\ncmk create snapshot volumeid=<uuid> — snapshot a volume\ncmk list networks — list networks\ncmk list publicipaddresses — list public IPs"
      },
      {
        "title": "Profiles",
        "body": "CloudMonkey supports multiple profiles (e.g. for different CloudStack environments).\n\ncmk set profile <name> — switch profile\ncmk list profiles — list configured profiles\nConfig is stored in ~/.cmk/config"
      },
      {
        "title": "Output format",
        "body": "cmk set display json — switch to JSON output\ncmk set display table — switch to table output (default)\ncmk set display text — plain text"
      },
      {
        "title": "Tips",
        "body": "Always confirm destructive operations (destroy, expunge) with the user before running.\nUse cmk list apis to discover all available CloudStack API commands.\nUUIDs are required for most operations — use list commands first to find them.\nFilter results using key=value pairs after the command (e.g. name=myvm)"
      }
    ],
    "body": "CloudMonkey (cmk) Skill\n\nYou have access to cmk, the Apache CloudStack CLI. Use it to manage CloudStack infrastructure by running shell commands via the exec tool.\n\nBasic usage\ncmk <verb> <noun> [parameters]\n\n\nExamples:\n\ncmk list virtualmachines — list all VMs\ncmk list virtualmachines state=Running — filter by state\ncmk start virtualmachine id=<uuid> — start a VM\ncmk stop virtualmachine id=<uuid> — stop a VM\ncmk destroy virtualmachine id=<uuid> — destroy a VM\ncmk list zones — list availability zones\ncmk list templates templatefilter=featured — list templates\ncmk list volumes — list storage volumes\ncmk create snapshot volumeid=<uuid> — snapshot a volume\ncmk list networks — list networks\ncmk list publicipaddresses — list public IPs\nProfiles\n\nCloudMonkey supports multiple profiles (e.g. for different CloudStack environments).\n\ncmk set profile <name> — switch profile\ncmk list profiles — list configured profiles\nConfig is stored in ~/.cmk/config\nOutput format\ncmk set display json — switch to JSON output\ncmk set display table — switch to table output (default)\ncmk set display text — plain text\nTips\nAlways confirm destructive operations (destroy, expunge) with the user before running.\nUse cmk list apis to discover all available CloudStack API commands.\nUUIDs are required for most operations — use list commands first to find them.\nFilter results using key=value pairs after the command (e.g. name=myvm)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "publisherUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "owner": "kiranchavala",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloudmonkey",
    "downloadUrl": "https://openagent3.xyz/downloads/cloudmonkey",
    "agentUrl": "https://openagent3.xyz/skills/cloudmonkey/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudmonkey/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudmonkey/agent.md"
  }
}