Local usage analytics for Paseo: tool calls, agents, messages, and model usage.
From the plugin's README
npmjs · Paseo 0.9+
paseo plugin add npm:@koinzhang/paseo-plugin-activity@0.1.0GitHub · Paseo 0.8 fallback
paseo plugin add koinzhang/paseo-plugins --ref 8b7dc06e34ac94c2f651434e7277e6fbf3f6f91f --path activityGit security status and fallback installation are pinned to commit 8b7dc06e34ac.
From the plugin's README
Requires Paseo >= 0.8.0.
From Git (Paseo 0.8 and later):
paseo plugin add koinzhang/paseo-plugins --path activity
From npm (Paseo 0.9 and later; this is the source paseo.cafe hands to Paseo 0.9+):
paseo plugin install npm:@koinzhang/paseo-plugin-activity
After source changes, reload and check status:
paseo plugin reload activity
paseo plugin logs activity
paseo plugin ls
README
Local usage analytics for Paseo: tool calls, agents, messages, and model usage.
Activity ingests every agent's Paseo timeline into a local SQLite database and answers "how am I / each provider actually using Paseo". Queries read the local database; the Paseo timeline and agents.list are ingestion and backfill sources only.
| Dimension | What is counted |
|---|---|
| Tools | Skill / MCP / shell / file calls; skills classified into exact / inferred / low confidence tiers |
| Agents | Every created agent (registry with archive metadata) |
| Messages | User-sent messages |
| Models | Model at send time (weighted by messages) |
Everything lives on the daemon machine in ~/.paseo/plugin-data/activity/ (SQLite usage.db). Nothing is sent anywhere.
Requires Paseo >= 0.8.0.
From Git (Paseo 0.8 and later):
paseo plugin add koinzhang/paseo-plugins --path activity
From npm (Paseo 0.9 and later; this is the source paseo.cafe hands to Paseo 0.9+):
paseo plugin install npm:@koinzhang/paseo-plugin-activity
After source changes, reload and check status:
paseo plugin reload activity
paseo plugin logs activity
paseo plugin ls
npm install
npm run typecheck
npm test
This plugin is spec-driven: read specs/README.md before coding, then the matching numbered directory.
Release history: CHANGELOG.md. npm releases go through a GitHub Release tag activity-vX.Y.Z (not push-to-main alone). Steps: CONTRIBUTING.md § Publishing to npm.
MIT © koinzhang
Scanned 19 Sep 2026, 10:07 UTC from koinzhang/paseo-plugins/activity.