← 返回 Skills 市场
cloudmonkey
作者
kiranchavala
· GitHub ↗
· v1.0.0
719
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cloudmonkey
功能描述
Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud...
使用说明 (SKILL.md)
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)
安全使用建议
This skill is coherent for managing CloudStack via the cloudmonkey CLI but it will execute shell commands and rely on your local cmk configuration. Before installing: 1) ensure the cmk binary you expect is installed and trusted; 2) inspect ~/.cmk/config (and any cmk profiles) for API keys or secrets you care about — the skill will cause cmk to use them; 3) ask the agent to always confirm destructive actions (destroy/expunge) before running them; 4) avoid granting this skill always:true or broad autonomous rights if you don't want the agent to run cloud operations without explicit approval; and 5) if you need tighter control, consider using a dedicated, least-privilege CloudStack account or a sandbox environment for the skill.
功能分析
Type: OpenClaw Skill
Name: cloudmonkey
Version: 1.0.0
The skill bundle provides an interface to the `cloudmonkey` (cmk) CLI for managing Apache CloudStack infrastructure. The `SKILL.md` explicitly instructs the AI agent to use the `exec` tool to run `cmk` commands, which is aligned with the stated purpose. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The instructions are clear, and notably, include a safety instruction to 'Always confirm destructive operations (destroy, expunge) with the user before running', indicating a responsible design.
能力评估
Purpose & Capability
Name/description align with the requested binary (cmk). The skill is an instruction-only wrapper for the CloudStack CLI. Minor mismatch: SKILL.md refers to the config path (~/.cmk/config) but the registry metadata did not list any required config paths.
Instruction Scope
Instructions tell the agent to run cmk commands via shell exec, which is expected for a CLI wrapper. This implicitly causes network calls and use of whatever credentials are configured for cmk; the skill does not tell the agent to read unrelated files or env vars, but running cmk will read ~/.cmk/config and interact with your CloudStack endpoints.
Install Mechanism
No install spec (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, which is reasonable since cmk typically reads its credentials from ~/.cmk/config or environment. However, that means CloudStack API keys/secrets in the local cmk config are implicitly in-scope even though not declared.
Persistence & Privilege
always:false and no code or install means the skill does not request permanent presence or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cloudmonkey - 安装完成后,直接呼叫该 Skill 的名称或使用
/cloudmonkey触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of cloudmonkey skill.
- Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI.
- Supports listing, starting, stopping, and destroying virtual machines.
- Manage networks, volumes, snapshots, templates, public IPs, and more.
- Allows running any CloudStack API command via cmk.
- Provides guidance for profile management and output formatting.
- Includes safety tips for destructive operations and command discovery.
元数据
常见问题
cloudmonkey 是什么?
Manage Apache CloudStack infrastructure using the cloudmonkey (cmk) CLI — list/start/stop/destroy VMs, manage networks, volumes, snapshots, and run any Cloud... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 719 次。
如何安装 cloudmonkey?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudmonkey」即可一键安装,无需额外配置。
cloudmonkey 是免费的吗?
是的,cloudmonkey 完全免费(开源免费),可自由下载、安装和使用。
cloudmonkey 支持哪些平台?
cloudmonkey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cloudmonkey?
由 kiranchavala(@kiranchavala)开发并维护,当前版本 v1.0.0。
推荐 Skills