Nothing is more valuable than time and money. In a world of AI agents, that's speed and token spend. A well-designed CLI is muscle memory for an agent: no hunting through docs, no wrong turns, no wasted tokens. The CLI Printing Press prints those CLIs. This repo is the catalog of CLIs already printed and ready to install.
213 CLIs across 17 categories.
Browse them all at printingpress.dev.
Three to try first:
- ESPN (sniffed, no official API). "Tonight's NBA playoff games with live score, series state, each team's leading scorer's stat line, and any injury or lineup news from the last 24 hours." One call.
- flight-goat (Kayak nonstop search plus sniffed Google Flights). "Non-stop flights over 8 hours from Seattle for 4 people, Dec 24 to Jan 1, cheapest first." Two sources, one query.
- sentry-pp-cli (local SQLite mirror, SQL across orgs and projects). "Every issue first seen in the last release whose error rate is climbing across two projects." Compound queries the Sentry API can't answer.
If you use OpenClaw, Hermes, Claude Code, Codex, Cursor, or another harness that supports agent skills, install the Printing Press Library discovery skill first. It helps your agent search the catalog, choose the right focused pp-* skill, and defer CLI binary setup until the focused skill says it is needed.
OpenClaw users can install the published skill from ClawHub:
clawhub install printing-press-libraryHumans and agents on Vercel Agent Skills-compatible harnesses can install the same discovery skill from this repo:
npx skills add mvanhorn/printing-press-library/skills/printing-press-library -g -yOr from the repo root by selecting the catalog skill explicitly:
npx skills add mvanhorn/printing-press-library -g -y --skill printing-press-libraryHermes users can install it from the command line:
hermes skills install mvanhorn/printing-press-library/skills/printing-press-libraryOr from inside the Hermes chat TUI:
/skills install mvanhorn/printing-press-library/skills/printing-press-library
Once you know the specific tool you want, install the focused skill directly.
For Vercel Agent Skills-compatible harnesses:
npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g -yFor Hermes from the command line:
hermes skills install mvanhorn/printing-press-library/cli-skills/pp-espnFor Hermes from inside the chat TUI:
/skills install mvanhorn/printing-press-library/cli-skills/pp-espn
The existing npm installer remains the right path for humans, scripts, and CLI-first setup.
The fastest way to start — install four hand-picked CLIs and skills in one command:
npx -y @mvanhorn/printing-press-library install starter-packThe -y flag only tells npx to run the installer package without an interactive npm prompt; discovery commands like list and search do not install catalog CLIs.
The starter pack: espn (live sports), flight-goat (flight search), movie-goat (movie discovery), recipe-goat (recipe ranking).
Every install pulls the Go binary and the focused skill in one shot. Pass --cli-only or --skill-only if you want just one half.
One tool:
npx -y @mvanhorn/printing-press-library install espnSeveral at once (bundles and CLI names mix freely):
npx -y @mvanhorn/printing-press-library install espn sentry dub
npx -y @mvanhorn/printing-press-library install starter-pack cal-comUnder the hood: the npm package is a thin orchestrator that reads the live catalog in registry.json, resolves each CLI's Go module path, runs go install, and installs the matching skill from cli-skills/pp-<name>.
Useful commands:
npx -y @mvanhorn/printing-press-library list
npx -y @mvanhorn/printing-press-library search flights
npx -y @mvanhorn/printing-press-library list --category travel
npx -y @mvanhorn/printing-press-library list --installed
npx -y @mvanhorn/printing-press-library update espn
npx -y @mvanhorn/printing-press-library uninstall espn --yes@mvanhorn/printing-press-library replaces the older @mvanhorn/printing-press npm package. The unambiguous printing-press-library binary is the catalog installer: use it to browse available CLIs, search by keyword, install the matching Go binary plus focused agent skill, and keep installed tools fresh.
Install accepts catalog slugs and generated binary names, so both airbnb and airbnb-pp-cli resolve to the Airbnb tool.
Discovery commands print human-readable cards by default and support --json for scripts and agents:
npx -y @mvanhorn/printing-press-library search flights --json
npx -y @mvanhorn/printing-press-library list --category food-and-dining --jsonWhen you already know the tool you want, install just that skill:
npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -gThen use the focused slash skill directly:
/pp-espn lakers score
/pp-flightgoat sea to lax dec 24 to jan 1 nonstop
/pp-weather-goat phoenix forecast
Each /pp-<name> skill is a focused interface for one CLI.
Tools grouped by category, sourced from registry.json. Each row links to the tool source, its focused direct-install skill, and the latest release.
| Name | Skill | Release | What it does |
|---|---|---|---|
adguard-home |
/pp-adguard-home |
latest | AdGuard Home REST-ish API. Our admin web interface is built on top of this REST-ish API. Printed by Eric Jung |
adminbyrequest |
/pp-adminbyrequest |
latest | Sync Admin By Request audit, event, inventory, and elevation-request data for approvals, quota checks, and admin-risk reports. Printed by joltsconsulting |
agent-capture |
/pp-agent-capture |
latest | Record, screenshot, and convert macOS windows and screens for AI agent evidence. Printed by Matt Van Horn |
ahrefs |
/pp-ahrefs |
latest | Query Ahrefs backlinks, keyword, rank tracking, site audit, and SERP data from the terminal. Printed by Cathryn Lavery |
airbnb |
/pp-airbnb |
latest | Search Airbnb and VRBO, find the host's direct booking site, and report the cheapest of three sources side-by-side. Printed by Matt Van Horn |
airframe |
/pp-airframe |
latest | Aircraft forensics from open public records — tail-number dossiers, fleet research, model-level safety, and NTSB event archaeology. Printed by Chris Drit |
alaska-airlines |
/pp-alaska-airlines |
latest | Search Alaska Airlines flights, manage Atmos Rewards data, and build checkout-ready cart links from the terminal. Printed by Matt Van Horn |
allrecipes |
/pp-allrecipes |
latest | Search and fetch Allrecipes recipes as structured data, scale ingredients, build grocery lists, rank by Bayesian-smoothed popularity, and clear Cloudflare with a Chrome session cookie. Printed by Trevin Chow |
alltrails |
/pp-alltrails |
latest | Evidence-labeled, live-capable route map for AllTrails browser/mobile surfaces. Not an official API contract. Printed by zaydiscold |
amazon-ads |
/pp-amazon-ads |
latest | Amazon Ads CLI for reports, analytics, keyword optimization, and guarded automation. Printed by Cathryn Lavery |
amazon-orders |
/pp-amazon-orders |
latest | Walk your Amazon order history offline — every order, item, shipment, and dollar in a local SQLite store no other... Printed by Brian Wishan |
amazon-seller |
/pp-amazon-seller |
latest | Read FBA inventory, orders, sales reports, listings, and catalog data for an Amazon seller account. Printed by Cathryn Lavery |
american-reindustrialization |
/pp-american-reindustrialization |
latest | Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector... Printed by Trevin Chow |
anylist |
/pp-anylist |
latest | Every AnyList feature in your terminal — plus offline search, store routing, and cron-safe automations no mobile... Printed by Jeeves |
apartments |
/pp-apartments |
latest | Search Apartments.com listings, sync results to a local SQLite store, and run workflows the website never built — diff saved searches, rank by $/sqft, compare shortlists, and surface price drops or phantom listings. Printed by rderwin |
apify |
/pp-apify |
latest | Every Apify platform feature, plus a local SQLite store, cross-Actor search, novelty diffing, cost-aware runs, and... Printed by Kevin Magnan |
apple-docs |
/pp-apple-docs |
latest | Every Apple framework, indexed locally, with deprecation analysis and an MCP server no other Apple-docs tool has. Printed by Joseph Alvin Castillo |
archive-is |
/pp-archive-is |
latest | Bypass paywalls and look up web archives via archive.today. Hero command: find or create an archive for any URL with lookup-before-submit, Wayback Machine fallback, and agent-hints on stderr when called non-interactively. Printed by Matt Van Horn |
ars-sicilia |
/pp-ars-sicilia |
latest | L'unica CLI per il portale dell'Assemblea Regionale Siciliana: cerca. Printed by aborruso |
art-goat |
/pp-art-goat |
latest | A contemplative daily art practice with museum and astronomy APIs as your gallery. Printed by justinwfu |
arxiv |
/pp-arxiv |
latest | Public Atom API for searching and fetching arXiv e-print metadata. Printed by Hiten Shah |
bandsintown |
/pp-bandsintown |
latest | Turn Bandsintown's two read-only endpoints into a tour-routing brain: local cache, calendar-gap detection, lineup... Printed by printing-press |
beehiiv |
/pp-beehiiv |
latest | Manage beehiiv publications, subscribers, segments, posts, automations, and newsletter analytics from the terminal. Printed by Kevin Magnan |
bento |
/pp-bento |
latest | Every Bento feature, plus the ones their own CLI does not have. Printed by bossriceshark |
bird |
/pp-bird |
latest | A terminal-native CLI for Bird's Conversations and SMS APIs, with offline search, batch reconcile, and a local... Printed by Stephan Stoeber |
blacklane |
/pp-blacklane |
latest | Upfront chauffeur quotes from the terminal — transfer and hourly, with a local price history no other tool has. Printed by Omar Shahine |
blu-ray |
/pp-blu-ray |
latest | The disc-collector's CLI for Blu-ray.com — offline catalog, live deals, and a price-drop watchlist with zero... Printed by Vinny Pasceri |
booking-com |
/pp-booking-com |
latest | Every Booking.com workflow, plus offline price history, wishlist drop alerts, and multi-leg planning no other... Printed by Matt Van Horn |
botsee |
/pp-botsee |
latest | Have your agents measure and improve your brand's AI Visibility with botsee.io. API-first, agent-native. Printed by grahac |
breezedoc |
/pp-breezedoc |
latest | BreezeDoc's REST API provides a handful of endpoints which can be used to get information about your account and. Printed by Cathryn Lavery |
cal-com |
/pp-cal-com |
latest | Every Cal.com feature, plus offline agendas, composed booking flows, and analytics no other Cal.com tool ships. Printed by Trevin Chow |
cf-domain |
/pp-cf-domain |
latest | Agent-native CLI for Cloudflare Registrar domain search, check, and registration. Printed by Danny Shmueli |
chrome-history |
/pp-chrome-history |
latest | Reverse-engineered from the hand-built chrome-history-pp-cli command/data shape. Printed by Vinny Pasceri |
clarity |
/pp-clarity |
latest | Client-side instrumentation helpers for Microsoft Clarity. Printed by Cathryn Lavery |
clickup |
/pp-clickup |
latest | Every ClickUp v2 + v3 endpoint as a typed CLI plus offline sync, search, and ergonomic chat/docs aliases. Printed by Kevin Magnan |
clockify |
/pp-clockify |
latest | Every Clockify feature, plus a local time database that reconstructs your weekly timesheet, finds untracked gaps,... Printed by melanson633 |
cloud-run-admin |
/pp-cloud-run-admin |
latest | Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/. Printed by Cathryn Lavery |
coffee-goat |
/pp-coffee-goat |
latest | The third-wave coffee terminal — every elite roaster, every YouTube creator review, your brews, and the God cup. Printed by Justin Fu |
coingecko |
/pp-coingecko |
latest | CoinGecko public API for cryptocurrency data. Free tier, no API key required for basic endpoints. Printed by Hiten Shah |
company-goat |
/pp-company-goat |
latest | Look up startups across SEC Form D, GitHub, Hacker News, Companies House, YC, Wikidata, and DNS in one command. Built for scouts, founders, BD, and AI agents researching small/midsize startups. Printed by Trevin Chow |
conduyt-crm |
/pp-conduyt-crm |
latest | Manage Conduyt CRM contacts, deals, pipelines, automations, campaigns, invoices, and local insight reports from the terminal. Printed by Conduyt |
contact-goat |
/pp-contact-goat |
latest | Search, enrich, and map warm-introduction paths across LinkedIn, Happenstance, Deepline, and a unified local contacts store. Printed by Matt Van Horn |
craigslist |
/pp-craigslist |
latest | Search, sync, and watch Craigslist with a local SQLite snapshot history, cross-city aggregation, scam scoring, and price-drift detection. Printed by Trevin Chow |
customer-io |
/pp-customer-io |
latest | Manage Customer.io campaigns, broadcasts, segments, deliveries, exports, and Reverse-ETL via the Service Account token. Printed by Trevin Chow |
defillama |
/pp-defillama |
latest | DefiLlama offers two ways to use our data with AI:. Printed by kierandotai |
delta-trip |
/pp-delta-trip |
latest | Look up and manage Delta Air Lines trips by confirmation number — view all flights, seats, baggage, upgrade... Printed by Paul Bockewitz |
dice-fm |
/pp-dice-fm |
latest | Every ticket, fan, and pound of revenue from your DICE events — queryable, exportable, and joinable across shows. Printed by Vinny Pasceri |
digg |
/pp-digg |
latest | Tail Digg's news cycle, GitHub feeds, and pipeline events from the terminal — read-only, with rank-history nobody else surfaces. Printed by Matt Van Horn |
digitalocean |
/pp-digitalocean |
latest | Manage DigitalOcean Droplets, Kubernetes, databases, firewalls, networking, billing, and other cloud resources from the terminal. Printed by Hiten Shah |
docker-hub |
/pp-docker-hub |
latest | Docker Hub public API. Search container images, browse tags, check sizes, inspect Dockerfiles, and explore the world's largest container registry. No authentication required for public repositories (rate limited to ~18 req/min). Printed by Hiten Shah |
domain-goat |
/pp-domain-goat |
latest | Identify domains worth buying — across RDAP, WHOIS, and Porkbun pricing — without ever leaving the terminal. Printed by Mitch Nick |
dominos |
/pp-dominos |
latest | Order pizza, browse menus, optimize deals, and track delivery from your terminal — with a local SQLite store that powers reorder, price comparison, and deal stacking no other Domino's tool offers. Printed by Matt Van Horn |
doordash |
/pp-doordash |
latest | Discovered API spec for doordash. Printed by bricenice17 |
dreo |
/pp-dreo |
latest | The only standalone CLI for Dreo smart-home devices — bulk control, live sensor streams, and a local history every... Printed by Trevin Chow |
drudgereport |
/pp-drudgereport |
latest | Drudge Report in your terminal, with the editorial signal (splash, red, slot, tenure) the live page broadcasts but... Printed by Matt Van Horn |
dub |
/pp-dub |
latest | Modern link attribution platform — short links, conversion tracking, affiliate/partner programs. Printed by Trevin Chow |
ebay |
/pp-ebay |
latest | Buyer-power-user CLI for eBay. Sold-comp intelligence, true sniper bidding, watchlist intelligence, saved-search feeds, and a local SQLite store for cross-listing analytics. Printed by Matt Van Horn |
edgar |
/pp-edgar |
latest | Fetch SEC EDGAR filings, insider activity, XBRL facts, and cached filing search results with agent-friendly output. Printed by magoo242 |
elevenlabs |
/pp-elevenlabs |
latest | This is the documentation for the ElevenLabs API. You can use this API to use our service programmatically, this is... Printed by Cathryn Lavery |
elezioni-sicilia |
/pp-elezioni-sicilia |
latest | Dati elettorali siciliani da riga di comando — senza copiare tabelle HTML. Printed by aborruso |
emailoctopus |
/pp-emailoctopus |
latest | Manage EmailOctopus lists, contacts, campaigns, automations, reports, and cross-list cleanup workflows from the terminal. Printed by Trevin Chow |
espn |
/pp-espn |
latest | Live scores, standings, news, and game history across 17 sports from ESPN. Printed by Matt Van Horn |
etherpad |
/pp-etherpad |
latest | Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full... Printed by John McLear |
eu-tenders |
/pp-eu-tenders |
latest | The entire EU public procurement corpus — €815B/year — searchable offline, with B2B lead generation for... Printed by Mathias Michel |
eventbrite |
/pp-eventbrite |
latest | Every Eventbrite organizer endpoint, plus a local SQLite mirror of your events, orders. Printed by Vinny Pasceri |
exchangerate-api |
/pp-exchangerate-api |
latest | Every ExchangeRate-API endpoint, plus a local rate history, watchlists, drift alerts, and an MCP server no one else... Printed by Vinny Pasceri |
facebook-marketplace |
/pp-facebook-marketplace |
latest | A read-mostly Marketplace CLI with local watches, seller workflow helpers, and explicit write checkpoints. Printed by Cathryn Lavery |
fathom |
/pp-fathom |
latest | Sync your Fathom meetings once, then search, analyze, and act on them forever — offline, at scale, without burning... Printed by Nikica Jokic |
fedex |
/pp-fedex |
latest | Ship, rate, and track FedEx packages from the terminal — built for small business shippers. Printed by Trevin Chow |
figma |
/pp-figma |
latest | Every Figma endpoint, plus codegen-ready frame extracts, comments audit, orphans finder, tokens diff, and webhook... Printed by Giuliano Giacaglia |
firecrawl |
/pp-firecrawl |
latest | API for interacting with Firecrawl services to perform web scraping and crawling tasks. Printed by Hiten Shah |
fireflies |
/pp-fireflies |
latest | Every Fireflies meeting feature, plus offline search, cross-meeting intelligence, and a local database no other tool... Printed by Nikica Jokic |
flight-goat |
/pp-flight-goat |
latest | Search Google Flights, scan Kayak long-haul routes, and join FlightAware AeroAPI reliability, alerts, and tracking from one CLI. Printed by Matt Van Horn |
food52 |
/pp-food52 |
latest | Search, browse, and read Food52 from your terminal — with offline FTS, pantry matching, recipe scaling, and the editorial signals other tools throw away. Printed by Trevin Chow |
freshservice |
/pp-freshservice |
latest | Every Freshservice operation in one Go binary — with offline search, SLA intelligence, and agent-native JSON that... Printed by Mark van de Ven |
godaddy |
/pp-godaddy |
latest | Combined CLI for multiple API services. Printed by zaydiscold |
gohighlevel |
/pp-gohighlevel |
latest | Sync GoHighLevel CRM data for contacts, opportunities, pipelines, custom fields, tags, bulk operations, and funnel reports. Printed by Jen Williams |
goodreads |
/pp-goodreads |
latest | This is an evidence-backed starting map for a future Goodreads CLI. Printed by zaydiscold |
google-ads |
/pp-google-ads |
latest | Google Ads API for account discovery, GAQL reporting, campaigns, budgets, assets, conversions, audiences, planning, and billing operations. Printed by Cathryn Lavery |
google-photos |
/pp-google-photos |
latest | Google Photos Library and Picker APIs for app-created media, albums, uploads, and user-selected media. Printed by Cathryn Lavery |
google-search-console |
/pp-google-search-console |
latest | Every Google Search Console feature you'd reach for, plus an offline SQLite cache that powers period compare, quick... Printed by Matt |
granola |
/pp-granola |
latest | Every Granola feature — plus offline SQLite cross-meeting search, attendee timelines, and a MEMO pipeline runner... Printed by Damien Stevens |
gravitus |
/pp-gravitus |
latest | The only CLI that syncs your Gravitus strength data into your training dashboard. Printed by mvanhorn |
greatclips |
/pp-greatclips |
latest | Check Great Clips salon wait times, prepare Online Check-In requests, inspect route shapes, and track local wait history. Printed by Matt Van Horn |
gumroad |
/pp-gumroad |
latest | Gumroad's seller API as an agent-ready CLI and MCP server. Printed by Bheem Reddy |
hackernews |
/pp-hackernews |
latest | Hacker News from your terminal — with a local SQLite store, snapshot history, and agent-native output no other HN tool has. Printed by Trevin Chow |
harris-teeter |
/pp-harris-teeter |
latest | Harris Teeter grocery shopping API discovered from the logged-in web app. Printed by Jonathan Moss |
hayward-omnilogic |
/pp-hayward-omnilogic |
latest | Take control of every Hayward OmniLogic feature, plus a local store, schedule diffs, chemistry trends, and a morning... Printed by Rob Zehner |
here-now |
/pp-here-now |
latest | Publish a folder to a live URL in one command, mirror your Drives offline. Printed by Trevin Chow |
hotel-goat |
/pp-hotel-goat |
latest | Every Google Hotels feature, plus per-OTA price breakdown, local price-drift history, brand-loyalty filters. Printed by kothari-nikunj |
hotel-tonight |
/pp-hotel-tonight |
latest | Last-minute hotel deals with a local price-history database no HotelTonight client has — snapshot deals over time,... Printed by Trevin Chow |
icloud |
/pp-icloud |
latest | Query iCloud data stored locally on macOS — Photos library storage analysis, with Contacts and more coming. All reads hit local SQLite databases directly; no network calls or iCloud API token required. Printed by Matias Sanchez Moises |
instacart |
/pp-instacart |
latest | Natural-language Instacart CLI that talks directly to the web GraphQL API. Add items to your cart, search products, and manage carts across retailers without browser automation. Printed by Matt Van Horn |
intercom |
/pp-intercom |
latest | Every Intercom resource as a typed CLI with offline sync and EU/AU regions. Printed by Rob Zehner |
jimmy-johns |
/pp-jimmy-johns |
latest | First terminal CLI for Jimmy John's ordering — local Unwich conversion, agent-native JSON, every endpoint typed. Printed by Omar Shahine |
jira |
/pp-jira |
latest | Jira Cloud platform REST API documentation. Printed by Nikica Jokic |
jobber |
/pp-jobber |
latest | Jobber API surface as a read-only CLI and MCP peer (printing-press generated). Printed by melanson633 |
kalshi |
/pp-kalshi |
latest | Trade prediction markets, persist tick data, and answer category-level P&L questions Kalshi.com cannot. Printed by Trevin Chow |
kit |
/pp-kit |
latest | Manage Kit subscribers, tags, forms, sequences, broadcasts, purchases, and email marketing automation data from the terminal. Printed by Cathryn Lavery |
klaviyo |
/pp-klaviyo |
latest | Marketing automation, profiles, events, campaigns, flows, segments, and templates. Printed by Cathryn Lavery |
lawhub |
/pp-lawhub |
latest | Local-first LSAT practice analytics from authenticated LawHub score metadata, with SQLite, weakness reports, question notes, and safe review links back to LawHub. Printed by Nolan McCafferty |
lemonsqueezy |
/pp-lemonsqueezy |
latest | Every Lemon Squeezy resource, plus a local SQLite mirror that surfaces MRR, churn, license seats. Printed by Joseph Alvin Castillo |
linear |
/pp-linear |
latest | Offline-capable, agent-native CLI for the Linear API with SQLite-backed sync, FTS5 search, cross-cycle comparison, project burndown, and pp_created fixture lifecycle for safe live testing. Printed by Matt Van Horn |
loopnet |
/pp-loopnet |
latest | LoopNet shows you today — this CLI remembers, building the price-cut, days-on-market, and supply trends LoopNet... Printed by melanson633 |
lunch-money |
/pp-lunch-money |
latest | A Go CLI for Lunch Money's official v2 OpenAPI — offline SQLite store, subscription detection, and bulk smart... Printed by salmonumbrella |
mailchimp |
/pp-mailchimp |
latest | Every Mailchimp endpoint plus the workflow commands the API forces you to compose yourself. Printed by Trevin Chow |
marginalrevolution |
/pp-marginalrevolution |
latest | Read, filter, and extract links from Marginal Revolution through its public RSS feed. Printed by Nuri Chang |
marianatek |
/pp-marianatek |
latest | Search Mariana Tek studio schedules, book classes, watch cancellations, and sync reservations into an offline class catalog. Printed by salmonumbrella |
mercury |
/pp-mercury |
latest | Business banking API for accounts, transactions, payments, recipients, cards, invoices, treasury, and webhooks. Printed by Cathryn Lavery |
meta-ads |
/pp-meta-ads |
latest | The first agent-native Meta Ads CLI with local SQLite history and compound queries the live API cannot answer. Printed by Dhilip Subramanian |
midjourney |
/pp-midjourney |
latest | Inspect Midjourney jobs, queue, folders, and discovery feeds from the terminal. Printed by Dave Fano |
mobalytics-lol |
/pp-mobalytics-lol |
latest | Every League of Legends aggregator, plus a local SQLite for cross-champion queries no single page surfaces. Printed by QuantumGlitch |
monarch-money |
/pp-monarch-money |
latest | Read Monarch Money account balances, tags, transactions, and cashflow summaries from the terminal. Printed by Count |
movie-goat |
/pp-movie-goat |
latest | The movie CLI that combines TMDb's discovery engine with OMDb's multi-source ratings — and ships a SQLite watchlist that flags what's streaming on your services right now. Printed by Trevin Chow |
multimail |
/pp-multimail |
latest | Every MultiMail feature plus oversight velocity, trust ladder status, and cross-mailbox search no other tool has. Printed by H179922 |
myfitnesspal |
/pp-myfitnesspal |
latest | Pull every meal you ever logged out of MyFitnessPal — per-food CSV, agent-shaped trends, and a local SQLite store... Printed by Nick Scarabosio |
namecheap |
/pp-namecheap |
latest | Curated OpenAPI description for Namecheap's XML API. The real API uses a single. Printed by Cathryn Lavery |
nasa-images |
/pp-nasa-images |
latest | Every NASA Image and Video Library endpoint, plus a local SQLite mirror, FTS search, resumable bulk download,... Printed by Trevin Chow |
notion |
/pp-notion |
latest | Every Notion database queryable offline — cross-workspace SQL joins, stale detection, and relation graph traversal... Printed by Nikica Jokic |
nse-india |
/pp-nse-india |
latest | Fetch NSE India quotes, market status, order books, filings, indices, and cached equity analytics from the terminal. Printed by Mayank Lavania |
numista |
/pp-numista |
latest | Every Numista catalogue and collection feature, with offline FTS5 search and a monthly-quota tracker no Numista SDK has. Printed by Vinny Pasceri |
nvd |
/pp-nvd |
latest | The NVD is the U.S. government repository of standards-based vulnerability management data. Printed by Hiten Shah |
nylas |
/pp-nylas |
latest | Every Nylas API, plus a local SQLite mirror, cross-grant search, and confirm-by-hash sending no other Nylas tool has. Printed by Nathan Kettles |
obsidian |
/pp-obsidian |
latest | SYNTHETIC OpenAPI 3.0 spec mapping Obsidian's official command-line interface (v1.12+) to virtual REST endpoints.... Printed by Angelo Pullen |
offerup |
/pp-offerup |
latest | Search local OfferUp listings from your terminal, keep them in a local database. Printed by Trevin Chow |
ollama-cloud |
/pp-ollama-cloud |
latest | Routes every prompt to the right hosted Ollama model. Wraps chat, embeddings, catalog, and the OpenAI-compatible... Printed by Rick van de Laar |
open-meteo |
/pp-open-meteo |
latest | Forecasts, historicals, marine, air quality, flood, climate, ensemble, and seasonal data from Open-Meteo's free tier. Printed by Trevin Chow |
openalex |
/pp-openalex |
latest | The OpenAlex API provides access to a comprehensive catalog of scholarly works, authors, sources, institutions,... Printed by Hiten Shah |
openfda |
/pp-openfda |
latest | The FDA safety data terminal. Every drug adverse event, device recall, food contamination, and product label the FDA... Printed by H179922 |
openipa |
/pp-openipa |
latest | Search Italy's IndicePA for public administrations, PEC addresses, IPA codes, billing codes, and compliance details. Printed by aborruso |
openrouter |
/pp-openrouter |
latest | Inspect OpenRouter models, providers, credits, activity, and cost attribution with local caching and agent-friendly output. Printed by Rick van de Laar |
opensnow |
/pp-opensnow |
latest | Hyper-local weather forecasts and conditions for any mountain location and elevation, worldwide. Provides current conditions, hourly forecasts, 5-day day/night snow forecasts, resort snow reports, and expert-written Daily Snow posts. Authentication via api_key query parameter (partnership access only). Printed by Dave Morin |
ordertogo |
/pp-ordertogo |
latest | Browse, cart, and place orders at any OrderToGo.com restaurant from the terminal — pure-Go agent-native client... Printed by Matt Van Horn |
outlook-calendar |
/pp-outlook-calendar |
latest | The first Outlook calendar CLI built for AI agents on personal Microsoft 365 accounts — with offline conflict... Printed by Paul Brennaman |
outlook-email |
/pp-outlook-email |
latest | Drive your personal Microsoft 365 inbox from agents — read, send, sync, and run offline triage analytics that... Printed by Paul Brennaman |
pagliacci |
/pp-pagliacci |
latest | Order Seattle's Pagliacci Pizza from the terminal — half-and-half pies, small-party planner, slice rotation, and rewards stacking. Printed by Trevin Chow |
pcgs |
/pp-pcgs |
latest | The first CLI for the PCGS Public API — cert lookup, full CoinFacts extraction, and the 1,000-call-per-day budget... Printed by Vinny Pasceri |
pdok-location |
/pp-pdok-location |
latest | Geocode Dutch addresses, reverse-geocode coordinates, convert RD/WGS84, and query PDOK location data with offline helpers. Printed by markvandeven |
podcast-goat |
/pp-podcast-goat |
latest | Pull long-form podcast transcripts as speaker-labeled markdown — cookie-first across the four major paid... Printed by Matt Van Horn |
podscan |
/pp-podscan |
latest | Podscan REST API — search 51M+ podcast episodes and 4.4M+ podcasts. Full transcripts, AI-extracted entities,... Printed by Greg Van Horn |
pointhound |
/pp-pointhound |
latest | Every Pointhound flight search, plus a local SQLite of every deal you've ever seen, balance-aware reachability, and... Printed by salmonumbrella |
pokeapi |
/pp-pokeapi |
latest | Fully offline Pokédex with SQL, full-text search, type math, and a damage calculator no other Pokémon tool ships as a CLI. Printed by Hiten Shah |
pop |
/pp-pop |
latest | POP API for European electronic invoicing workflows. This Printing Press blueprint intentionally exposes only the... Printed by Mirco Babini |
posthog |
/pp-posthog |
latest | Every PostHog resource in one CLI — with offline search, agent-native output, and cross-resource analytics no... Printed by riteshtiwari |
postman-explore |
/pp-postman-explore |
latest | Public API network directory for discovering community collections, workspaces, and APIs. Printed by Trevin Chow |
printify |
/pp-printify |
latest | Create and audit Printify products with manifest-driven image uploads, personalization checks, and local proofing. Printed by horknfbr |
producthunt |
/pp-producthunt |
latest | Read Product Hunt from your terminal — works token-free for the daily skim, unlocks a launch-day cockpit and a marketer research desk in one onboarding step. Printed by Trevin Chow |
pushover |
/pp-pushover |
latest | Pushover from the terminal: send alerts, watch emergency receipts, inspect quota, and keep a redacted local... Printed by Todd Dailey |
pvgis |
/pp-pvgis |
latest | The free, single-binary PVGIS CLI — JRC solar-radiation and PV-yield estimates with offline cache, multi-site... Printed by Roberto Bissanti |
pypi |
/pp-pypi |
latest | PyPI JSON API. Look up Python package metadata, versions, release files, and vulnerability data. Browse recent updates and newest packages via RSS feeds. No authentication required — all endpoints are public. Printed by Hiten Shah |
rappi |
/pp-rappi |
latest | The first agent-native CLI for Rappi Mexico — read-only catalog browsing with offline SQLite snapshots, cross-city... Printed by bobe |
recipe-goat |
/pp-recipe-goat |
latest | Search trusted recipe sites, rank results, save a local cookbook, and enrich nutrition data with USDA FoodData Central. Printed by Trevin Chow |
redfin |
/pp-redfin |
latest | Search Redfin homes for sale via internal Stingray endpoints, sync to local SQLite, and run workflows the website doesn't expose — saved-search diff, $/sqft net-HOA ranking, sold comps, multi-region trends. Printed by rderwin |
render |
/pp-render |
latest | Every Render endpoint, plus diff, drift, cost, audit, and orphan analytics no other Render tool ships. Printed by Giuliano Giacaglia |
resend |
/pp-resend |
latest | The full Resend API (100 endpoints across emails, broadcasts, audiences, contacts, domains, templates, webhooks)... Printed by Giuliano Giacaglia |
revenuecat |
/pp-revenuecat |
latest | Every RevenueCat v2 endpoint, plus a local database, offline search. Printed by Joseph Alvin Castillo |
roam |
/pp-roam |
latest | Every Roam HQ surface — chat, transcripts, On-Air events, SCIM, webhooks — in one local-first CLI with offline... Printed by Greg Van Horn |
robinhood |
/pp-robinhood |
latest | Welcome to Robinhood Crypto Trading API documentation for traders and developers! Printed by zaydiscold |
safari-history |
/pp-safari-history |
latest | Reverse-engineered from the hand-built safari-history-pp-cli command/data shape. Printed by Vinny Pasceri |
scrape-creators |
/pp-scrape-creators |
latest | The easiest way to scrape public social media data at scale. Extract profiles, posts, videos, comments, and more from TikTok, Instagram, YouTube, Twitter, LinkedIn, Facebook, Reddit, and 27+ platforms. Printed by Adrian Horning |
seats-aero |
/pp-seats-aero |
latest | Seats.aero Partner API for award travel availability, cached search, route lists, and trip revalidation details. Printed by Cathryn Lavery |
sec-edgar |
/pp-sec-edgar |
latest | Every SEC filing, every XBRL fact, every insider trade — synced into a local SQLite store you can pivot, search,... Printed by Chris Drit |
semrush |
/pp-semrush |
latest | Every Semrush Analytics + Projects feature, plus a local SQLite store and cross-domain joins no other Semrush tool has. Printed by Charles Garrison |
sendgrid |
/pp-sendgrid |
latest | Every Twilio SendGrid endpoint, plus offline suppression diffs, stats time-series rollups, and a template-variable... Printed by Nathan Kettles |
sentry |
/pp-sentry |
latest | Error tracking and performance monitoring - projects, issues, events, releases. Printed by Cathryn Lavery |
servicetitan-pricebook |
/pp-servicetitan-pricebook |
latest | Sync ServiceTitan Pricebook services, materials, equipment, vendors, markups, warranties, and cost-drift audits. Printed by Pierce |
setlist-fm |
/pp-setlist-fm |
latest | Search setlist.fm artists, setlists, venues, cities, and concert histories through the setlist.fm API. Printed by Dave Morin |
shopify |
/pp-shopify |
latest | Operate a Shopify store from the terminal with curated Admin GraphQL commands, local sync, analytics, and bulk exports. Printed by Cathryn Lavery |
skool |
/pp-skool |
latest | Every Skool community feature, plus a local SQLite mirror, FTS, and cross-community ops no other Skool tool ships. Printed by Zain Haseeb |
slack |
/pp-slack |
latest | Send messages, search conversations, monitor channels, and manage your Slack workspace from the terminal. Printed by Matt Van Horn |
slickdeals |
/pp-slickdeals |
latest | Slickdeals frontpage, coupons, and recommendations from your terminal — agent-native, MCP-compatible, locally... Printed by David He |
smartlead |
/pp-smartlead |
latest | Every SmartLead API feature, plus a local mirror that answers campaign-health, silent-lead, and cross-campaign... Printed by bossriceshark |
sncf-connect |
/pp-sncf-connect |
latest | navitia.io is the open API for building cool stuff with mobility data. Printed by jmbernabotto |
splitwise |
/pp-splitwise |
latest | Every Splitwise feature, plus an offline SQLite ledger that powers balance, debt-aging, spend analytics. Printed by Vinny Pasceri |
spotify |
/pp-spotify |
latest | An agent-native Spotify CLI with a SQLite-backed local library that lets you ask listening-drift questions no other... Printed by Rob Zehner |
squarespace |
/pp-squarespace |
latest | Squarespace Commerce plus browser-backed account domains, DNS, email forwarding, and billing reads. Printed by Zayd |
steam-web |
/pp-steam-web |
latest | Look up Steam players, games, achievements, friends, and stats from the command line. Printed by Trevin Chow |
strava |
/pp-strava |
latest | Every Strava feature, plus offline analytics — training load, power curves, zone time. Printed by azaaron |
stripe |
/pp-stripe |
latest | Every Stripe feature, plus a local SQLite mirror with FTS, cross-entity SQL, and analytics no other Stripe tool ships. Printed by Chris Rodriguez |
substack |
/pp-substack |
latest | Run your Substack growth loop from the command line — publish, schedule, engage. Printed by Chirantan Rajhans |
suno |
/pp-suno |
latest | The correct, offline-first Suno CLI — every feature the abandoned clients have, plus a local SQLite library. Printed by Matt Van Horn |
supabase |
/pp-supabase |
latest | Every Supabase runtime endpoint — PostgREST CRUD, Auth Admin, Storage objects, Edge Function invoke — plus the... Printed by Giuliano Giacaglia |
superhuman |
/pp-superhuman |
latest | The Superhuman CLI that doesn't log you out, with a local inbox, agent-native I/O, and triage rules the web app... Printed by Matt Van Horn |
surgegraph |
/pp-surgegraph |
latest | SurgeGraph is the Answer Engine Optimization (AEO) platform that tracks AI citations, scores pages for citation readiness, and one-click fixes the gaps — now every workflow runs from the terminal or any agent. Printed by SurgeGraph Team |
table-reservation-goat |
/pp-table-reservation-goat |
latest | One reservation CLI for OpenTable, Tock, and Resy — search all three networks at once, watch for cancellations, book, and track changes from a local store agents can query. Printed by Pejman Pour-Moezzi |
techmeme |
/pp-techmeme |
latest | Tech news aggregation and curation. No official API exists. This spec describes the RSS, OPML, search, and HTML surfaces available for programmatic access. No authentication required. Printed by Dave Morin |
tella |
/pp-tella |
latest | Every Tella API operation behind one CLI, with a local SQLite store, FTS5 transcript search, and webhook tooling... Printed by Greg Ceccarelli |
tenderned |
/pp-tenderned |
latest | Every Dutch public tender, with the sub-threshold long tail that EU TED never sees, in a local-first CLI you can pipe. Printed by markvandeven |
tesla |
/pp-tesla |
latest | Every Tesla mobile-app feature, plus a charging-cost ledger and supercharger queue watcher no other Tesla CLI ships. Printed by Matt Van Horn |
ticketmaster |
/pp-ticketmaster |
latest | Every Discovery v2 endpoint plus offline search, multi-venue watchlists, residency dedup, and on-sale tracking no... Printed by Omar Shahine |
tidycal |
/pp-tidycal |
latest | TidyCal's REST API provides a handful of endpoints which can be used to get information about your account and bookings. Printed by Cathryn Lavery |
tiktok-shop |
/pp-tiktok-shop |
latest | Safe v1 TikTok Shop Seller API CLI/MCP for auth readiness, token exchange and refresh, read-only shops, orders, products, inventory search, fulfillment packages, and warehouses. Printed by Cathryn Lavery |
trendhunter |
/pp-trendhunter |
latest | Every Trend Hunter feature, plus a local SQLite corpus, FTS5 search, FAQ Q&A extraction, and agent-native JSON no... Printed by Matt Van Horn |
trigger-dev |
/pp-trigger-dev |
latest | Durable background jobs and AI agent orchestration — runs, schedules, deployments, batches, queues, waitpoints, env vars, and TRQL analytics. Printed by Matt Van Horn |
trustpilot |
/pp-trustpilot |
latest | Every Trustpilot review surface, plus the local SQLite database and balanced good-and-bad agent bundle no other... Printed by Matt Van Horn |
twilio |
/pp-twilio |
latest | Every Twilio Core feature, plus offline message and call history, FTS, and SQL-grade analytics no other Twilio tool... Printed by Stephan Stoeber |
ucp |
/pp-ucp |
latest | A Go CLI for Google's Universal Commerce Protocol — talk to UCP merchants over REST or MCP. Printed by david |
ufo-goat |
/pp-ufo-goat |
latest | Browse, search, and download declassified UAP files from the War.gov PURSUE archive. Printed by Dave Morin |
usgs-earthquakes |
/pp-usgs-earthquakes |
latest | Every USGS earthquake feed and event query in one terminal, with offline SQLite cache, agent-native output, and a... Printed by Trevin Chow |
uspto-tsdr |
/pp-uspto-tsdr |
latest | Beginning on October 2, 2020, you will need an API key to access the TSDR REST API See... Printed by H179922 |
vestaboard |
/pp-vestaboard |
latest | Read, render. Printed by Cathryn Lavery |
visit-detroit-blog |
/pp-visit-detroit-blog |
latest | Detroit's official "Inside the D" blog as a CLI — every article searchable offline. Printed by stanrails |
wanderlust-goat |
/pp-wanderlust-goat |
latest | Wanderlust GOAT — what a knowledgeable local with great taste would tell you to walk to from here, fused across editorial, local-language, and crowd layers no single tool ranks together. Printed by Joe Heitzeberg |
wavespeed |
/pp-wavespeed |
latest | Docs-derived OpenAPI spec for WaveSpeed AI's REST API. Printed by Cathryn Lavery |
weather-goat |
/pp-weather-goat |
latest | Weather forecasts, severe weather alerts, air quality, and GO/CAUTION/STOP activity verdicts for walk, bike, hike, commute, and drive. Printed by Trevin Chow |
whoop |
/pp-whoop |
latest | Fetch WHOOP recovery, strain, sleep, workout, cycle, profile, and body-measurement data with OAuth-backed API access. Printed by Greg Van Horn |
wikipedia |
/pp-wikipedia |
latest | Wikipedia REST API. Get article summaries, search, browse related topics, and access on-this-day events. No authentication required. Uses a polite User-Agent header. Printed by Hiten Shah |
wolt |
/pp-wolt |
latest | Browse-only Wolt consumer CLI. Printed by Amit |
x-twitter |
/pp-x-twitter |
latest | Combined CLI for multiple API services. Printed by Cathryn Lavery |
yahoo-finance |
/pp-yahoo-finance |
latest | Quotes, charts, fundamentals, options chains, and a local portfolio/watchlist tracker against Yahoo Finance — no API key, with Chrome-session fallback for rate-limited IPs. Printed by Trevin Chow |
youtube |
/pp-youtube |
latest | Search YouTube in bulk, grab transcripts, get embed snippets — for the photo-keywords-to-blog-post workflow. Printed by Justin |
zoho-expense |
/pp-zoho-expense |
latest | Upload receipts, auto-tag expenses from learned merchant memory. Printed by Amitav Khandelwal |
zoom |
/pp-zoom |
latest | The first Zoom CLI that joins your local desktop app, your on-disk recordings, and your cloud account into one... Printed by Jacken |
If you only want the binary and not the companion skill, install directly with Go 1.26.3 or newer:
go install github.com/mvanhorn/printing-press-library/<path>/cmd/<binary>@latestA few worked examples:
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/espn/cmd/espn-pp-cli@latest
go install github.com/mvanhorn/printing-press-library/library/monitoring/sentry/cmd/sentry-pp-cli@latest
go install github.com/mvanhorn/printing-press-library/library/travel/flightgoat/cmd/flightgoat-pp-cli@latestFor the MCP server companion:
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/espn/cmd/espn-pp-mcp@latest
claude mcp add espn-pp-mcp -- espn-pp-mcpIf a CLI needs credentials, the focused skill and the per-CLI README document the required environment variables.
library/
<category>/
<tool>/
cmd/
<cli-binary>/
<mcp-binary>/ # when available
internal/
README.md
go.mod
.printing-press.json
.manuscripts/
cli-skills/
pp-*/
SKILL.md # generated direct-install mirror of library/<.>/SKILL.md
npm/
package.json
src/
bin/
registry.json
Each published tool is self-contained: source code, a local README, a .printing-press.json provenance manifest, and the manuscripts from the printing run. cli-skills/pp-* is a generated mirror of each library SKILL.md, produced by tools/generate-skills/main.go.
Published tools in this repo are validated at publication time and during deliberate baseline sweeps against:
- Generation from an API spec or captured interface through the CLI Printing Press
- Validation checks: build, vet, reachable Go vulnerability scan, help, version, plus the structural dogfood and runtime verify gates
- Provenance capture through
.printing-press.jsonand.manuscripts/
Some tools are refined after generation. The generated artifacts remain in the tool directory so the provenance stays inspectable.
See CONTRIBUTING.md. For deeper architecture, see AGENTS.md.
MIT