πŸ“‘
DevOpsPython

UniFi Clients and Devices

by t3chnaztea

UniFi Clients and Devices 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 Clients and Devices
Copy UniFi Clients and Devices 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-clients ~/.claude/skills/unifi-clients

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-clients/SKILL.md in t3chnaztea/unifi-skills
Installs to
~/.claude/skills/unifi-clients
Collection
One of 6 skills cataloged from this repository
Category
DevOps β€” 798 skills

What UniFi Clients and Devices does

Manage UniFi clients, devices, switch ports, and DHCP reservations, including blocking/kicking, VLAN changes, and power-cycling PoE ports. Addresses pitfalls like partial write destruction and VLAN migration issues.

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

Documentation

README

UniFi Clients and Devices

Day-to-day operations, and the two ways they go wrong: partial writes that silently destroy config, and VLAN changes that appear to work and do not.

Full-object PUT discipline

The rule that prevents most damage on this API:

rest/* endpoints replace the object. GET it, modify the one field, PUT the whole thing back.

A partial PUT does not merge. It writes what you sent and drops the rest. The consequences scale with the object:

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

Frequently asked about UniFi Clients and Devices

  • What else does t3chnaztea publish alongside UniFi Clients and Devices?

    UniFi Clients and Devices is one of 6 skills that DirSkills catalogs from t3chnaztea/unifi-skills, the repository it ships in. Its siblings there include UniFi Connect, UniFi Context Map and UniFi Firewall. Each one is a separate skill with its own page in this directory, installs the same way UniFi Clients and Devices 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 Clients and Devices compare to other DevOps skills?

    UniFi Clients and Devices ranks #763 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 Clients and Devices against them. Open each page to compare what they document and how they install.

More from t3chnaztea/unifi-skills

UniFi Clients and Devices is one of 6 skills cataloged on DirSkills from t3chnaztea/unifi-skills.

See all 6 skills β†’