πŸ›‘οΈ
DevOpsPython

UniFi Firewall

by t3chnaztea

UniFi Firewall is a DevOps skill for Claude Code, published by t3chnaztea in unifi-skills.

33 stars1 forkson t3chnaztea/unifi-skillsAdded 2026/08/11Repository updated 2026/08/07
agent-skillsclaude-codeclaude-skillsfirewallhome-labnetworkingubiquitiudm-prounifiunifi-networkvlanwifi
Install in seconds
Install UniFi Firewall
Copy UniFi Firewall into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/t3chnaztea/unifi-skills/tree/main/skills/unifi-firewall ~/.claude/skills/unifi-firewall

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/t3chnaztea/unifi-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/unifi-firewall/SKILL.md in t3chnaztea/unifi-skills
Installs to
~/.claude/skills/unifi-firewall
Collection
One of 6 skills cataloged from this repository
Category
DevOps β€” 798 skills

What UniFi Firewall does

Helps manage zone-based firewall rules on UniFi networks, including segmentation (IoT, cameras), policy creation, and lockout safety. Use when creating, auditing, or troubleshooting firewall policies on modern UniFi controllers.

UniFi Firewall is cataloged under DevOps on DirSkills. UniFi Firewall comes from a repository tagged agent-skills, claude-code, claude-skills, firewall and home-lab.

Documentation

README

UniFi Firewall

Modern UniFi Network replaced the old LAN-IN / LAN-LOCAL / WAN-IN rule groups with a zone-based firewall. Every network belongs to a zone, and policies govern traffic between zone pairs rather than between interfaces. This is a better model and a worse migration, because the old API endpoint still exists and still answers.

Why your firewall rules look empty

udm raw GET /proxy/network/api/s/default/rest/firewallrule
# []

An empty array. The endpoint is alive, authenticated, and lying by omission: on a zone-based controller your rules are not there. They are here:

udm policies    # GET /proxy/network/v2/api/site/default/firewall-policies
udm zones       # GET /proxy/network/v2/api/site/default/firewall/zone

This is the opening of the README. Read the full README on GitHub.

Frequently asked about UniFi Firewall

  • What else does t3chnaztea publish alongside UniFi Firewall?

    UniFi Firewall is one of 6 skills that DirSkills catalogs from t3chnaztea/unifi-skills, the repository it ships in. Its siblings there include UniFi Clients and Devices, UniFi Connect and UniFi Context Map. Each one is a separate skill with its own page in this directory, installs the same way UniFi Firewall does, and is maintained by t3chnaztea in that same repository. The rest of the collection is listed on the t3chnaztea/unifi-skills page.

  • How does UniFi Firewall compare to other DevOps skills?

    UniFi Firewall ranks #764 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of UniFi Firewall against them. Open each page to compare what they document and how they install.

More from t3chnaztea/unifi-skills

UniFi Firewall is one of 6 skills cataloged on DirSkills from t3chnaztea/unifi-skills.

See all 6 skills β†’