31 Rust CLI tools built for AI agents
Each tool does one thing, outputs JSON, and plays nice with pipes.
Website · Blog Post · Author · X
| Crate | What it does |
|---|---|
| dee-amazon | Search Amazon products |
| dee-arxiv | Search academic papers on arXiv |
| dee-feed | Read RSS and Atom feeds |
| dee-ebay | Search eBay listings |
| dee-events | Find local events by location and date |
| dee-food | Find restaurants and food spots |
| dee-gas | Check gas prices by location |
| dee-habit | Track habits and streaks locally |
| dee-hn | Browse Hacker News |
| dee-contacts | Personal CRM with interactions and import/export |
| dee-crosspost | Cross-post and schedule posts across major social platforms |
| dee-invoice | Generate invoice PDFs from JSON or YAML |
| dee-mentions | Track mentions across public sources |
| dee-openrouter | Compare LLM models and pricing |
| dee-parking | Find parking spots by location |
| dee-ph | Browse Product Hunt launches |
| dee-pricewatch | Monitor webpage prices and detect drops |
| dee-porkbun | Manage domains via Porkbun API |
| dee-qr | Generate and decode QR codes |
| dee-receipt | Extract structured receipt data from images |
| dee-reddit | Search Reddit posts and subreddits |
| dee-rates | Currency exchange rates |
| dee-ssl | Check SSL certs and TLS info |
| dee-stash | Bookmark and read-later manager |
| dee-todo | Local task list with JSON output |
| dee-timer | Time tracking and pomodoro sessions |
| dee-trends | Google Trends interest and related queries |
| dee-transit | Route and transit directions |
| dee-whois | Domain WHOIS lookups |
| dee-wiki | Wikipedia article lookup |
Every tool follows the same rules:
--jsonfor structured output--quietfor minimal output- Exit
0on success,1on failure - Errors go to stderr, data goes to stdout
Full spec in FRAMEWORK.md.
cargo install dee-ratesOr build from source:
git clone https://github.com/deeflect/dee-ink
cd dee-ink
cargo build --release -p dee-ratesCargo workspace. Build and test everything:
cargo build --workspace
cargo test --workspaceSingle tool:
cargo build -p dee-feed
cargo test -p dee-feedcrates/dee-*/ Tool crates
website/ dee.ink website (Next.js)
FRAMEWORK.md CLI contract spec
CLAUDE.md Agent instructions