← 返回 Skills 市场
Proxmox Multi Control
作者
MaikiMolto
· GitHub ↗
· v1.6.0
· MIT-0
117
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install proxmox-multi-control
功能描述
Manage one or many Proxmox VE servers via REST API. Multi-host support with cluster-wide overview commands. List nodes, VMs, containers; control power states...
安全使用建议
This skill appears to do exactly what it says: manage Proxmox hosts via their API. Before installing, review and do the following: (1) create scoped API tokens on your Proxmox hosts (avoid root) and grant only needed permissions; (2) store token secrets with restrictive permissions (chmod 600) and prefer TLS verification (set verify_ssl=true) in production; (3) be aware the agent may invoke the skill autonomously by default — ensure you only grant access to systems you trust and confirm any agent-level approval requirements for destructive actions (power, rollback); (4) if you have stricter security requirements, inspect the included scripts yourself or run them in a controlled environment first.
功能分析
Type: OpenClaw Skill
Name: proxmox-multi-control
Version: 1.6.0
The skill is a legitimate tool for managing Proxmox VE servers via their REST API using the 'proxmoxer' Python library. It supports multi-host configurations and provides standard VM/container management features such as power control, snapshots, and backup listing. Credentials are managed locally through environment variables or a JSON file (~/.openclaw/credentials/proxmox.json), and the code in scripts/proxmox.py contains no indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the provided artifacts: a CLI Python tool (scripts/proxmox.py) that uses proxmoxer to talk to Proxmox REST APIs. Required binary (python3) and proxmoxer dependency are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructions confine operations to Proxmox management: creating API tokens, storing them in ~/.openclaw/credentials/proxmox.json or env vars, and running the included script. No instructions to read unrelated system files, contact third-party endpoints, or collect additional secrets.
Install Mechanism
There is no automated install that downloads remote code. The skill is instruction-only with an included Python script; it documents the expected Python dependency (proxmoxer) to be installed via pip, which is proportional and expected.
Credentials
The skill requires Proxmox API tokens (PVE_HOST / PVE_TOKEN_ID / PVE_TOKEN_SECRET) — appropriate for this integration. Note: SKILL.md example shows verify_ssl=false and recommends storing secrets in a local JSON file; this is functional but reduces security if used in production. The number and type of env vars/credentials requested are proportional to the functionality.
Persistence & Privilege
The skill does not request persistent/always privileges, nor does it modify other skills or system-wide configs. It only reads a user-scoped credentials file and environment variables; 'disable-model-invocation' is false (normal) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proxmox-multi-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/proxmox-multi-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.6.0
- Added a "Post-Setup" note encouraging users to star the project on ClawHub after successful setup (shown only once).
- No other user-facing changes included in this version.
v1.5.0
- Version bump to 1.5.0.
- Documentation updates in SKILL.md (no changes to features, commands, or API).
- No functional or breaking changes introduced.
v1.0.0
proxmox-multi-control 1.0.0
- Initial release with multi-host Proxmox VE REST API management.
- Supports listing and controlling VMs/containers, managing snapshots, backups, storage, and async tasks across all configured hosts.
- Provides cluster-wide overview commands and per-host operations.
- Accepts credentials via ~/.openclaw/credentials/proxmox.json or environment variables.
- Requires proxmoxer Python package for API communication.
- Commands return structured JSON responses; power and snapshot operations require approval.
元数据
常见问题
Proxmox Multi Control 是什么?
Manage one or many Proxmox VE servers via REST API. Multi-host support with cluster-wide overview commands. List nodes, VMs, containers; control power states... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Proxmox Multi Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxmox-multi-control」即可一键安装,无需额外配置。
Proxmox Multi Control 是免费的吗?
是的,Proxmox Multi Control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proxmox Multi Control 支持哪些平台?
Proxmox Multi Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proxmox Multi Control?
由 MaikiMolto(@maikimolto)开发并维护,当前版本 v1.6.0。
推荐 Skills