🦀 ClawHub
cloudmonkey
by @kiranchavala
Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud...
TERMINAL
clawhub install cloudmonkey📖 About This Skill
name: cloudmonkey description: Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any CloudStack API command. metadata: {"openclaw": {"requires": {"bins": ["cmk"]}, "emoji": "☁️🐵"}}
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 [parameters]
Examples:
cmk list virtualmachines — list all VMscmk list virtualmachines state=Running — filter by statecmk start virtualmachine id= — start a VMcmk stop virtualmachine id= — stop a VMcmk destroy virtualmachine id= — destroy a VMcmk list zones — list availability zonescmk list templates templatefilter=featured — list templatescmk list volumes — list storage volumescmk create snapshot volumeid= — snapshot a volumecmk list networks — list networkscmk list publicipaddresses — list public IPsProfiles
CloudMonkey supports multiple profiles (e.g. for different CloudStack environments).
cmk set profile — switch profilecmk list profiles — list configured profiles~/.cmk/configOutput format
cmk set display json — switch to JSON outputcmk set display table — switch to table output (default)cmk set display text — plain textTips
cmk list apis to discover all available CloudStack API commands.name=myvm)📋 Tips & Best Practices
cmk list apis to discover all available CloudStack API commands.name=myvm)