device-management
Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
Best use case
device-management is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "device-management" skill to help with this workflow task. Context: Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/device-management/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How device-management Compares
| Feature / Agent | device-management | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi network infrastructure.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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:** ```bash 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
Related Skills
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
server-management
Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
secrets-management
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
react-state-management
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
istio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
dependency-management-deps-audit
You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.
context-window-management
Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.
context-management-context-save
Use when working with context management context save
context-management-context-restore
Use when working with context management context restore
azure-mgmt-apimanagement-py
Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies. Triggers: "azure-mgmt-apimanagement", "ApiManagementClient", "APIM", "API gateway", "API Management".
azure-mgmt-apimanagement-dotnet
Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs", "ApiManagementServiceResource", "API policies", "APIM products", "APIM subscriptions".