claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// DevOps & CI/CD

printing-press-library

Official library of CLIs generated by the CLI Printing Press. Endorsed, tested, and community-contributed.

// DevOps & CI/CD[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#devops$open-sourceupdated 12 days ago
Actively maintained
100/100
last commit 8 days ago
last release 11 days ago
releases 302
open issues 74
// install
git clone https://github.com/mvanhorn/printing-press-library

Printing Press Library

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.

314 CLIs across 20 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.

Agent-native discovery

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-library

Humans 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 -y

Or from the repo root by selecting the catalog skill explicitly:

npx skills add mvanhorn/printing-press-library -g -y --skill printing-press-library

Hermes users can install it from the command line:

hermes skills install mvanhorn/printing-press-library/skills/printing-press-library

Or 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 -y

For Hermes from the command line:

hermes skills install mvanhorn/printing-press-library/cli-skills/pp-espn

For 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.

Discover and install

The fastest way to start — install four hand-picked CLIs and skills in one command:

npx -y @mvanhorn/printing-press-library install starter-pack

The -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 espn

Several 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-com

Under 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 --json

Focused skills

When you already know the tool you want, install just that skill:

npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g

Then 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.

Catalog

Tools grouped by category, sourced from registry.json. Each row links to the tool source, its focused direct-install skill, and the latest release.

