# Send cloudmonkey 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": "cloudmonkey",
    "name": "cloudmonkey",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "canonicalUrl": "https://clawhub.ai/kiranchavala/cloudmonkey",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cloudmonkey",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudmonkey",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### CloudMonkey (cmk) Skill

You have access to cmk, the Apache CloudStack CLI. Use it to manage CloudStack infrastructure by running shell commands via the exec tool.

### Basic usage

cmk <verb> <noun> [parameters]

Examples:

cmk list virtualmachines — list all VMs
cmk list virtualmachines state=Running — filter by state
cmk start virtualmachine id=<uuid> — start a VM
cmk stop virtualmachine id=<uuid> — stop a VM
cmk destroy virtualmachine id=<uuid> — destroy a VM
cmk list zones — list availability zones
cmk list templates templatefilter=featured — list templates
cmk list volumes — list storage volumes
cmk create snapshot volumeid=<uuid> — snapshot a volume
cmk list networks — list networks
cmk list publicipaddresses — list public IPs

### Profiles

CloudMonkey supports multiple profiles (e.g. for different CloudStack environments).

cmk set profile <name> — switch profile
cmk list profiles — list configured profiles
Config is stored in ~/.cmk/config

### Output format

cmk set display json — switch to JSON output
cmk set display table — switch to table output (default)
cmk set display text — plain text

### Tips

Always confirm destructive operations (destroy, expunge) with the user before running.
Use cmk list apis to discover all available CloudStack API commands.
UUIDs are required for most operations — use list commands first to find them.
Filter results using key=value pairs after the command (e.g. name=myvm)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kiranchavala
- 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-11T20:52:34.453Z
- Expires at: 2026-05-18T20:52:34.453Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cloudmonkey)
- [Send to Agent page](https://openagent3.xyz/skills/cloudmonkey/agent)
- [JSON manifest](https://openagent3.xyz/skills/cloudmonkey/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cloudmonkey/agent.md)
- [Download page](https://openagent3.xyz/downloads/cloudmonkey)