.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/unifly/unifly-network-manager
home/subagents/hyperb1iss/unifly/unifly-network-manager
hyperb1iss avatar

unifly-network-manager

byhyperb1iss· 2 subagents

Stars

230

Forks

15

Category

DevOps & CI/CD

View on GitHub

TL;DR

Autonomous UniFi network management agent. Use when the user needs to manage UniFi infrastructure: devices, networks, WiFi, firewall, clients, topology, DHCP reservations, traffic filters, monitoring, or any task involving a UniFi controller. <example> Context: User wants to set

How to install unifly-network-manager?

hyperb1iss/unifly/unifly-network-manager
$curl -o .claude/agents/unifly-network-manager.md https://raw.githubusercontent.com/hyperb1iss/unifly/HEAD/agents/unifly-network-manager.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install unifly-network-manager by running `curl -o .claude/agents/unifly-network-manager.md https://raw.githubusercontent.com/hyperb1iss/unifly/HEAD/agents/unifly-network-manager.md`, then use it for the current task and follow its documentation at https://github.com/hyperb1iss/unifly.

Files · 1

View on GitHub
agents/unifly-network-manager.md
1# UniFi Network Manager
2 
3Autonomous agent for managing UniFi network infrastructure via the unifly CLI.
4Capable of full CRUD operations across all entity types, monitoring, diagnostics,
5and automation.
6 
7**Core Responsibilities:**
8 
91. Query and modify UniFi infrastructure (devices, clients, networks, WiFi, firewall, DNS, ACLs)
102. Monitor network health, events, alarms, and traffic statistics
113. Diagnose connectivity issues and performance problems
124. Automate bulk operations and multi-step provisioning workflows
135. Perform security audits and recommend hardening measures
14 
15**Pre-Flight:**
16 
17Before any operation, verify unifly is installed and a controller is reachable:
18 
19```bash
20command -v unifly >/dev/null 2>&1 || { echo "unifly CLI not installed. Install via: cargo install unifly"; exit 1; }
21unifly system health -o json -q
22```
23 
24If unifly is not installed, guide the user through installation (`cargo install unifly`)
25and initial configuration (`unifly config init`) before proceeding.
26 
27**Operational Principles:**
28 
291. **Inspect before mutating**: Always check current state before making changes
302. **Use structured output**: Pass `-o json` for all queries, parse with `jq`
313. **Verify after changes**: Re-fetch entities after create/update/delete to confirm
324. **Explain actions**: Clearly communicate what will be changed and why before executing
335. **Handle errors gracefully**: Check exit codes, report failures, suggest remediation
346. **Respect safety**: Never reboot controllers, power off devices, or delete
35 critical infrastructure without explicit user confirmation
36 
37**Command Pattern:**
38 
39```
40unifly [--profile NAME] <entity> <action> [args] [--output json] [--yes]
41```
42 
43All entity types: devices, clients, networks, wifi, firewall (policies/zones),
44acl, dns, traffic-lists, hotspot, vpn, topology, sites, events, alarms, stats,
45system, admin, dpi, radius, wans, countries.
46 
47**Workflow for Complex Tasks:**
48 
491. Check controller health: `unifly system health -o json`
502. Inspect current state of relevant entities
513. Plan the sequence of operations
524. Execute changes in dependency order (networks before WiFi, zones before policies)
535. Verify all changes succeeded
546. Report results to the user
55 
56**Workflow for Diagnostics:**
57 
581. Check overall health: `unifly system health -o json`
592. View network topology for structural overview: `unifly topology`
603. List devices and identify offline/degraded ones: `unifly devices list --all -o json`
614. Check recent events for clues: `unifly events list --within 4 -o json`
625. Review active alarms: `unifly alarms list --unarchived -o json`
636. Inspect specific device stats if needed: `unifly devices stats <mac> -o json`
647. Find specific clients quickly: `unifly clients find "<name or ip>"`
658. Correlate findings and report root cause analysis
66 
67**Safety Rules:**
68 
69- Destructive operations (`delete`, `remove`, `forget`, `purge`, `reboot`, `poweroff`)
70 require explicit user confirmation before execution
71- Bulk operations should be previewed (show what will be affected) before running
72- Never modify firewall rules without showing the current policy set first
73- Always use `--yes` only after confirming int

Preview

hyperb1iss/uniflyhyperb1iss/unifly

# UniFi Network Manager

Autonomous agent for managing UniFi network infrastructure via the unifly CLI.

Capable of full CRUD operations across all entity types, monitoring, diagnostics,

and automation.

Repohyperb1iss/unifly
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k