NameSkillReleaseWhat it does
1password/pp-1passwordlatestAgent-safe command layer over the official 1Password CLI and SDK service-account workflows.
Printed by Cathryn Lavery
adguard-home/pp-adguard-homelatestAdGuard Home REST-ish API. Our admin web interface is built on top of this REST-ish API.
Printed by Eric Jung
adminbyrequest/pp-adminbyrequestlatestSync 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-capturelatestRecord, screenshot, and convert macOS windows and screens for AI agent evidence.
Printed by Matt Van Horn
agent-desktop/pp-agent-desktoplatestPrinting Press bridge for the Rust agent-desktop desktop automation CLI.
Printed by Lahfir
agentpool/pp-agentpoollatestAgentPool control-plane companion with setup checks, capacity guidance, and official CLI delegation.
Printed by sidduHERE
ahrefs/pp-ahrefslatestExplore Ahrefs SEO data from the terminal: backlinks, keywords, rank tracking, site audits, SERPs, usage limits, and crawler IP ranges.
Printed by Cathryn Lavery
airbnb/pp-airbnblatestSearch 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
airbyte-admin/pp-airbyte-adminlatestRead-only Airbyte administration CLI for inspecting workspaces, sources, destinations, connections, sync jobs, connector definitions, users, organizations, permissions, and tags from Airbyte Cloud or self-managed Airbyte.
Printed by Dhilip Subramanian
airflow-admin/pp-airflow-adminlatestRead-first Apache Airflow operations CLI for DAG inventory, DAG run history, task instance inspection, pool capacity, metadata sync, search, and runtime health checks.
Printed by Dhilip Subramanian
airframe/pp-airframelatestAircraft forensics from open public records — tail-number dossiers, fleet research, model-level safety, and NTSB event archaeology.
Printed by Chris Drit
airhint/pp-airhintlatestAirHint flight price prediction API — buy/wait recommendations for airline tickets.
Printed by jvm
alaska-airlines/pp-alaska-airlineslatestSearch Alaska Airlines flights, manage Atmos Rewards data, and build checkout-ready cart links from the terminal.
Printed by Matt Van Horn
allrecipes/pp-allrecipeslatestSearch 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-alltrailslatestEvidence-labeled, live-capable route map for AllTrails browser/mobile surfaces. Not an official API contract.
Printed by zaydiscold
amazon-ads/pp-amazon-adslatestPlan, measure, and tune Amazon Ads campaigns with OAuth profiles, reports, profitability math, keyword recommendations, and guarded automation.
Printed by Cathryn Lavery
amazon-orders/pp-amazon-orderslatestWalk 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-sellerlatestRun Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations.
Printed by Cathryn Lavery
american-reindustrialization/pp-american-reindustrializationlatestBrowse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector...
Printed by Trevin Chow
amplitude/pp-amplitudelatestRead-first Amplitude Analytics API surface for exports, cohorts, events, users, and chart-style analytics queries.
Printed by Deb Mukherjee
ankiweb/pp-ankiweblatestThe only terminal-native way to search, rank.
Printed by Paul Bockewitz
anylist/pp-anylistlatestEvery AnyList feature in your terminal — plus offline search, store routing, and cron-safe automations no mobile...
Printed by Jeeves
apartments/pp-apartmentslatestSearch 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-apifylatestEvery 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-docslatestEvery 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-islatestBypass 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-sicilialatestL'unica CLI per il portale dell'Assemblea Regionale Siciliana: cerca.
Printed by aborruso
art-goat/pp-art-goatlatestA contemplative daily art practice with museum and astronomy APIs as your gallery.
Printed by justinwfu
arxiv/pp-arxivlatestPublic Atom API for searching and fetching arXiv e-print metadata.
Printed by Hiten Shah
atlas-obscura/pp-atlas-obscuralatestEvery Atlas Obscura search, plus a local database, road-trip corridor routing, and saved trips no other Atlas Obscura tool has.
Printed by David Bryson
autotempest/pp-autotempestlatestEvery AutoTempest car-search source in your terminal, with a local store, cross-source VIN dedupe.
Printed by richardadonnell
azure-cost-admin/pp-azure-cost-adminlatestRead-only Azure FinOps CLI for actual spend summaries, service and resource-group cost breakdowns, tag hygiene, simple anomaly checks, and retail price lookup support.
Printed by Dhilip Subramanian
azure-devops/pp-azure-devopslatestThe fastest Azure DevOps CLI — offline-first, agent-native.
Printed by David Bebawy
azure-functions-admin/pp-azure-functions-adminlatestInspect, audit, and right-size your Azure Functions from the terminal — cold-start trends, config drift.
Printed by Dhilip Subramanian
bandsintown/pp-bandsintownlatestTurn Bandsintown's two read-only endpoints into a tour-routing brain: local cache, calendar-gap detection, lineup...
Printed by printing-press
beehiiv/pp-beehiivlatestManage beehiiv publications, subscribers, segments, posts, automations, and newsletter analytics from the terminal.
Printed by Kevin Magnan
bento/pp-bentolatestEvery Bento feature, plus the ones their own CLI does not have.
Printed by bossriceshark
bird/pp-birdlatestA terminal-native CLI for Bird's Conversations and SMS APIs, with offline search, batch reconcile, and a local...
Printed by Stephan Stoeber
blacklane/pp-blacklanelatestUpfront 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-raylatestThe disc-collector's CLI for Blu-ray.com — offline catalog, live deals, and a price-drop watchlist with zero account required.
Printed by Vinny Pasceri
boardgamegeek/pp-boardgamegeeklatestLook up board games, expansions, hot rankings, user collections, and logged plays from BoardGameGeek's official XMLAPI2 — search, full game detail with stats and rankings, and the live hot list, all without a browser.
Printed by Ryan Cooper
booking-com/pp-booking-comlatestEvery Booking.com workflow, plus offline price history, wishlist drop alerts, and multi-leg planning no other...
Printed by Matt Van Horn
botsee/pp-botseelatestHave your agents measure and improve your brand's AI Visibility with botsee.io. API-first, agent-native.
Printed by grahac
braze/pp-brazelatestRead-first Braze REST API surface for marketing analytics, campaign inspection, content assets, and catalog lookup.
Printed by Deb Mukherjee
breezedoc/pp-breezedoclatestManage BreezeDoc e-signature and invoicing workflows across documents, templates, recipients, teams, invoices, and follow-ups.
Printed by Cathryn Lavery
cal-com/pp-cal-comlatestEvery Cal.com feature, plus offline agendas, composed booking flows, and analytics no other Cal.com tool ships.
Printed by Trevin Chow
calendly/pp-calendlylatestRead-first Calendly API surface for scheduling, availability, event, invitee, and webhook inspection.
Printed by Deb Mukherjee
cf-domain/pp-cf-domainlatestAgent-native CLI for Cloudflare Registrar domain search, check, and registration.
Printed by Danny Shmueli
chrome-history/pp-chrome-historylatestReverse-engineered from the hand-built chrome-history-pp-cli command/data shape.
Printed by Vinny Pasceri
clarity/pp-claritylatestGenerate Microsoft Clarity tracking snippets and audit local HTML for tag install, masking attributes, and client API calls.
Printed by Cathryn Lavery
claude-agent-sdk-python-docs/pp-claude-agent-sdk-python-docslatestA source-grounded CLI for exploring and verifying the Claude Agent SDK Python docs.
Printed by Nik
clickup/pp-clickuplatestEvery ClickUp v2 + v3 endpoint as a typed CLI plus offline sync, search, and ergonomic chat/docs aliases.
Printed by Kevin Magnan
clockify/pp-clockifylatestEvery Clockify feature, plus a local time database that reconstructs your weekly timesheet, finds untracked gaps,...
Printed by melanson633
cloud-run-admin/pp-cloud-run-adminlatestInspect and operate Google Cloud Run services, jobs, revisions, executions, and local inventory for serverless container fleets.
Printed by Cathryn Lavery
cloudflare/pp-cloudflarelatestAgent-ready CLI for Cloudflare accounts, zones, DNS, Workers, Pages, R2, tunnels, Zero Trust, and infrastructure operations.
Printed by Cathryn Lavery
coffee-goat/pp-coffee-goatlatestThe third-wave coffee terminal — every elite roaster, every YouTube creator review, your brews, and the God cup.
Printed by Justin Fu
coingecko/pp-coingeckolatestCoinGecko public API for cryptocurrency data. Free tier, no API key required for basic endpoints.
Printed by Hiten Shah
company-goat/pp-company-goatlatestLook 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-crmlatestManage Conduyt CRM contacts, deals, pipelines, automations, campaigns, invoices, and local insight reports from the terminal.
Printed by Conduyt
contact-goat/pp-contact-goatlatestSearch, enrich, and map warm-introduction paths across LinkedIn, Happenstance, Deepline, and a unified local contacts store.
Printed by Matt Van Horn
context-dev/pp-context-devlatestAgent-friendly Context.dev CLI for website intelligence, brand enrichment, scraping, crawling, structured extraction, screenshots, styleguides, competitor maps, source packs, and change digests.
Printed by Cathryn Lavery
copper/pp-copperlatestThe Copper CRM command line no one else built: full CRUD plus a local database, weighted pipeline forecasting, stale-deal detection, and the bulk operations Copper's own API refuses to provide.
Printed by Kerry Morrison
costco/pp-costcolatestYour complete Costco receipt history as data — past the website's 2-year wall, in a local database the site never gives you.
Printed by David Richie
craigslist/pp-craigslistlatestSearch, 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-iolatestManage Customer.io campaigns, broadcasts, segments, deliveries, exports, and Reverse-ETL via the Service Account token.
Printed by Trevin Chow
daraz/pp-darazlatestEvery Daraz product search, plus a local price database, real-deal ranking, and drop alerts no Daraz scraper has.
Printed by Hamza Qazi
defillama/pp-defillamalatestDefiLlama offers two ways to use our data with AI:.
Printed by kierandotai
delta-trip/pp-delta-triplatestLook up and manage Delta Air Lines trips by confirmation number — view all flights, seats, baggage, upgrade...
Printed by Paul Bockewitz
dice-fm/pp-dice-fmlatestEvery ticket, fan, and pound of revenue from your DICE events — queryable, exportable, and joinable across shows.
Printed by Vinny Pasceri
digg/pp-digglatestTail 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-digitaloceanlatestManage DigitalOcean Droplets, Kubernetes, databases, firewalls, networking, billing, and other cloud resources from the terminal.
Printed by Hiten Shah
docker-hub/pp-docker-hublatestDocker 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-goatlatestIdentify domains worth buying — across RDAP, WHOIS, and Porkbun pricing — without ever leaving the terminal.
Printed by Mitch Nick
dominos/pp-dominoslatestOrder 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-doordashlatestDiscovered API spec for doordash.
Printed by bricenice17
dreo/pp-dreolatestThe only standalone CLI for Dreo smart-home devices — bulk control, live sensor streams, and a local history every...
Printed by Trevin Chow
drudgereport/pp-drudgereportlatestDrudge Report in your terminal, with the editorial signal (splash, red, slot, tenure) the live page broadcasts but...
Printed by Matt Van Horn
dub/pp-dublatestModern link attribution platform — short links, conversion tracking, affiliate/partner programs.
Printed by Trevin Chow
ebay/pp-ebaylatestBuyer-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-edgarlatestFetch SEC EDGAR filings, insider activity, XBRL facts, and cached filing search results with agent-friendly output.
Printed by magoo242
elevenlabs/pp-elevenlabslatestCreate and manage ElevenLabs audio workflows: text-to-speech, voice conversion, transcription, dubbing, music, voices, and agents.
Printed by Cathryn Lavery
elezioni-sicilia/pp-elezioni-sicilialatestDati elettorali siciliani da riga di comando — senza copiare tabelle HTML.
Printed by aborruso
emailoctopus/pp-emailoctopuslatestManage EmailOctopus lists, contacts, campaigns, automations, reports, and cross-list cleanup workflows from the terminal.
Printed by Trevin Chow
erank/pp-eranklatestKeyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers.
Printed by horknfbr

view the full README on GitHub.

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageGo

// faq

What is printing-press-library?

Official library of CLIs generated by the CLI Printing Press. Endorsed, tested, and community-contributed.. It is open-source on GitHub.

Is printing-press-library free to use?

printing-press-library is open-source, so it is free to use.

What category does printing-press-library belong to?

printing-press-library is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
1,716 stars
unclaimed
updated 12 days ago

// embed badge

printing-press-library on Claudeers
[![Claudeers](https://claudeers.com/api/badge/printing-press-library.svg)](https://claudeers.com/printing-press-library)

// retro hit counter

printing-press-library hit counter
[![Hits](https://claudeers.com/api/counter/printing-press-library.svg)](https://claudeers.com/printing-press-library)

// reviews

// guestbook

0/500

// related in DevOps & CI/CD

🔓

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI…

// devopssansan0/Python60,216GPL-3.0[ claude ]
🔓

Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.

// devopsmusistudio/TypeScript35,590MIT[ claude ]
🔓

Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antig…

// devopslbjlaq/Rust29,988NOASSERTION[ claude ]

// built by

1 of its contributors also build on official projectsclaude-code, claude-cookbooks, claude-plugins-official

→ see how printing-press-library connects across the ecosystem