jpskill.com
📦 その他 コミュニティ

device-management

UniFiネットワーク内のデバイス導入や設定、在庫管理、構成監視などを効率的に行い、デバイス管理業務をスムーズに進めるための支援をするSkill。

📜 元の英語説明(参考)

Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.

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

一言でいうと

UniFiネットワーク内のデバイス導入や設定、在庫管理、構成監視などを効率的に行い、デバイス管理業務をスムーズに進めるための支援をするSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して device-management.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → device-management フォルダができる
  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-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

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

デバイス管理スキル

デバイスの導入管理、インベントリの維持、およびデバイス構成の監視を行います。

このスキルの機能

このスキルを使用すると、次のことが可能になります。

  • デバイスの導入およびオンボーディングプロセスの管理
  • 包括的なデバイスインベントリの維持
  • デバイス構成とステータスの監視
  • 導入待ちの保留中のデバイスの追跡
  • デバイスのアップグレードと交換の計画
  • UniFi コントローラのステータスとバージョンの監視

このスキルの使用場面

このスキルは、次のことを行う必要がある場合に使用します。

  • 新しいデバイスを UniFi ネットワークに導入する
  • デバイスインベントリを作成および維持する
  • デバイスの導入ステータスを確認する
  • コントローラのバージョンとアップデートを監視する
  • ハードウェアの更新を計画する
  • デバイスのモデルと仕様を追跡する
  • デバイス構成のコンプライアンスを確認する

利用可能なツール

  • get_pending_devices - 導入待ちの保留中のデバイスをリスト表示します
  • get_network_devices - 導入済みのすべてのデバイスをリスト表示します
  • get_network_device_stats - デバイスの仕様とステータスを取得します
  • get_network_info - コントローラの情報とシステムステータスを取得します

サイト ID について

重要な注意: UniFi サイト ID は、API レスポンスで空の文字列 ("") として表示される場合があります。これは正常であり、次のように処理する必要があります。

  • ツールを介してクエリを実行する場合は、空の文字列を渡すか、デフォルトのサイトには "default" を使用します
  • MCP サーバーは、空のサイト ID を最初に使用可能なサイトに自動的に解決します
  • curl コマンドでは、サイト ID が空の場合、/sites//devices (二重スラッシュ) のようなエンドポイントが表示されます

空のサイト ID を使用した curl の例:

curl -k -H "X-API-KEY: $UNIFI_API_KEY" \
  "$UNIFI_BASE_URL/proxy/network/integration/v1/sites//devices"

一般的なワークフロー

新しいデバイスの導入

  1. get_pending_devices を使用して、導入待ちのデバイスを見つけます
  2. デバイスの詳細 (MAC アドレス、IP、モデル) を確認します
  3. サイトと機能ごとに導入を計画します
  4. 導入プロセスの完了を文書化します

デバイスインベントリ管理

  1. get_network_devices を使用して、現在のインベントリを取得します
  2. get_network_device_stats を使用して、仕様を取得します
  3. デバイスを種類と場所で整理します
  4. インベントリレポートを作成します
  5. 年齢とパフォーマンスに基づいてアップグレードサイクルを計画します

システム監視

  1. get_network_info を使用して、コントローラのステータスを確認します
  2. コントローラのバージョンと稼働時間を監視します
  3. システムのヘルスメトリクスを追跡します
  4. メンテナンス期間を計画します
  5. バックアップステータスを確認します

質問例

  • 「導入待ちのすべてのデバイスを表示」
  • 「デバイスインベントリをリスト表示」
  • 「コントローラのバージョンとステータスは?」
  • 「すべてのネットワークデバイスの仕様を取得」
  • 「種類別にデバイスインベントリレポートを作成」
  • 「デバイスのアップグレード戦略を計画」

レスポンス形式

このスキルを使用すると、私は以下を提供します。

  • MAC アドレスと IP 情報を含むデバイスリスト
  • デバイスの仕様 (モデル、ファームウェアバージョン)
  • 導入ステータスと保留中のデバイスの詳細
  • システムのヘルスとバージョン情報
  • 種類/場所ごとのインベントリ編成
  • 年齢/パフォーマンスに基づくアップグレードの推奨事項
  • ハードウェア計画の提案

ベストプラクティス

  • デバイスを論理的なグループ (サイト/機能別) で導入します
  • 最新のデバイスインベントリを維持します
  • デバイスの目的と場所を文書化します
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Device Management Skill

Manage device adoption, maintain inventory, and monitor device configurations.

What this skill does

This skill enables you to:

  • Manage device adoption and onboarding process
  • Maintain comprehensive device inventory
  • Monitor device configurations and status
  • Track pending devices awaiting adoption
  • Plan device upgrades and replacements
  • Monitor UniFi controller status and versions

When to use this skill

Use this skill when you need to:

  • Adopt new devices into the UniFi network
  • Create and maintain device inventory
  • Check device adoption status
  • Monitor controller versions and updates
  • Plan hardware refreshes
  • Track device models and specifications
  • Verify device configuration compliance

Available Tools

  • get_pending_devices - List devices pending adoption
  • get_network_devices - List all adopted devices
  • get_network_device_stats - Get device specifications and status
  • get_network_info - Get controller info and system status

Understanding Site IDs

Important Note: Your UniFi site ID may appear as an empty string ("") in API responses. This is normal and should be handled as follows:

  • When querying via tools, pass an empty string or use "default" for the default site
  • The MCP server automatically resolves empty site IDs to your first available site
  • In curl commands, you'll see endpoints like /sites//devices (double slashes) when the site ID is empty

Example curl with empty site ID:

curl -k -H "X-API-KEY: $UNIFI_API_KEY" \
  "$UNIFI_BASE_URL/proxy/network/integration/v1/sites//devices"

Typical Workflows

New Device Adoption

  1. Use get_pending_devices to find devices awaiting adoption
  2. Review device details (MAC address, IP, model)
  3. Plan adoption by site and function
  4. Document adoption process completion

Device Inventory Management

  1. Use get_network_devices to get current inventory
  2. Use get_network_device_stats for specifications
  3. Organize devices by type and location
  4. Create inventory reports
  5. Plan upgrade cycles based on age and performance

System Monitoring

  1. Use get_network_info to check controller status
  2. Monitor controller version and uptime
  3. Track system health metrics
  4. Plan maintenance windows
  5. Verify backup status

Example Questions

  • "Show all devices pending adoption"
  • "List the device inventory"
  • "What's the controller version and status?"
  • "Get specifications for all network devices"
  • "Create a device inventory report by type"
  • "Plan a device upgrade strategy"

Response Format

When using this skill, I provide:

  • Device listings with MAC addresses and IP information
  • Device specifications (model, firmware version)
  • Adoption status and pending device details
  • System health and version information
  • Inventory organization by type/location
  • Upgrade recommendations based on age/performance
  • Hardware planning suggestions

Best Practices

  • Adopt devices in logical groups (by site/function)
  • Maintain up-to-date device inventory
  • Document device purpose and location