A comprehensive interface for managing Apache CloudStack infrastructure via the CloudMonkey (cmk) CLI tool.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cloudmonkey
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cloudmonkey using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The CloudMonkey skill provides a direct bridge between your AI agent and Apache CloudStack environments. By leveraging the cmk CLI, this skill enables programmatic control over virtual machines, networks, and storage volumes. It is designed for developers and system administrators who need to integrate cloud orchestration into their Openclaw Skills workflows, offering a robust way to automate infrastructure tasks without leaving the agent interface.
This skill is particularly valuable for teams managing complex hybrid or private clouds. It synthesizes the full power of the CloudStack API into a developer-friendly command structure, allowing for rapid querying of resources and execution of critical lifecycle operations like snapshotting, network provisioning, and VM state management.
To use this skill, ensure the cmk binary is installed and accessible in your system PATH. Follow these steps to configure your environment:
# Install the CloudMonkey binary (example for Linux)
sudo wget https://github.com/apache/cloudstack-cloudmonkey/releases/latest/download/cmk.linux.x86_64 -O /usr/local/bin/cmk
sudo chmod +x /usr/local/bin/cmk
# Configure your CloudStack connection
cmk set profile your-environment-name
cmk set url http://your-cloudstack-server:8080/client/api
cmk set apikey YOUR_API_KEY
cmk set secretkey YOUR_SECRET_KEY
The skill manages infrastructure metadata and configuration through a structured hierarchy:
| Component | Description | Data Format |
|---|---|---|
| Configuration | Global and profile-specific settings stored in ~/.cmk/config. |
Text/Ini |
| Resource IDs | Unique identifiers (UUIDs) required for targeting specific VMs, volumes, or networks. | String |
| Output Modes | Supports structured data for agent parsing or human-readable tables. | JSON, Table, Text |
| API Schema | Dynamic discovery of available commands via cmk list apis. |
JSON |
list apis feature to expose and utilize new or custom CloudStack API endpoints dynamically.Loading
A military-grade adversarial analysis engine that deploys 32 parallel agents to stress-test content and validate ideas through rigorous competition.

A digital implementation of the traditional Chinese Liu Yao divination method for generating and interpreting hexagrams.

A specialized tool for generating traditional Chinese Bazi charts and 10-step Great Luck cycles based on birth data.

A comprehensive security auditing toolkit for scanning codebases, infrastructure, and agentic AI systems for vulnerabilities and misconfigurations.

A payment delivery skill enabling AI agents and humans to exchange value via secure crypto payment requests and result delivery.

A lightweight framework for AI agents to develop authentic personality traits and behavioral observations over time without forced journaling.

Search and fetch articles from xAI's AI-generated encyclopedia, Grokipedia.








































