infrastructure-reporting
Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o infrastructure-reporting.zip https://jpskill.com/download/18316.zip && unzip -o infrastructure-reporting.zip && rm infrastructure-reporting.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18316.zip -OutFile "$d\infrastructure-reporting.zip"; Expand-Archive "$d\infrastructure-reporting.zip" -DestinationPath $d -Force; ri "$d\infrastructure-reporting.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
infrastructure-reporting.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
infrastructure-reportingフォルダができる - 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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
インフラストラクチャレポートスキル
ネットワークの健全性、パフォーマンス、セキュリティ、およびキャパシティプランニングに関する包括的なレポートを生成します。
このスキルの機能
このスキルを使用すると、次のことが可能になります。
- ネットワークの健全性とステータスレポートの生成
- パフォーマンス分析レポートの作成
- セキュリティ監査およびコンプライアンスレポートの生成
- デバイスインベントリレポートの作成
- キャパシティプランニングの推奨事項の作成
- 複数サイト比較レポートの生成
- エグゼクティブサマリーダッシュボードの作成
このスキルの使用時
このスキルは、以下が必要な場合に使用します。
- 定期的なヘルスチェックレポートの作成
- ネットワークパフォーマンスのドキュメント化
- コンプライアンスのための監査ドキュメントの生成
- インフラストラクチャのアップグレード計画
- サイト間のパフォーマンス比較
- モニタリング用ダッシュボードの作成
- ステークホルダー向けのエグゼクティブレポートの生成
- セキュリティ体制のドキュメント化
利用可能なツール
- 包括的なレポート作成のために組み合わせられたすべてのネットワークツール
get_network_sites- サイトの概要get_site_health- ヘルスメトリクスget_network_devices- デバイスインベントリget_network_device_stats- パフォーマンスデータget_network_clients- クライアント情報get_client_stats- クライアントメトリクスget_wifi_networks- WiFi構成get_firewall_zones- セキュリティゾーンget_acl_rules- アクセス制御get_network_info- システム情報
典型的なワークフロー
週間ヘルスレポート
get_site_healthを使用して、すべてのサイトからデータを収集します。get_network_devicesを使用して、デバイスをリストします。- パフォーマンスのために
get_network_device_statsを使用します。 - 推奨事項とともに調査結果を要約します。
- エグゼクティブサマリーを作成します。
月間パフォーマンスレポート
- デバイスメトリクスに
get_network_device_statsを使用します。 - クライアントパフォーマンスに
get_client_statsを使用します。 - 傾向とパターンを分析します。
- パフォーマンスダッシュボードを作成します。
- 改善の機会を特定します。
セキュリティとコンプライアンス監査
- ネットワークセグメンテーションに
get_firewall_zonesを使用します。 - アクセス制御に
get_acl_rulesを使用します。 - システム情報に
get_network_infoを使用します。 - セキュリティ体制を文書化します。
- 監査証跡と推奨事項を作成します。
キャパシティプランニングレポート
get_network_devicesでインベントリを収集します。get_network_device_statsで使用状況を分析します。- 将来のニーズを予測します。
- アップグレードを推奨します。
- タイムラインとコストを見積もります。
質問例
- 「週間ヘルスレポートを生成してください」
- 「月間パフォーマンスレポートを作成してください」
- 「セキュリティ監査レポートを生成してください」
- 「キャパシティプランニング分析を実行してください」
- 「すべてのサイトの健全性を比較してください」
- 「エグゼクティブダッシュボードを作成してください」
- 「デバイスインベントリレポートを生成してください」
- 「コンプライアンス監査レポートを作成してください」
レスポンス形式
このスキルを使用する場合、私は以下を提供します。
- 主要な調査結果を含むエグゼクティブサマリー
- メトリクスを使用した詳細なデータ分析
- 視覚的な表現(表、グラフ)
- 傾向分析と予測
- 優先度付きの具体的な推奨事項
- リスク評価
- タイムライン付きのアクションアイテム
- サイト間の比較(該当する場合)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Infrastructure Reporting Skill
Generate comprehensive reports for network health, performance, security, and capacity planning.
What this skill does
This skill enables you to:
- Generate network health and status reports
- Create performance analysis reports
- Generate security audit and compliance reports
- Create device inventory reports
- Produce capacity planning recommendations
- Generate multi-site comparison reports
- Create executive summary dashboards
When to use this skill
Use this skill when you need to:
- Create periodic health check reports
- Document network performance
- Generate audit documentation for compliance
- Plan infrastructure upgrades
- Compare performance across sites
- Create dashboards for monitoring
- Generate executive reports for stakeholders
- Document security posture
Available Tools
- All network tools combined for comprehensive reporting
get_network_sites- Site overviewget_site_health- Health metricsget_network_devices- Device inventoryget_network_device_stats- Performance dataget_network_clients- Client informationget_client_stats- Client metricsget_wifi_networks- WiFi configurationget_firewall_zones- Security zonesget_acl_rules- Access controlsget_network_info- System information
Typical Workflows
Weekly Health Report
- Gather data from all sites using
get_site_health - Use
get_network_devicesto list devices - Use
get_network_device_statsfor performance - Summarize findings with recommendations
- Create executive summary
Monthly Performance Report
- Use
get_network_device_statsfor device metrics - Use
get_client_statsfor client performance - Analyze trends and patterns
- Create performance dashboards
- Identify improvement opportunities
Security & Compliance Audit
- Use
get_firewall_zonesfor network segmentation - Use
get_acl_rulesfor access controls - Use
get_network_infofor system info - Document security posture
- Create audit trail and recommendations
Capacity Planning Report
- Gather inventory with
get_network_devices - Analyze usage with
get_network_device_stats - Project future needs
- Recommend upgrades
- Estimate timelines and costs
Example Questions
- "Generate a weekly health report"
- "Create a monthly performance report"
- "Generate a security audit report"
- "Perform capacity planning analysis"
- "Compare health across all sites"
- "Create an executive dashboard"
- "Generate a device inventory report"
- "Create a compliance audit report"
Response Format
When using this skill, I provide:
- Executive summary with key findings
- Detailed data analysis with metrics
- Visual representations (tables, charts)
- Trend analysis and forecasting
- Specific recommendations with priority
- Risk assessments
- Action items with timelines
- Comparison across sites (if applicable)