Marketplace wifi-management
Monitor, analyze, and optimize WiFi networks and client connections. Track signal strength, analyze channel usage, and optimize band distribution.
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/wifi-management" ~/.claude/skills/aiskillstore-marketplace-wifi-management && rm -rf "$T"
manifest:
skills/dataknifeai/wifi-management/SKILL.mdsource content
WiFi Management Skill
Monitor and optimize WiFi networks, client connections, and band distribution for peak performance.
What this skill does
This skill enables you to:
- Monitor all WiFi networks in your UniFi deployment
- Track connected client devices and their signal strength
- Analyze channel usage and interference patterns
- Optimize band distribution (2.4GHz vs 5GHz)
- Identify problematic WiFi connections
- Recommend WiFi performance improvements
When to use this skill
Use this skill when you need to:
- Check WiFi network status and configuration
- Monitor connected client devices
- Analyze WiFi performance issues
- Optimize channel selection
- Review network security settings
- Plan WiFi infrastructure improvements
- Troubleshoot poor WiFi coverage or speed
Available Tools
- List and get details of all WiFi networksget_wifi_networks
- Get WiFi broadcast information and SSID detailsget_wifi_broadcasts
- List all connected WiFi clientsget_network_clients
- Get detailed statistics for WiFi clientsget_client_stats
- Get access point performance metricsget_network_device_stats
Typical Workflows
WiFi Network Overview
- Use
to list all networksget_wifi_networks - Use
to check SSID broadcastsget_wifi_broadcasts - Use
to see connected devicesget_network_clients - Use
to analyze client distributionget_client_stats
WiFi Performance Optimization
- Use
to analyze client distributionget_network_clients - Use
to check band distribution (2.4GHz vs 5GHz)get_client_stats - Use
to check AP performanceget_network_device_stats - Recommend channel and band adjustments
Troubleshooting WiFi Issues
- Use
to verify network configurationget_wifi_networks - Use
to check connection statusget_network_clients - Use
to analyze signal strengthget_client_stats - Use
to check AP loadget_network_device_stats
Example Questions
- "Show all WiFi networks and their status"
- "Which clients have poor signal strength?"
- "What's the client distribution across bands?"
- "Are there any offline WiFi access points?"
- "Analyze channel usage and suggest optimizations"
- "Compare WiFi performance across all APs"
- "Why are some clients dropping connections?"
Response Format
When using this skill, I provide:
- WiFi network listings with security details
- Client connection status with signal strengths
- Band distribution analysis (2.4GHz vs 5GHz)
- Channel utilization information
- Performance recommendations
- Specific optimization suggestions
Best Practices
- Monitor band distribution for balanced load
- Check signal strength to identify dead zones
- Analyze channel congestion for interference
- Review client connection quality metrics
- Track AP performance for capacity planning
- Use band steering recommendations for optimization
- Monitor for unusual client behavior patterns