Marketplace site-management
Manage and monitor UniFi sites across your account. View site details, organization structure, and multi-site overview for centralized infrastructure 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/site-management" ~/.claude/skills/aiskillstore-marketplace-site-management && rm -rf "$T"
manifest:
skills/dataknifeai/site-management/SKILL.mdsource content
Site Management Skill
Manage and monitor UniFi sites across your account for centralized infrastructure oversight.
What this skill does
This skill enables you to:
- View all UniFi sites in your account
- Get detailed information about specific sites
- Monitor site organization and structure
- Track site-level configurations
- Analyze multi-site infrastructure
- Plan site expansion and scaling
- Generate site inventory reports
When to use this skill
Use this skill when you need to:
- Get an overview of all managed sites
- Check site configuration details
- Verify site organization structure
- Plan multi-site deployments
- Generate infrastructure reports
- Manage site hierarchy
- Analyze site-level metrics
Available Tools
- List all UniFi sites in the accountlist_sites
- Get detailed information about a specific siteget_site_details
- Get overview statistics for a siteget_site_overview
Typical Workflows
Multi-Site Overview
- Use
to view all managed siteslist_sites - Use
for each site to gather full informationget_site_details - Compile site inventory and organization chart
- Generate summary report
Site Planning & Expansion
- Use
to understand current site structurelist_sites - Use
to analyze existing site configurationsget_site_details - Identify gaps and expansion opportunities
- Plan new site deployments
Site Configuration Review
- Use
to retrieve site configurationget_site_details - Verify site settings and parameters
- Compare sites for standardization
- Recommend configuration updates
Example Questions
- "Show me all UniFi sites in my account"
- "What's the configuration of the headquarters site?"
- "Get a complete site inventory for reporting"
- "Compare site details across all locations"
- "What sites do I have and where are they?"
- "Show me the full organization structure"
Response Format
When using this skill, I provide:
- Complete list of all sites
- Site-specific configuration details
- Organization hierarchy visualization
- Site status and information
- Site count and summary metrics
Best Practices
- Maintain consistent site naming conventions
- Review site organization regularly
- Document site purposes and locations
- Track site growth and expansion
- Monitor multi-site coordination
- Plan for scalability across sites
- Keep site inventory current