# Unifi Yourskill

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-t3chnaztea-unifi-skills-template`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [t3chnaztea](https://agentstack.voostack.com/s/t3chnaztea)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [t3chnaztea](https://github.com/t3chnaztea)
- **Source:** https://github.com/t3chnaztea/unifi-skills/tree/main/template

## Install

```sh
agentstack add skill-t3chnaztea-unifi-skills-template
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# UniFi Yourskill

One or two sentences: what this covers, and that it assumes the auth lanes and
endpoint map from `unifi-connect`. Cross-reference siblings by name
(`unifi-firewall`, `unifi-wifi`, `unifi-clients`, `unifi-context-map`) instead
of repeating their content.

## Guidelines for a good UniFi skill

Delete this section in your real skill; it is authoring guidance.

- **Name:** `unifi-`, lowercase and hyphens. The directory name MUST equal
  the frontmatter `name`.
- **Description:** starts with "Use when", lists concrete triggers and symptom
  phrasings, ends with a "not for X, use Y" pointer. No workflow summary: an
  agent will follow the description instead of reading the body.
- **Parameterize everything site-specific.** `` never a real address,
  `$UNIFI_API_KEY` from env never a literal, `` / `` /
  `` placeholders. Where an example address is unavoidable use the
  documentation ranges: `192.0.2.x` (RFC 5737) and `aa:bb:cc:dd:ee:ff`.
- **Never include a real inventory.** No MAC lists, no camera names or
  placements, no WAN address, no SSID names, no household or company names. See
  `unifi-context-map` for why this matters more here than in most repos.
- **Original prose only.** Do not paste from Ubiquiti docs or help-centre
  articles. Write the lesson the docs do not teach, and link the docs as the
  canonical manual.
- **Say which version you verified against**, in `compatibility` and in the body
  for any version-sensitive claim. UniFi moves endpoints between releases with
  no deprecation notice. A claim stated as universal that was observed once on
  one controller is the most likely thing in a skill to be wrong.
- **Distinguish config from operational state.** This API will echo back
  settings it has not applied. If a claim rests on a read-back, say which field
  and which endpoint proves it.
- **Verify against ground truth.** Every write ends with a fresh read and a
  before/after. Show the reader how to confirm, not just how to change.
- Keep `SKILL.md` under ~500 lines; push heavy detail into `references/*.md`.
- Scripts are allowed here (this repo ships one) but keep them standard-library
  only, dependency-free, and readable in one sitting. An agent operating
  someone's gateway should be running code they can audit in five minutes.

## Overview

What this is and the core principle, in one or two sentences.

## When to use

Symptoms and situations. When NOT to use.

## [Your sections]

Quick-reference recipes, one worked example, the specific traps you learned. One
excellent example beats five generic ones. If you have a postmortem, tell it:
the numbers and the wrong turns are what make it stick.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [t3chnaztea](https://github.com/t3chnaztea)
- **Source:** [t3chnaztea/unifi-skills](https://github.com/t3chnaztea/unifi-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-t3chnaztea-unifi-skills-template
- Seller: https://agentstack.voostack.com/s/t3chnaztea
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
