tokf-discover
SolidFind missed token savings by scanning AI coding session files for commands that ran without tokf filtering.
AI & Automation 192 stars
19 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# tokf discover — Find Missed Token Savings
Use this skill to analyze past sessions and find commands that are running without tokf filtering, wasting tokens on verbose output.
## Quick Start
Run `tokf discover` in the project directory to scan recent sessions:
```bash
tokf discover
```
## Options
- `--all` — scan all projects, not just the current one
- `--since 7d` — only scan sessions from the last 7 days (also `24h`, `30m`)
- `--limit 0` — show all results (default: top 20)
- `--json` — output as JSON for programmatic use
- `--session <path>` — scan a specific session file
- `--project <path>` — scan sessions for a specific project path
## Workflow
1. Run `tokf discover` to identify top savings opportunities
2. For commands with existing filters: run `tokf hook install --tool codex` to set up automatic filtering
3. For commands without filters: create a custom filter with `tokf eject`
4. Re-run `tokf discover` after changes to verify improvement
## JSON Output
Use `--json` for integration with other tools:
```bash
tokf discover --json
```
Details
- Author
- mpecan
- Repository
- mpecan/tokf
- Created
- 5 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
tokf-run
Compress verbose CLI output with tokf before returning results. Activates for git, cargo, npm, docker, go, gradle, kubectl, and other supported commands.
192 Updated today
mpecan AI & Automation Listed
stats
Show Token Pilot session analytics — token savings, per-tool breakdown, top files, per-agent grouping
4 Updated yesterday
Digital-Threads AI & Automation Listed
cost-track
Report token spend per session and cumulative totals from session logs
1 Updated 1 weeks ago
manastalukdar