From unifi-network
You have full control over the UniFi network infrastructure via the `unifi-network` MCP tools. Use them to manage devices, clients, WiFi networks, VLANs, port forwarding, and firewall rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unifi-network:network-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have full control over the UniFi network infrastructure via the `unifi-network` MCP tools. Use them to manage devices, clients, WiFi networks, VLANs, port forwarding, and firewall rules.
You have full control over the UniFi network infrastructure via the unifi-network MCP tools. Use them to manage devices, clients, WiFi networks, VLANs, port forwarding, and firewall rules.
unifi_get_health — Overall network health: WAN, LAN, WLAN, VPN status. Start here for status checks.unifi_get_site_info — Controller version and site metadataunifi_get_stats — Throughput and traffic statistics (bytes, clients, time)unifi_list_devices — List all devices; filter by type: uap (APs), usw (switches), ugw (gateways)unifi_get_device — Full details for a device by MAC addressunifi_restart_device — Reboot a device by MACunifi_list_clients — Active connected clients; filter by wireless, wired, or allunifi_get_client — Details for one client by MACunifi_list_known_clients — All ever-seen clients including offline onesunifi_block_client — Block a client from the networkunifi_unblock_client — Unblock a clientunifi_reconnect_client — Force a wireless client to reconnect (kick-sta)unifi_list_networks — All configured networks (VLANs, purpose networks)unifi_list_wlans — All WiFi SSIDs with security and statusunifi_toggle_wlan — Enable or disable a WiFi SSIDunifi_update_wlan — Update SSID name, password, band, VLAN, etc.unifi_list_port_forwards — List all port forwarding rulesunifi_create_port_forward — Create a new rule (name, external port, internal IP/port, protocol)unifi_delete_port_forward — Remove a rule by IDunifi_list_firewall_rules — List rules; filter by ruleset: WAN_IN, WAN_OUT, LAN_IN, LAN_OUT, GUEST_IN, GUEST_OUTunifi_list_vouchers — List active guest WiFi vouchersunifi_create_voucher — Generate voucher(s) with custom expiry, quota, and noteunifi_get_health → review WAN/LAN/WLAN status
unifi_list_clients (type: wireless)
→ identify suspicious MAC
→ unifi_block_client (mac: "xx:xx:xx:xx:xx:xx")
unifi_list_wlans → find guest SSID ID
→ unifi_toggle_wlan (wlan_id: "...", enabled: false)
unifi_list_wlans → find SSID ID
→ unifi_update_wlan (wlan_id: "...", x_passphrase: "newpassword")
unifi_create_port_forward (
name: "Plex",
dst_port: "32400",
fwd: "192.168.1.50",
fwd_port: "32400",
proto: "tcp"
)
unifi_create_voucher (n: 5, expire: 480, note: "Conference guests")
→ unifi_list_vouchers → share codes with guests
aa:bb:cc:dd:ee:ffUNIFI_SITE defaults to default — only change if you have multiple sitesunifi_list_known_clients to find devices that aren't currently connectedProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub pzharyuk/ai-claude-plugins --plugin unifi-network