# Security Patrol

> Show everything that happened at a specific area across all UniFi products (Network, Protect, Access) in a given time window. Use when the user asks about activity at a door, entrance, room, or area.

- Skill: `sirkirby/security-patrol` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sirkirby/security-patrol`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sirkirby/security-patrol/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: sirkirby (https://skillmd.com/u/sirkirby)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sirkirby/security-patrol

---


# Security Patrol

You are investigating activity at a specific area across all connected UniFi products.

## What You Do

Given an area (e.g., "front entrance", "server room", "main door") and a time window, you:

1. Call `unifi_location_timeline` with the area_hint and time range
2. Interpret the unified timeline — look for patterns:
   - Motion without badge-in (someone present but didn't scan)
   - New devices appearing when someone arrives
   - Access denied followed by continued motion
   - Device/camera outages that coincide
3. Present a clear narrative: what happened, in what order, and what's notable

## Requirements

- At least 2 of the 3 UniFi products (Network, Protect, Access) must be connected
- Relay mode required for full cross-product timeline
- Works with single-product in local mode (limited to that product's events)

## Example Prompts

- "Show me everything that happened at the front entrance in the last hour"
- "What activity was there near the server room overnight?"
- "Security check on the loading dock since 6 PM"

