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本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
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
$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. 下の青いボタンを押して
device-management.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
device-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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
デバイス管理スキル
デバイスの導入管理、インベントリの維持、およびデバイス構成の監視を行います。
このスキルの機能
このスキルを使用すると、次のことが可能になります。
- デバイスの導入およびオンボーディングプロセスの管理
- 包括的なデバイスインベントリの維持
- デバイス構成とステータスの監視
- 導入待ちの保留中のデバイスの追跡
- デバイスのアップグレードと交換の計画
- 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"
一般的なワークフロー
新しいデバイスの導入
get_pending_devicesを使用して、導入待ちのデバイスを見つけます- デバイスの詳細 (MAC アドレス、IP、モデル) を確認します
- サイトと機能ごとに導入を計画します
- 導入プロセスの完了を文書化します
デバイスインベントリ管理
get_network_devicesを使用して、現在のインベントリを取得しますget_network_device_statsを使用して、仕様を取得します- デバイスを種類と場所で整理します
- インベントリレポートを作成します
- 年齢とパフォーマンスに基づいてアップグレードサイクルを計画します
システム監視
get_network_infoを使用して、コントローラのステータスを確認します- コントローラのバージョンと稼働時間を監視します
- システムのヘルスメトリクスを追跡します
- メンテナンス期間を計画します
- バックアップステータスを確認します
質問例
- 「導入待ちのすべてのデバイスを表示」
- 「デバイスインベントリをリスト表示」
- 「コントローラのバージョンとステータスは?」
- 「すべてのネットワークデバイスの仕様を取得」
- 「種類別にデバイスインベントリレポートを作成」
- 「デバイスのアップグレード戦略を計画」
レスポンス形式
このスキルを使用すると、私は以下を提供します。
- 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 adoptionget_network_devices- List all adopted devicesget_network_device_stats- Get device specifications and statusget_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
- Use
get_pending_devicesto find devices awaiting adoption - Review device details (MAC address, IP, model)
- Plan adoption by site and function
- Document adoption process completion
Device Inventory Management
- Use
get_network_devicesto get current inventory - Use
get_network_device_statsfor specifications - Organize devices by type and location
- Create inventory reports
- Plan upgrade cycles based on age and performance
System Monitoring
- Use
get_network_infoto check controller status - Monitor controller version and uptime
- Track system health metrics
- Plan maintenance windows
- 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