cluster-management
Proxmox仮想化プラットフォーム上のクラスタノードやリソース、インフラ全体の健全性を監視・管理し、ノードの状態やリソース配分を把握することで、安定したシステム運用を支援するSkill。
📜 元の英語説明(参考)
Monitor and manage Proxmox cluster nodes, resources, and infrastructure health. Track node status, cluster quorum, and resource allocation across your virtualization platform.
🇯🇵 日本人クリエイター向け解説
Proxmox仮想化プラットフォーム上のクラスタノードやリソース、インフラ全体の健全性を監視・管理し、ノードの状態やリソース配分を把握することで、安定したシステム運用を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o cluster-management.zip https://jpskill.com/download/18310.zip && unzip -o cluster-management.zip && rm cluster-management.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18310.zip -OutFile "$d\cluster-management.zip"; Expand-Archive "$d\cluster-management.zip" -DestinationPath $d -Force; ri "$d\cluster-management.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
cluster-management.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
cluster-managementフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] cluster-management
クラスタ管理 Skill
Proxmox VE クラスタのインフラストラクチャとノードのヘルス状態を監視および管理します。
この Skill でできること
この Skill を使用すると、次のことが可能になります。
- Proxmox クラスタ内のすべてのノードを表示する
- ノードのステータスとヘルス状態を監視する
- クラスタのリソースと使用率を追跡する
- ノードのパフォーマンスメトリクスを分析する
- クラスタのクォーラムステータスを監視する
- クラスタのスケーリングと拡張を計画する
- リソースのボトルネックを特定する
- クラスタのヘルスレポートを生成する
この Skill の使用時
この Skill は、次のことを行う必要がある場合に使用します。
- クラスタ全体のステータスを確認する
- ノードのヘルス状態とパフォーマンスを監視する
- クラスタのクォーラムを確認する
- リソースの割り当てを計画する
- ノードの問題をトラブルシューティングする
- クラスタのキャパシティを分析する
- インフラストラクチャレポートを生成する
- クラスタのアップグレードまたはメンテナンスを計画する
利用可能なツール
get_nodes- クラスタ内のすべてのノードをリスト表示しますget_node_status- 特定のノードの詳細なステータスを取得しますget_cluster_resources- すべてのクラスタリソース(ノード、VM、コンテナ)を取得します
典型的なワークフロー
クラスタのヘルスチェック
- クラスタ全体のステータスを確認するために
get_cluster_resourcesを使用します - すべてのノードをリスト表示するために
get_nodesを使用します - 各ノードのヘルス状態を確認するために
get_node_statusを使用します - クラスタのヘルスレポートを生成します
ノードの監視
- すべてのクラスタノードをリスト表示するために
get_nodesを使用します - 個々のノードのパフォーマンスを確認するために
get_node_statusを使用します - CPU、メモリ、ストレージのメトリクスを監視します
- パフォーマンスの問題を特定します
キャパシティプランニング
- 現在の使用状況を分析するために
get_cluster_resourcesを使用します - 詳細なノードメトリクスを取得するために
get_node_statusを使用します - 成長を予測し、ボトルネックを特定します
- スケーリングまたはアップグレードを計画します
質問例
- "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?"
レスポンス形式
この Skill を使用する場合、私は以下を提供します。
- ステータスを含むクラスタノードの完全なリスト
- ノードのヘルス状態とパフォーマンスメトリクス
- クラスタリソースの概要と使用率
- クォーラムとクラスタ構成のステータス
- 最適化のための推奨事項
ベストプラクティス
- クラスタのヘルス状態を定期的に監視する
- 適切なノードクォーラムを維持する(3つ以上のノードを推奨)
- ノード間でリソース割り当てのバランスを取る
- オフアワー中にメンテナンスを計画する
- クラスタのフェイルオーバーシナリオをテストする
- すべてのノードを最新の状態に保つ
- ノード間のネットワーク接続を監視する
- クラスタ構成の変更を文書化する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
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
get_nodes- List all nodes in the clusterget_node_status- Get detailed status of a specific nodeget_cluster_resources- Get all cluster resources (nodes, VMs, containers)
Typical Workflows
Cluster Health Check
- Use
get_cluster_resourcesfor overall cluster status - Use
get_nodesto list all nodes - Use
get_node_statusfor each node to check health - Generate cluster health report
Node Monitoring
- Use
get_nodesto list all cluster nodes - Use
get_node_statusto check individual node performance - Monitor CPU, memory, and storage metrics
- Identify performance issues
Capacity Planning
- Use
get_cluster_resourcesto analyze current usage - Use
get_node_statusfor detailed node metrics - 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