Marketplace cluster-management
Monitor and manage Proxmox cluster nodes, resources, and infrastructure health. Track node status, cluster quorum, and resource allocation across your virtualization platform.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/cluster-management" ~/.claude/skills/aiskillstore-marketplace-cluster-management && rm -rf "$T"
manifest:
skills/dataknifeai/cluster-management/SKILL.mdsource content
Cluster Management Skill
Monitor and manage your Proxmox VE cluster infrastructure and node health.
What this skill does
This skill enables you to:
- View all nodes in the Proxmox cluster
- Monitor node status and health
- Track cluster resources and utilization
- Analyze node performance metrics
- Monitor cluster quorum status
- Plan cluster scaling and expansion
- Identify resource bottlenecks
- Generate cluster health reports
When to use this skill
Use this skill when you need to:
- Check overall cluster status
- Monitor node health and performance
- Verify cluster quorum
- Plan resource allocation
- Troubleshoot node issues
- Analyze cluster capacity
- Generate infrastructure reports
- Plan cluster upgrades or maintenance
Available Tools
- List all nodes in the clusterget_nodes
- Get detailed status of a specific nodeget_node_status
- Get all cluster resources (nodes, VMs, containers)get_cluster_resources
Typical Workflows
Cluster Health Check
- Use
for overall cluster statusget_cluster_resources - Use
to list all nodesget_nodes - Use
for each node to check healthget_node_status - Generate cluster health report
Node Monitoring
- Use
to list all cluster nodesget_nodes - Use
to check individual node performanceget_node_status - Monitor CPU, memory, and storage metrics
- Identify performance issues
Capacity Planning
- Use
to analyze current usageget_cluster_resources - Use
for detailed node metricsget_node_status - Project growth and identify bottlenecks
- Plan scaling or upgrades
Example Questions
- "Show me the status of all cluster nodes"
- "Is the cluster healthy and properly configured?"
- "What's the resource utilization across the cluster?"
- "Which nodes have capacity issues?"
- "Get a complete cluster infrastructure report"
- "Are there any offline or degraded nodes?"
- "What's the cluster quorum status?"
Response Format
When using this skill, I provide:
- Complete list of cluster nodes with status
- Node health and performance metrics
- Cluster resource overview and utilization
- Quorum and cluster configuration status
- Recommendations for optimization
Best Practices
- Monitor cluster health regularly
- Maintain proper node quorum (3+ nodes recommended)
- Balance resource allocation across nodes
- Plan maintenance during off-hours
- Test cluster failover scenarios
- Keep all nodes updated
- Monitor network connectivity between nodes
- Document cluster configuration changes