← 返回
AI智能 Key 中文

Proxmox Management

Manage Proxmox VE nodes, VMs, and containers. Can list hardware stats, resources, control power states (start, stop, reboot, shutdown), and manage snapshots...
管理 Proxmox VE 节点、虚拟机和容器。可列出硬件统计、资源,控制电源状态(启动、停止、重启、关机)以及管理快照...
robnew
AI智能 clawhub v1.0.2 2 版本 99568.4 Key: 需要
★ 0
Stars
📥 2,307
下载
💾 1
安装
2
版本
#homelab#latest#proxmox#snapshots#virtualization

概述

Proxmox Skill

This skill allows the agent to interact with a Proxmox VE cluster to manage virtual machines and containers.

Tools

proxmox_list

List Proxmox nodes or all available VMs and containers across the entire cluster.

  • Command: python3 {{skillDir}}/scripts/proxmox.py {{type}}
  • Args:
  • type: "nodes" or "vms"

proxmox_node_health

Get hardware-level health stats (CPU usage, RAM, Uptime, Version) for a specific physical node.

  • Command: python3 {{skillDir}}/scripts/proxmox.py node_health {{node}}
  • Args:
  • node: The name of the Proxmox host (e.g., "pve" or "hydra")

proxmox_status

Get the real-time status of a specific VM or container.

  • Command: python3 {{skillDir}}/scripts/proxmox.py status {{node}} {{kind}} {{vmid}}
  • Args:
  • node: The Proxmox node name where the resource lives
  • kind: "qemu" for VMs, "lxc" for containers
  • vmid: The numerical ID of the resource (e.g., "100")

proxmox_power_action

Perform power management actions. These actions require human approval by default.

  • Approval: true
  • Command: python3 {{skillDir}}/scripts/proxmox.py {{action}} {{node}} {{kind}} {{vmid}}
  • Args:
  • action: "start", "stop", "reboot", or "shutdown"
  • node: The Proxmox node name
  • kind: "qemu" or "lxc"
  • vmid: The ID of the resource

proxmox_list_snapshots

List all snapshots for a specific VM or container.

  • Command: python3 {{skillDir}}/scripts/proxmox.py list_snapshots {{node}} {{kind}} {{vmid}}
  • Args:
  • node: The Proxmox node name
  • kind: "qemu" or "lxc"
  • vmid: The ID of the resource

proxmox_take_snapshot

Create a new snapshot of a VM or container.

  • Approval: true
  • Command: python3 {{skillDir}}/scripts/proxmox.py take_snapshot {{node}} {{kind}} {{vmid}} {{snapname}} {{description}}
  • Args:
  • node: The Proxmox node name
  • kind: "qemu" or "lxc"
  • vmid: The ID of the resource
  • snapname: Snapshot name (alphanumeric, dashes, underscores; no spaces)
  • description: Optional description of the snapshot

proxmox_rollback_snapshot

Roll a VM or container back to a previously taken snapshot. Destructive — discards changes since the snapshot.

  • Approval: true
  • Command: python3 {{skillDir}}/scripts/proxmox.py rollback_snapshot {{node}} {{kind}} {{vmid}} {{snapname}}
  • Args:
  • node: The Proxmox node name
  • kind: "qemu" or "lxc"
  • vmid: The ID of the resource
  • snapname: Name of the snapshot to roll back to

proxmox_delete_snapshot

Delete a snapshot. Destructive — the snapshot cannot be recovered.

  • Approval: true
  • Command: python3 {{skillDir}}/scripts/proxmox.py delete_snapshot {{node}} {{kind}} {{vmid}} {{snapname}}
  • Args:
  • node: The Proxmox node name
  • kind: "qemu" or "lxc"
  • vmid: The ID of the resource
  • snapname: Name of the snapshot to delete

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-04-30 09:36 安全 安全
  • v1.0.0
    2026-03-28 16:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,056 📥 796,118
productivity

Duplicati Backup Manager

robnew
使用安全的Bearer令牌管理服务器上的Duplicati备份。
★ 3 📥 2,104
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,716