by f
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravity, OpenCode, Command Code
# Add to your Claude Code skills
git clone https://github.com/f/agentlyticsYou switch between Cursor, Windsurf, Claude Code, VS Code Copilot, and more — each with its own siloed conversation history.
One command. Full picture. All local.
npx agentlytics
Opens at http://localhost:4637. Requires Node.js ≥ 20.19 or ≥ 22.12, macOS. No data ever leaves your machine.
Run a lightweight, zero-dependency analytics scan with Deno's permission sandbox — directly from a URL, no install needed:
deno run --allow-read --allow-env https://raw.githubusercontent.com/f/agentlytics/master/mod.ts
Only --allow-read and --allow-env are required. No network access, no file writes, no code execution — just reads your local editor data and prints a summary.
(● ●) [● ●] Agentlytics — Deno Sandboxed Edition
{● ●} <● ●> Lightweight CLI analytics for AI coding agents
✓ Claude Code 8 sessions
✓ VS Code 23 sessions
✓ VS Code Insiders 66 sessions
● Cursor detected
✓ Codex CLI 3 sessions
...
Summary
Sessions 109
Messages 459
Projects 18
Editors 7 of 15 checked
Date range 2025-04-02 → 2026-03-09
Add --json for machine-readable output:
deno run --allow-read --allow-env mod.ts --json
If you've cloned the repo, you can also use Deno tasks for the full dashboard:
deno task start # Full dashboard (all permissions)
deno task ...
No comments yet. Be the first to share your thoughts!