Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tdimino/claude-code-minoan --skill claude-tracker-suitegit clone --depth 1 https://github.com/tdimino/claude-code-minoanWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tdimino/claude-code-minoan/claude-tracker-suite)<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/claude-tracker-suite"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/claude-tracker-suite/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tdimino/claude-code-minoan/claude-tracker-suite"><img src="https://agentmods.dev/badge/skills/tdimino/claude-code-minoan/claude-tracker-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 12 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 136 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- medium Rogue Agent · line 38 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 216 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 511 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 514 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 515 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 571 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 247 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Excessive Agency · line 342 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Rogue Agent · line 511 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 515 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Excessive Agency · line 539 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.08017 |
| Opus 5 | $0.00050 | $0.04008 |
| Sonnet 5 | $0.00020 | $0.01603 |
| Haiku 4.5 | $0.00010 | $0.00802 |
Grade A, and why
claude-tracker-suite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 546 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Session Management Suite
Search, browse, monitor, and manage Claude Code session history across all projects.
Tools Overview
| Tool | Purpose |
|---|---|
claude-tracker-search |
Search sessions by keyword or ID prefix |
claude-tracker-pick |
Interactive fzf picker: fuzzy-find recent sessions, preview, Enter resumes in Ghostty |
index-transcripts.js |
Build/refresh the transcript full-text index (FTS5 over user+assistant text) and extract title history events |
backfill-summaries.js |
Generate missing session summaries (claude CLI or OpenRouter; disabled by default, --enable to run) |
audit-suite.js |
Self-audit: inventory, portability, daemons, DB coverage, search recall → AUDIT.md |
search-regression.js |
Recall regression fixtures for the search stack (exit 1 on regression) |
open-sessions.js |
List top N sessions, open selected in Ghostty tabs |
claude-tracker-resume |
Find and resume crashed/inactive sessions |
claude-tracker-alive |
Check which sessions have running processes |
claude-tracker-watch |
Daemon: auto-summarize new sessions, update active-projects.md |
claude-tracker |
List recent sessions with status badges |
new-session.sh |
Start a new session in Ghostty or headless, with optional prompt |
resume-session.sh |
Open a session in a Ghostty tab (optionally open project in Cursor) |
detect-projects.js |
Scan sessions to find all projects, check CLAUDE.md coverage |
bootstrap-claude-setup.js |
Generate complete ~/.claude/ config for new machine |
update-active-projects.py |
Regenerate active-projects.md with enriched session data |
checkpoint-session.js |
Create/query named bookmarks within sessions |
quote-session.js |
Capture/search notable phrases with FTS5 |
tag-session.js |
Manual session tagging with provenance |
claude-tracker-recent |
Show last N sessions with full metadata (title, tags, summary, cost, model) |
claude-wrapper.sh |
Shell function cc for named Claude sessions with auto tab titles |
save-workspace.js |
Snapshot alive sessions to ~/.claude/workspace-state.json |
restore-workspace.sh |
Restore saved sessions into Ghostty tabs |
open-file-explorer.sh |
Open yazi file explorer in a Ghostty split pane |
What ships with it
31 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AUDIT.md 1.6 KB
- README.md 30 KB
- references/daemon-setup.md 2.5 KB
- references/data-schemas.md 7.8 KB
- references/search-mechanics.md 4.5 KB
- references/synonyms.json 1.4 KB
- scripts/audit-suite.js 21 KB runs code
- scripts/backfill-summaries.js 13 KB runs code
- scripts/bootstrap-claude-setup.js 15 KB runs code
- scripts/checkpoint-session.js 7.7 KB runs code
- scripts/claude-tracker-pick 2.9 KB
- scripts/claude-wrapper.sh 1.9 KB runs code
- scripts/com.claude.db-maintain.plist 1.0 KB
- scripts/com.claude.transcript-index.plist 960 B
- scripts/com.claude.workspace-snapshot.plist 893 B
- scripts/db-maintain.js 2.0 KB runs code
- scripts/detect-projects.js 13 KB runs code
- scripts/index-transcripts.js 13 KB runs code
- scripts/list-sessions.js 5.7 KB runs code
- scripts/new-session.sh 3.1 KB runs code
- scripts/open-file-explorer.sh 2.9 KB runs code
- scripts/open-sessions.js 6.2 KB runs code
- scripts/quote-session.js 9.2 KB runs code
- scripts/recent-sessions.js 6.7 KB runs code
- scripts/restore-workspace.sh 5.8 KB runs code
- scripts/resume-session.sh 2.5 KB runs code
- scripts/save-workspace.js 6.1 KB runs code
- scripts/search-regression.js 5.4 KB runs code
- scripts/search-sessions.js 33 KB runs code
- scripts/session-notify.sh 3.5 KB runs code
- scripts/tag-session.js 14 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · -28 lines 5374cbefe967
- 7d ago First seen · 574 lines · 100 tokens per session scan A faabf287c19c
claude-tracker-suite is a skill published in the GitHub repository tdimino/claude-code-minoan (41 stars, last pushed 2d ago), licensed MIT. It adds 100 tokens to every session and 8,017 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
weekly-retro
A structured weekly retrospective for a one-person business run with AI agents. It gathers evidence from code, project tools, and canonical business files, then records findings and outcomes.
idea
Use when capturing ONE new idea the user voices and wants recorded — "save this idea", "I have an idea", "log this idea", "/idea", "idea: ...". Creates a provenance-tracked folder (one folder per idea) in your ideas repo, dedups against an index, optionally mirrors to a GitHub Project view filtered by label:idea. NOT…
meeting-copilot
Use when preparing for, running, or closing a live meeting with an AI assistant dashboard. Triggers on "meeting copilot", "live copilot", "prepare for a call", "update copilot", "close the session", or requests to turn transcript chunks into meeting questions, topic maps, decisions, and follow-ups.
daily
A daily-planning workflow that reports the current department’s active work and refreshes its weekly plan. It uses the department’s defined task source and follows the project’s local instructions.
setup-slack-channel
Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…
copilotkit-channels
Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…