← 返回 Skills 市场
1996
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install proxmox-skill
功能描述
Manage Proxmox VE nodes, VMs, and containers. Can list hardware stats, resources, control power states (start, stop, reboot, shutdown), and manage snapshots...
安全使用建议
This package appears to be a legitimate Proxmox API client, but before installing you should: 1) Confirm with the publisher why the registry metadata showed no required credentials while the included SKILL.md/_meta.json and script require PVE_HOST, PVE_TOKEN_ID, and PVE_TOKEN_SECRET. 2) If you proceed, create a limited-scope API token in Proxmox (not root), grant only the minimum role (PVEAuditor for read-only or a scoped VM role for power/snapshot actions), and avoid cluster-wide root-level permissions. 3) Keep PVE_TOKEN_SECRET secret (do not commit it). 4) Test the skill in a non-production environment first to confirm the approval gate behavior and outputs. 5) If you need higher assurance, review the proxmox.py source (it currently only uses proxmoxer and standard env reads) and ensure your platform enforces the SKILL.md approval flags for destructive actions.
功能分析
Type: OpenClaw Skill
Name: proxmox-skill
Version: 1.0.2
The Proxmox skill is a standard administrative tool for managing Proxmox VE clusters via the official 'proxmoxer' Python library. It correctly handles sensitive credentials using environment variables and implements 'Approval: true' guards in SKILL.md for all power management and snapshot operations. The code in scripts/proxmox.py follows expected logic without any signs of data exfiltration, shell injection, or hidden malicious instructions.
能力评估
Purpose & Capability
Name, description, SKILL.md, _meta.json, README, requirements.txt, and the included script all align: this is a Proxmox API client that needs the Proxmox host URL and an API token. However, the registry summary at the top of the package metadata (the 'Requirements' section you were shown) claimed no required env vars or primary credential — that contradicts the shipped files which do declare three required environment variables. This mismatch should be resolved.
Instruction Scope
SKILL.md directs the agent to run a local Python script with explicit commands and arguments. The script only reads the declared PVE_* environment variables, uses the proxmoxer API to call the Proxmox host, and prints JSON results. There are no instructions to read unrelated files, exfiltrate data to third parties, or perform system-wide enumeration beyond talking to the Proxmox API.
Install Mechanism
This is an instruction-only skill with no installer. A requirements.txt lists proxmoxer and requests (standard for a Proxmox client). No remote downloads, obscure installers, or archive extraction are present in the package.
Credentials
The environment variables required by the script (PVE_HOST, PVE_TOKEN_ID, PVE_TOKEN_SECRET) are appropriate and proportional for a Proxmox API client. The concern is the inconsistency: the registry summary presented to the platform lists no required env/credentials while the shipped SKILL.md and _meta.json mark three required variables (including a secret). That discrepancy could be an honest packaging mistake, but it increases risk because automatic permission/visibility controls may not reflect the real secrets the skill needs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is enabled (default), which is normal; destructive actions are marked as requiring human approval in SKILL.md, which is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proxmox-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/proxmox-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added snapshot management features for VMs and containers.
- Now supports creating, listing, rolling back to, and deleting snapshots.
- Updated requirements to include proxmoxer and requests Python dependencies.
- Skill description extended to cover new snapshot capabilities.
v1.0.1
- Removed the "verify_ssl=False" in scripts/proxmox.py.
v1.0.0
Initial release with core Proxmox management features:
- Manage Proxmox VE nodes, virtual machines, and containers.
- List nodes, VMs, and containers across the cluster.
- Retrieve hardware health statistics for physical nodes.
- Get real-time status of individual VMs or containers.
- Perform power actions (start, stop, reboot, shutdown) on VMs and containers with approval.
元数据
常见问题
Proxmox Management 是什么?
Manage Proxmox VE nodes, VMs, and containers. Can list hardware stats, resources, control power states (start, stop, reboot, shutdown), and manage snapshots... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1996 次。
如何安装 Proxmox Management?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxmox-skill」即可一键安装,无需额外配置。
Proxmox Management 是免费的吗?
是的,Proxmox Management 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proxmox Management 支持哪些平台?
Proxmox Management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proxmox Management?
由 robnew(@robnew)开发并维护,当前版本 v1.0.2。
推荐 Skills