Marketplace infrastructure-management
Manage network hosts and devices across all UniFi sites. Monitor host status, device configuration, and infrastructure health for comprehensive inventory management.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/infrastructure-management" ~/.claude/skills/aiskillstore-marketplace-infrastructure-management && rm -rf "$T"
manifest:
skills/dataknifeai/infrastructure-management/SKILL.mdsource content
Infrastructure Management Skill
Manage and monitor network hosts and devices across your UniFi infrastructure.
What this skill does
This skill enables you to:
- View all hosts across all sites
- Get detailed host information and status
- View all network devices in your infrastructure
- Get detailed device configuration and status
- Filter infrastructure by site
- Monitor host and device health
- Track infrastructure inventory
- Analyze resource distribution across sites
When to use this skill
Use this skill when you need to:
- Check host and device inventory
- Monitor infrastructure status
- Get device configuration details
- Analyze site-specific infrastructure
- Troubleshoot connectivity issues
- Plan capacity expansion
- Generate infrastructure reports
- Verify device assignments
Available Tools
- List all hosts across all siteslist_hosts
- Get detailed information about a specific hostget_host_details
- Get all hosts in a specific siteget_hosts_by_site
- List all network devices across all siteslist_devices
- Get detailed information about a specific deviceget_device_details
- Get all devices in a specific siteget_devices_by_site
Typical Workflows
Infrastructure Inventory
- Use
to get all hostslist_hosts - Use
to get all deviceslist_devices - Use
andget_hosts_by_site
to organize by locationget_devices_by_site - Generate comprehensive inventory report
Site-Specific Analysis
- Use
to view hosts in a locationget_hosts_by_site - Use
to view devices in a locationget_devices_by_site - Analyze resource distribution
- Check device and host status
Device Configuration Review
- Use
to retrieve device configurationget_device_details - Verify device settings and parameters
- Identify configuration inconsistencies
- Recommend standardization
Troubleshooting Infrastructure
- Use
to find target devicelist_devices - Use
to check configurationget_device_details - Use
to verify host connectivitylist_hosts - Use
for detailed diagnosticsget_host_details
Example Questions
- "List all hosts in the New York site"
- "Show me all network devices and their status"
- "What devices are assigned to the San Francisco site?"
- "Get detailed information about a specific device"
- "How many hosts and devices do I have per site?"
- "Show me the complete infrastructure inventory"
- "Are all devices properly configured and online?"
Response Format
When using this skill, I provide:
- Complete host and device listings
- Filtered results by site or device type
- Configuration details and status
- Site-specific resource distribution
- Infrastructure organization and hierarchy
Best Practices
- Maintain consistent device naming
- Document device purposes and locations
- Track device assignments per site
- Monitor host connectivity
- Review device configurations regularly
- Keep inventory updated
- Plan for infrastructure growth
- Use site organization for better management