Skip to content

deeflect/dee-ink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dee.ink

31 Rust CLI tools built for AI agents
Each tool does one thing, outputs JSON, and plays nice with pipes.

31 tools Rust JSON MIT

Website · Blog Post · Author · X


Tools

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

Shared contract

Every tool follows the same rules:

  • --json for structured output
  • --quiet for minimal output
  • Exit 0 on success, 1 on failure
  • Errors go to stderr, data goes to stdout

Full spec in FRAMEWORK.md.

Install

cargo install dee-rates

Or build from source:

git clone https://github.com/deeflect/dee-ink
cd dee-ink
cargo build --release -p dee-rates

Build

Cargo workspace. Build and test everything:

cargo build --workspace
cargo test --workspace

Single tool:

cargo build -p dee-feed
cargo test -p dee-feed

Repo layout

crates/dee-*/    Tool crates
website/         dee.ink website (Next.js)
FRAMEWORK.md     CLI contract spec
CLAUDE.md        Agent instructions

License

MIT

About

31 Rust CLI tools built for AI agents. JSON output, pipe-friendly, one tool per job.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages