Claude-skill-registry device-management
Manage device adoption and onboarding, maintain device inventory, and monitor device configurations across your UniFi Protect infrastructure.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/device-management" ~/.claude/skills/majiayu000-claude-skill-registry-device-management && rm -rf "$T"
manifest:
skills/data/device-management/SKILL.mdtags
source content
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 (cameras, sensors, lights)
- Monitor device configurations and status
- Track pending devices awaiting adoption
- Plan device upgrades and replacements
- Monitor Protect system status and versions
When to use this skill
Use this skill when you need to:
- Adopt new devices into the Protect system
- Create and maintain device inventory
- Check device adoption status
- Monitor system versions and updates
- Plan hardware refreshes
- Track device models and specifications
- Verify device configuration compliance
Available Tools
- List cameras and monitoring devicesget_protect_devices
- List sensorsget_protect_sensors
- Get system info and statusget_protect_info
Typical Workflows
New Device Adoption
- Use
to find new devicesget_protect_devices - Review device details (MAC address, IP, model)
- Plan adoption and placement
- Document adoption process completion
Device Inventory Management
- Use
to get camera inventoryget_protect_devices - Use
for sensor inventoryget_protect_sensors - Organize devices by type and location
- Create inventory reports
- Plan upgrade cycles based on age and performance
System Monitoring
- Use
to check system statusget_protect_info - Monitor system version and uptime
- Track system health metrics
- Plan maintenance windows
- Verify backup status
Example Questions
- "List all cameras in the system"
- "Show all sensors and their status"
- "What's the system version and status?"
- "Get specifications for all devices"
- "Create a device inventory report"
- "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)
- System status 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 location
- Maintain up-to-date device inventory
- Document device purpose and location