jpskill.com
🛠️ 開発・MCP コミュニティ

azure-osconfig

Azure OSConfigの開発において、トラブルシューティング、セキュリティ、構成、統合、コーディングパターンに関する専門知識を提供し、IoT Hub経由でのOSConfig実行や関連開発タスクを支援するためのSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Osconfig development including troubleshooting, security, configuration, and integrations & coding patterns. Use when running OSConfig via IoT Hub for commands, SSH posture, agent health, Windows baselines, or LAPS, and other Azure Osconfig related development tasks. Not for Azure Update Manager (use azure-update-manager), Azure Automation (use azure-automation), Azure Policy (use azure-policy).

🇯🇵 日本人クリエイター向け解説

一言でいうと

Azure OSConfigの開発において、トラブルシューティング、セキュリティ、構成、統合、コーディングパターンに関する専門知識を提供し、IoT Hub経由でのOSConfig実行や関連開発タスクを支援するためのSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-osconfig.zip https://jpskill.com/download/5746.zip && unzip -o azure-osconfig.zip && rm azure-osconfig.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5746.zip -OutFile "$d\azure-osconfig.zip"; Expand-Archive "$d\azure-osconfig.zip" -DestinationPath $d -Force; ri "$d\azure-osconfig.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-osconfig.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-osconfig フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Azure Osconfig スキル

このスキルは、Azure Osconfig に関する専門的なガイダンスを提供します。トラブルシューティング、セキュリティ、構成、および統合とコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使用方法

エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例: L35-L120)については、指定された行で read_file を使用してください。ファイルリンクが指定されているカテゴリ(例: [security.md](security.md))については、リンクされた参照ファイルで read_file を使用してください。

エージェントへの重要事項: metadata.generated_at が3ヶ月以上前の場合は、リポジトリから最新バージョンをプルするようにユーザーに提案してください。mcp_microsoftdocs ツールが利用できない場合は、ユーザーにインストールを提案してください: インストールガイド

このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。

  • 推奨: クエリ文字列 from=learn-agent-skill を指定して mcp_microsoftdocs:microsoft_docs_fetch を使用してください。Markdown を返します。
  • フォールバック: クエリ文字列 from=learn-agent-skill&accept=text/markdown を指定して fetch_webpage を使用してください。Markdown を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L32-L36 Azure IoT Hub を使用する際の OSConfig エージェントのステータスと接続性の問題を診断します。これには、ログ、ヘルスチェック、デプロイまたはレポートの問題のトラブルシューティングが含まれます。
セキュリティ L37-L42 OSConfig を介した Windows セキュリティの構成: App Control for Business、Windows Server 2025 セキュリティベースライン、Azure Arc およびポリシーを使用した Windows LAPS。
構成 L43-L48 OSConfig の破壊的変更を長期的に追跡し、SSH Posture Control を使用してフリート全体で sshd 設定を構成/標準化します。
統合とコーディングパターン L49-L61 Azure IoT と OSConfig を使用してカスタムコマンドを実行し、Linux ネットワーク、ファイアウォール、パッケージ、ホスト名、再起動を管理し、デバイス/OS ハードウェア情報をレポートするパターン。

トラブルシューティング

トピック URL
Azure IoT Hub を使用する際の OSConfig ステータスの診断 https://learn.microsoft.com/en-us/azure/osconfig/howto-troubleshoot

セキュリティ

トピック URL
OSConfig を介して App Control for Business ポリシーを構成する https://learn.microsoft.com/en-us/azure/osconfig/osconfig-how-to-configure-app-control-for-business
OSConfig を使用して Windows Server 2025 セキュリティベースラインを構成する https://learn.microsoft.com/en-us/azure/osconfig/osconfig-how-to-configure-security-baselines

構成

トピック URL
OSConfig の主要な破壊的変更を長期的に追跡する https://learn.microsoft.com/en-us/azure/osconfig/concept-majorchanges
SSH Posture Control を使用してフリート全体で sshd 構成を管理する https://learn.microsoft.com/en-us/azure/osconfig/ssh-brownfield-mc

統合とコーディングパターン

