← All skills
Tencent SkillHub · Developer Tools

cloudmonkey

Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc