Compétences virtual-machine-management
🖥️

virtual-machine-management

Sûr 🌐 Accès réseau📁 Accès au système de fichiers⚙️ Commandes externes

Proxmox仮想マシンの管理

Proxmoxノード全体で仮想マシンを管理するには、複雑なインターフェースを操作し、複数のAPIエンドポイントを記憶する必要があります。このスキルは、自然言語コマンドを通じてVMを直接作成、監視、制御するための統合インターフェースを提供します。

Prend en charge: Claude Codex Code(CC)
⚠️ 68 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "virtual-machine-management". List all VMs on the production node

Résultat attendu:

  • Found 5 virtual machines:
  • • VM 100 (web-server-01): Running - 4 CPUs, 8GB RAM, 100GB storage
  • • VM 101 (db-server-01): Running - 8 CPUs, 32GB RAM, 500GB storage
  • • VM 102 (test-app): Stopped - 2 CPUs, 4GB RAM, 50GB storage
  • • VM 103 (dev-environment): Running - 2 CPUs, 4GB RAM, 40GB storage
  • • VM 104 (template-ubuntu): Template - 2 CPUs, 2GB RAM, 20GB storage

Utilisation de "virtual-machine-management". Create a new VM with 4 CPU cores and 8GB RAM

Résultat attendu:

  • Creating VM with configuration:
  • • CPUs: 4
  • • Memory: 8GB
  • • Node: pve1
  • VM 200 successfully created and is ready for use.
  • Use 'get_vm_status' to verify configuration.

Audit de sécurité

Sûr
v5 • 1/17/2026

This is a pure documentation skill with no executable code. The SKILL.md file defines MCP tool interfaces for Proxmox VM management using markdown formatting. All static findings are false positives caused by the scanner misinterpreting documentation syntax (markdown code spans, hash values, and URLs) as malicious patterns. No scripts, network calls, filesystem access, or code execution paths exist in this skill.

2
Fichiers analysés
339
Lignes analysées
3
résultats
5
Total des audits

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
21
Communauté
100
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

VMライフサイクルの自動化

開発およびテスト環境の起動、停止、スケーリング操作を自動化します。

本番VMの管理

単一のインターフェースから複数のProxmoxノード全体の仮想マシンを監視および保守します。

VMテンプレートのデプロイ

標準化されたVMテンプレートを作成し、一貫性のある反復可能なデプロイのためにクローンします。

Essayez ces prompts

VMの一覧表示
List all virtual machines on the production Proxmox node
ステータスの確認
What is the current status and resource usage of VM 100
VMの作成
Create a new virtual machine with 4 CPU cores and 8GB RAM on node pve1
テンプレートのクローン
Clone template VM 100 to create a new VM named web-server-01 with a unique ID

Bonnes pratiques

  • インフラストラクチャ全体で一貫性のある反復可能なデプロイのためにテンプレートVMを使用する
  • パフォーマンスのボトルネックを防ぐためにVMリソース使用率を定期的に監視する
  • 本番環境に適用する前に、非本番環境ですべてのVM変更をテストする

Éviter

  • ワークロード要件を計画せずに固定リソースでVMを作成する
  • 正常なシャットダウンをスキップして即座に停止を使用すると、データ損失を引き起こす可能性がある
  • 未使用のVMを実行したままにすると、リソースを消費し、攻撃対象領域が増加する

Foire aux questions

どのProxmoxバージョンがサポートされていますか?
このスキルは、標準のREST APIを通じてProxmox VE 7.xおよび8.xリリースで動作します。
VM操作のリソース制限は何ですか?
VMの制限はProxmoxクラスターのリソースに依存します。最大値はクラスター設定に従います。
このスキルをProxmox環境に接続するにはどうすればよいですか?
VM管理ツールを使用する前に、環境変数でProxmox API認証情報を設定してください。
VMデータは外部に保存または送信されますか?
いいえ。すべてのVM操作はProxmox APIと直接通信します。データがインフラストラクチャ外に出ることはありません。
VMの作成が失敗したのはなぜですか?
一般的な原因には、クラスターリソースの不足、無効なVM ID、または必要な設定パラメータの欠落が含まれます。
Proxmox Web UIと比較してどうですか?
このスキルはテキストコマンドによる高速な操作を提供しますが、Web UIはビジュアル監視と高度な設定を提供します。

Détails du développeur

Structure de fichiers

📄 SKILL.md