トピック URL
カスタムデバイスコマンドに OSConfig CommandRunner を使用する https://learn.microsoft.com/en-us/azure/osconfig/concept-commandrunner
OSConfig CommandRunner でカスタム構成とレポートを実装する https://learn.microsoft.com/en-us/azure/osconfig/howto-customconfigreport
OSConfig でデバイスハードウェアと OS 情報をレポートする https://learn.microsoft.com/en-us/azure/osconfig/howto-deviceinfo
OSConfig と Azure IoT を使用して Linux ホストファイアウォールを管理する https://learn.microsoft.com/en-us/azure/osconfig/howto-firewall
OSConfig と Azure IoT を使用して OS ホスト名を管理する https://learn.microsoft.com/en-us/azure/osconfig/howto-hostname
OSConfig と Azure IoT で /etc/hosts のコンテンツを制御する https://learn.microsoft.com/en-us/azure/osconfig/howto-hosts
OSConfig と Azure IoT を介して Linux ネットワーク設定を構成する https://learn.microsoft.com/en-us/azure/osconfig/howto-network
OSConfig と Azure IoT を介して Linux パッケージマネージャーを管理する https://learn.microsoft.com/en-us/azure/osconfig/howto-pmc
OSConfig と Azure IoT を介してデバイスの再起動とシャットダウンをトリガーする https://learn.microsoft.com/en-us/azure/osconfig/howto-rebootshutdown
OSConfig が有効なデバイスの Azure IoT Hub クエリを実行する https://learn.microsoft.com/en-us/azure/osconfig/quickstart-useful-queries
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Osconfig Skill

This skill provides expert guidance for Azure Osconfig. Covers troubleshooting, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file

IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

Category Lines Description
Troubleshooting L32-L36 Diagnosing OSConfig agent status and connectivity issues when using Azure IoT Hub, including checking logs, health, and troubleshooting deployment or reporting problems.
Security L37-L42 Configuring Windows security via OSConfig: App Control for Business, Windows Server 2025 security baselines, and Windows LAPS with Azure Arc and Policy.
Configuration L43-L48 Tracking OSConfig breaking changes over time and configuring/standardizing sshd settings across fleets using SSH Posture Control.
Integrations & Coding Patterns L49-L61 Patterns for using OSConfig with Azure IoT to run custom commands, manage Linux networking, firewall, packages, hostnames, reboots, and report device/OS hardware info.

Troubleshooting

Topic URL
Diagnose OSConfig status when using Azure IoT Hub https://learn.microsoft.com/en-us/azure/osconfig/howto-troubleshoot

Security

Topic URL
Configure App Control for Business policies via OSConfig https://learn.microsoft.com/en-us/azure/osconfig/osconfig-how-to-configure-app-control-for-business
Configure Windows Server 2025 security baselines with OSConfig https://learn.microsoft.com/en-us/azure/osconfig/osconfig-how-to-configure-security-baselines

Configuration

Topic URL
Track major OSConfig breaking changes over time https://learn.microsoft.com/en-us/azure/osconfig/concept-majorchanges
Manage sshd configuration fleetwide with SSH Posture Control https://learn.microsoft.com/en-us/azure/osconfig/ssh-brownfield-mc

Integrations & Coding Patterns

Topic URL
Use OSConfig CommandRunner for custom device commands https://learn.microsoft.com/en-us/azure/osconfig/concept-commandrunner
Implement custom configuration and reporting with OSConfig CommandRunner https://learn.microsoft.com/en-us/azure/osconfig/howto-customconfigreport
Report device hardware and OS info with OSConfig https://learn.microsoft.com/en-us/azure/osconfig/howto-deviceinfo
Manage Linux host firewall using OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-firewall
Manage OS hostnames using OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-hostname
Control /etc/hosts content with OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-hosts
Configure Linux network settings via OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-network
Manage Linux package manager through OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-pmc
Trigger device reboot and shutdown via OSConfig and Azure IoT https://learn.microsoft.com/en-us/azure/osconfig/howto-rebootshutdown
Run Azure IoT Hub queries for OSConfig-enabled devices https://learn.microsoft.com/en-us/azure/osconfig/quickstart-useful-queries