cloudmonkey
/install cloudmonkey
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 \x3Cverb> \x3Cnoun> [parameters]
Examples:
cmk list virtualmachines— list all VMscmk list virtualmachines state=Running— filter by statecmk start virtualmachine id=\x3Cuuid>— start a VMcmk stop virtualmachine id=\x3Cuuid>— stop a VMcmk destroy virtualmachine id=\x3Cuuid>— destroy a VMcmk list zones— list availability zonescmk list templates templatefilter=featured— list templatescmk list volumes— list storage volumescmk create snapshot volumeid=\x3Cuuid>— snapshot a volumecmk list networks— list networkscmk list publicipaddresses— list public IPs
Profiles
CloudMonkey supports multiple profiles (e.g. for different CloudStack environments).
cmk set profile \x3Cname>— switch profilecmk list profiles— list configured profiles- Config is stored in
~/.cmk/config
Output format
cmk set display json— switch to JSON outputcmk 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 apisto 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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cloudmonkey - After installation, invoke the skill by name or use
/cloudmonkey - Provide required inputs per the skill's parameter spec and get structured output
What is cloudmonkey?
Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud... It is an AI Agent Skill for Claude Code / OpenClaw, with 719 downloads so far.
How do I install cloudmonkey?
Run "/install cloudmonkey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cloudmonkey free?
Yes, cloudmonkey is completely free (open-source). You can download, install and use it at no cost.
Which platforms does cloudmonkey support?
cloudmonkey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cloudmonkey?
It is built and maintained by kiranchavala (@kiranchavala); the current version is v1.0.0.