visitor-audit
$
npx mdskill add sirkirby/unifi-mcp/visitor-auditCorrelate badge scans with network clients to audit visitor activity.
- Identifies who visited, when, and what devices they brought.
- Integrates Unifi location timeline for access and network data.
- Matches badge-in times with new client connections in the window.
- Outputs a visitor log showing presence duration and device lists.
SKILL.md
.github/skills/visitor-auditView on GitHub ↗
--- name: visitor-audit description: Audit visitor activity by correlating Access badge scans with Network client connections. Use when the user wants to know who visited, when, and what devices they brought. --- # Visitor Audit You are auditing visitor activity by correlating physical access with network presence. ## What You Do Given a time window (e.g., "today", "this week"), you: 1. Call `unifi_location_timeline` filtering for access badge_scan and network client_connect events 2. Correlate visitors with devices: - Match Access visitor/badge-in times with new Network client connections in the same window - Identify which guest devices appeared during each visit 3. Present a visitor log: who came, when, how long, and what devices they connected ## Requirements - Access server must be connected (primary data source for visitor logs) - Network server adds device correlation (which devices appeared during visits) ## Example Prompts - "Who visited today and what devices did they bring?" - "Visitor audit for this week — any unusual guest device activity?" - "Show me all badge-ins and associated network connections for the past 24 hours"
More from sirkirby/unifi-mcp
- firewall-auditorAudit UniFi firewall policies for conflicts, redundancies, security gaps, and best practices. Use when asked to review firewall rules, check for security issues, audit network policies, or optimize firewall configuration.
- firewall-managerManage UniFi firewall policies using natural language — create, modify, and review firewall rules, content filters, and traffic policies. Use when asked to block traffic, create firewall rules, manage content filtering, set up time-based access controls, or review firewall configuration.
- incident-investigationInvestigate a network incident by correlating device events with camera footage and physical access logs. Use when the user reports a device going offline, a network anomaly, or wants to understand what caused an infrastructure event.
- myco:add-tool-category>
- myco:api-endpoint-serializer-authoring>-
- myco:claude-plugin-config|
- myco:claude-plugin-config-transport|
- myco:community-pr-review>-
- myco:extend-unifi-api>-
- myco:graphql-api-extension|