Skip to content

Releases: t3chnaztea/unifi-skills

Release list

v1.0.0

Choose a tag to compare

@t3chnaztea t3chnaztea released this 24 Jul 22:42

Five agent skills for administering a real UniFi network over its local API.

  • unifi-connect — start here. Minting an API key over the API, which endpoint families accept a key and which 401, the cookie fallback, the HTTP/2 empty-body trap, and the endpoint map. Ships the udm.py helper.
  • unifi-firewall — the zone-based model: why rest/firewallrule reads empty on a firewalled network, where policies actually live, and the trap where a new zone defaults to BLOCK against Internal in both directions.
  • unifi-wifi — the diagnostic ladder for slow Wi-Fi, the 80 MHz/DFS-off co-channel collapse, safe radio writes, and the in-wall AP port that accepts a VLAN override it never enforces.
  • unifi-clients — full-object PUT discipline, and the wired VLAN migration trap where flipping a port's native VLAN leaves the device stranded and looking fine.
  • unifi-context-map — building the site inventory this repo deliberately does not ship.

Verified against UniFi OS 5.1.19 / Network 10.4.57. The udm.py helper is derived from dlewis7444/unifi-claude-skill (MIT).