What problem does it solve? Website owners need traffic analytics but cannot use Google Analytics or similar trackers without privacy and GDPR concerns. This Skill turns the access logs your web server already keeps into a useful traffic report with zero new data exposure. ## Core Features & Use Cases - Log-Based Analytics: Computes page views, unique visitors, total requests, bandwidth, top pages, top referrers, status-code mix, and daily trends directly from access logs (including rotated and gzipped files). - Privacy by Design: Client IPs are correlated in memory only and never stored, printed, or hashed, producing pure anonymous aggregates with no cookies, beacons, or third parties. - Bots vs Humans: Separates bot traffic from human visitors so the human page-view numbers stay trustworthy. - Use Case: Run /watchman stats on a multi-vhost server to get per-site traffic reports, spot a 404-heavy path worth fixing, or notice a spike in the daily trend — all without installing any tracking JavaScript. ## Quick Start Ask the assistant to run the web-stats report on this server's access logs and summarize the top pages, unique visitors, and bot-versus-human traffic split.