Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

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.

522 CLIs across 22 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, and pins released Go CLI builds to the catalog's full source_commit (falling back to @latest only for legacy entries without release metadata). This prevents accidental drift from a later main update; it does not authenticate the mutable live catalog or the separately versioned skill installer. The matching skill comes 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
1688/pp-1688latestThe free, offline, agent-native 1688 wholesale sourcing CLI — keyword search with the signals the web UI buries (回头率 reorder rate, factory-verified status, supplier trade scores, price drift), persisted to a local store no scraper tracks over time.
Printed by Hamza Qazi
1password/pp-1passwordlatestAgent-safe command layer over the official 1Password CLI and SDK service-account workflows.
Printed by Cathryn Lavery
3cx-xapi/pp-3cx-xapilatestEvery 3CX Configuration API (XAPI) object in one Go binary, with a local mirror of your whole PBX, offline search, config diffing, and cross-entity auditing no 3CX tool has.
Printed by Richard Gill
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
agentmail/pp-agentmaillatestAgentMail operations with local memory, safe sends, and fleet-wide insight.
Printed by Som Samantray
agentpool/pp-agentpoollatestAgentPool control-plane companion with setup checks, capacity guidance, and official CLI delegation.
Printed by sidduHERE
agoda/pp-agodalatestSearch Agoda hotels with the true all-in price, and re-rank by what you will actually pay.
Printed by Victor Wibisono
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
air-quality/pp-air-qualitylatestSource-aware air-quality recipes for OpenAQ v3 measurements, nearby monitor discovery, point comparison, and AirNow AQI setup/observations.
Printed by Dhilip Subramanian
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
algolia/pp-algolialatestEvery Algolia feature, plus offline search and a local database no other Algolia tool has.
Printed by Som Samantray
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-jobs/pp-amazon-jobslatestEvery Amazon.jobs feature, plus a local job store, new-since diffing, and aggregation Amazon's own site can't do — no login required.
Printed by qazmataz
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
amc-theatres/pp-amc-theatreslatestBrowser-captured docs-derived contract for AMC Theatres Showtime API v2.
Printed by Alderik
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
anac-pl/pp-anac-pllatestCerca bandi, esiti e avvisi di gara della piattaforma ANAC dalla riga di comando, con dettaglio JSON, cronologia, store locale e ricerca offline.
Printed by aborruso
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
aol-puglia/pp-aol-puglialatestAccesso pubblico all'Albo Pretorio Online delle 13 aziende sanitarie pugliesi: ricerca atti, download allegati, esportazione CSV. Zero config: autenticazione OAuth2 automatica.
Printed by aborruso
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
apple-search-ads/pp-apple-search-adslatestEvery Apple Search Ads feature, plus local cost analytics, bid optimization, and cross-org templating no Python CLI offers.
Printed by Ryan Kelley
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
asc/pp-asclatestA read-only App Store Connect cockpit that shows every app you ship at once — review state, builds, downloads, and ratings in one glance.
Printed by justinwfu
ashby/pp-ashbylatestUnauthenticated, read-only access to currently published postings on a named Ashby job board.
Printed by klubieniecki
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
authentik/pp-authentiklatestAgent-native admin CLI for authentik identity provider with offline SQLite cache and an MCP server for Claude Desktop.
Printed by CFinney
autotempest/pp-autotempestlatestEvery AutoTempest car-search source in your terminal, with a local store, cross-source VIN dedupe.
Printed by richardadonnell
averusa/pp-averusalatestEvery AVer USA manual, spec sheet, and white paper in a local, type-filtered catalog — with spec comparison and link audits no AVer site offers.
Printed by drummerms
axs/pp-axslatestEvery SRAM AXS feature from the terminal, plus a local database, offline search, and cross-bike views the web app has no way to show.
Printed by Greg Stellato
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
bambu/pp-bambulatestAgent-ready Bambu print monitoring with exact plate previews and start/finish payloads.
Printed by Todd Dailey
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
benzinga/pp-benzingalatestEvery Benzinga calendar, news, fundamentals, and signal endpoint as a typed command, plus an offline SQLite store, full-text search, cross-entity queries, and the first Benzinga MCP server.
Printed by waveriderai
bestfoodtrucks/pp-bestfoodtruckslatestThe only Best Food Trucks client that can tell you where a truck goes, not just what's parked outside today.
Printed by Allen Lew
bing-webmaster/pp-bing-webmasterlatestThe Bing Webmaster Tools API: manage sites, submit URLs, and read query/traffic/crawl/link stats from the Bing search index.
Printed by Pimmetjeoss
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
bmw-cardata/pp-bmw-cardatalatestYour BMW's telemetry, on the command line — device-code login, live telematic snapshots, charging history, and a local SQLite store that turns raw VSS data into trends, cost, and fleet insight no other tool gives you.
Printed by jvm
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
bonusly/pp-bonuslylatestThe recognition analytics Bonusly reserves for admins -- rebuilt from data any employee can already read.
Printed by Allen Lew
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
bookmakersreview/pp-bookmakersreviewlatestEvery sportsbook's price, BMR's own sharp consensus, and full line history — for free, from the terminal, no API key required.
Printed by jim zhou
booksy/pp-booksylatestBook a haircut in Poland from the terminal — search barbers, compare prices and reviews, check open slots, and book, with a dry-run-by-default booking guard.
Printed by Max Tomago
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
browserbase/pp-browserbaselatestEvery Browserbase cloud feature, plus session lifecycle control, local history, and usage analytics no other tool has.
Printed by Som Samantray
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
carol-bike/pp-carol-bikelatestRead and locally mirror personal CAROL Bike workout data.
Printed by bricenice17
catapult-openfield-connect/pp-catapult-openfield-connectlatestEvery Catapult GPS metric — ACWR, velocity benchmarks, load reports — from one command, with a local SQLite mirror for offline analysis.
Printed by Eric Rash
catasto/pp-catastolatestThe free, single-binary Italian cadastre CLI — converts between cadastral references and GPS, online or offline, with agent-native JSON.
Printed by Roberto Bissanti
cdc-pakistan/pp-cdc-pakistanlatestThe only machine-readable view of Pakistani custody data — per-security CDS penetration and a twenty-year eligibility record, from a source no tool has ever automated.
Printed by qazmataz
cf-domain/pp-cf-domainlatestAgent-native CLI for Cloudflare Registrar domain search, check, and registration.
Printed by Danny Shmueli
cfpb-complaints/pp-cfpb-complaintslatestSearch published CFPB consumer complaint records and aggregations.
Printed by avanderheyde
chrome-history/pp-chrome-historylatestReverse-engineered from the hand-built chrome-history-pp-cli command/data shape.
Printed by Vinny Pasceri
clarify/pp-clarifylatestEvery Clarify API operation as a typed command, plus the morning briefing, meeting prep, and pipeline analytics the autonomous CRM knows about but cannot run.
Printed by Isaac Marks
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
clickhouse-cloud/pp-clickhouse-cloudlatestData engineering operations CLI for ClickHouse Cloud organizations, services, ClickPipes, backups, private endpoints, usage, and observability.
Printed by Dhilip Subramanian
clickup/pp-clickuplatestEvery ClickUp v2 + v3 endpoint as a typed CLI plus offline sync, search, and ergonomic chat/docs aliases.
Printed by Kevin Magnan
clinical-trials/pp-clinical-trialslatestA multi-source clinical-trials intelligence system — aggregates, normalizes, and analyzes trials across ClinicalTrials.gov, EU CTIS, and biomedical sources, with an offline SQLite engine no single-registry tool has.
Printed by laci141
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
concur/pp-concurlatestEvery expense-report and travel workflow Concur's web app offers, plus real flight and hotel search and duplicate detection no Concur tool has -- filed through the same session your browser already uses.
Printed by Allen Lew
conductor/pp-conductorlatestConductor Cloud API client with bounded coding-agent launch, monitor, steering, and reporting workflows.
Printed by Cole Grolmus
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
cookunity/pp-cookunitylatestMirror CookUnity's full weekly menu into a local database so you can plan meals offline — filter by macros, diet, and budget, and diff the menu week over week, none of which the web app can do.
Printed by Greg Cole
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
cosmos/pp-cosmoslatestSearch, organize, export, and audit your Cosmos inspiration library from the terminal.
Printed by Elliott Jacobs
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
cpsc-recalls/pp-cpsc-recallslatestTurn CPSC recall records into bounded inventory candidates, change observations, hazard composition tables, and actionable source packets without overstating fuzzy matches.
Printed by Avanderheyde
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
crates-io/pp-crates-iolatestRead-only endpoints for crates.io ecosystem intelligence.
Printed by Dhilip Subramanian
creativefabrica/pp-creativefabricalatestSearch Creative Fabrica's 20-million-plus fonts, graphics, crafts, and POD designs from your terminal — with a local catalog database, file-format and commercial-license filters the web UI lacks, and designer tracking.
Printed by Vincent Colombo
crestron/pp-crestronlatestEvery Crestron product, spec sheet, and firmware release — searchable offline, with fleet-wide currency checks the website cannot do.
Printed by drummerms
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
dataforseo/pp-dataforseolatestEvery DataForSEO endpoint, plus auto-mode routing, cost estimates, keyword pre-cleaning, and a local SQLite store no...
Printed by Mazzsterr
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
devonthink/pp-devonthinklatestLocal-first DEVONthink automation with safer shell workflows than raw AppleScript or MCP alone.
Printed by Johns
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
discogs/pp-discogslatestEvery Discogs feature — plus a local price-history mirror the API doesn't keep, so you can watch your wantlist like a limit-order book, spot underpriced records, and track your collection's value over time.
Printed by ganes-j
discord/pp-discordlatestPreview of the Discord v10 HTTP API specification. See https://discord.com/developers/docs for more details.
Printed by Hunter Veltri
dndbeyond/pp-dndbeyondlatestRead public D&D Beyond rules pages from the terminal.
Printed by Matthew Martin
dnsmadeeasy/pp-dnsmadeeasylatestEvery DNS Made Easy operation, plus a local record store for cross-zone search, drift detection, and 'where is this IP used' — instant and offline.
Printed by Derick Ng
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
dreaming/pp-dreaminglatestEvery Dreaming Spanish and French tracking feature in one offline-first CLI - roadmap math, catalog search.
Printed by Paul Bockewitz
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
drug-enforcement/pp-drug-enforcementlatestSearch FDA drug recall enforcement records — keyless, offline-cacheable, agent-native. Reports FDA facts only; never says a drug is safe.
Printed by laci141
dub/pp-dublatestModern link attribution platform — short links, conversion tracking, affiliate/partner programs.
Printed by Trevin Chow
e-boekhouden/pp-e-boekhoudenlatestBalance, profit & loss, and journal entries for e-Boekhouden from your terminal.
Printed by markvandeven
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
eero/pp-eerolatestInspect an eero mesh network from the terminal with agent-friendly output for networks, nodes, connected devices, diagnostics, and speed tests.
Printed by Erik Rogne
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
epa-echo/pp-epa-echolatestResolve EPA-regulated facilities, inspect transparent compliance evidence, and retain change history without opaque scores.
Printed by avanderheyde
erank/pp-eranklatestKeyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers.
Printed by horknfbr
espn/pp-espnlatestLive scores, standings, news, and game history across 17 sports from ESPN.
Printed by Matt Van Horn
etherpad/pp-etherpadlatestEtherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full...
Printed by John McLear
etsy-seller-dashboard/pp-etsy-seller-dashboardlatestFirst-party Etsy demand and marketing evidence, reconciled locally.
Printed by horknfbr
eu-tenders/pp-eu-tenderslatestThe entire EU public procurement corpus — €815B/year — searchable offline, with B2B lead generation for...
Printed by Mathias Michel
eventbrite/pp-eventbritelatestEvery Eventbrite organizer endpoint, plus a local SQLite mirror of your events, orders.
Printed by Vinny Pasceri
everbee/pp-everbeelatestResearch Etsy products, shops, and keywords from EverBee in a repeatable agent-ready workflow.
Printed by horknfbr
exa/pp-exalatestEvery Exa search API feature, plus local history, spend tracking, and diffing no other Exa tool has.
Printed by Som Samantray
exchangerate-api/pp-exchangerate-apilatestEvery ExchangeRate-API endpoint, plus a local rate history, watchlists, drift alerts, and an MCP server no one else...
Printed by Vinny Pasceri
expensify/pp-expensifylatestFile expenses and submit reports to Expensify from the command line.
Printed by Matt Van Horn
extron/pp-extronlatestEvery Extron spec sheet and user manual, browsable and searchable offline with revision tracking no other Extron tool has.
Printed by drummerms
faa-registry/pp-faa-registrylatestEvery FAA aircraft lookup the registry website offers, plus a daily-synced offline copy of the entire US registry that unlocks fleet reports, hex decoding, ownership history, and expiration alerts no other tool has.
Printed by Omar Shahine
facebook-marketplace/pp-facebook-marketplacelatestSearch, draft, publish, mirror, and monitor Facebook Marketplace listings with seller helpers and explicit write checkpoints.
Printed by Cathryn Lavery
fathom/pp-fathomlatestSync your Fathom meetings once, then search, analyze, and act on them forever — offline, at scale, without burning...
Printed by Nikica Jokic
fec/pp-feclatestThis application programming interface (API).
Printed by Hunter Veltri
fedex/pp-fedexlatestShip, rate, and track FedEx packages from the terminal — built for small business shippers.
Printed by Trevin Chow
fellow-stagg-ekg/pp-fellow-stagg-ekglatestControl a Fellow Stagg EKG kettle over its local HTTP command interface from the terminal.
Printed by Erik Rogne
figma/pp-figmalatestEvery Figma endpoint, plus codegen-ready frame extracts, comments audit, orphans finder, tokens diff, and webhook...
Printed by Giuliano Giacaglia
finra/pp-finralatestEvery FINRA Query API dataset, plus local trend detection and batch registration checks no other FINRA tool offers.
Printed by Michael Schreiber
firecrawl/pp-firecrawllatestAPI for interacting with Firecrawl services to perform web scraping and crawling tasks.
Printed by Hiten Shah
fireflies/pp-fireflieslatestEvery Fireflies meeting feature, plus offline search, cross-meeting intelligence, and a local database no other tool...
Printed by Nikica Jokic
fish-audio/pp-fish-audiolatestFish Audio API: text-to-speech, speech-to-text, voice design, voice models (clones), and account credit.
Printed by Jon Gouveia
flight-goat/pp-flight-goatlatestSearch Google Flights, scan Kayak long-haul routes, and join FlightAware AeroAPI reliability, alerts, and tracking from one CLI.
Printed by Matt Van Horn
flighty/pp-flightylatestEvery Flighty Airports meltdown map feature, plus cross-airport intelligence no web page can answer.
Printed by Som Samantray
flipp/pp-flipplatestFind local Flipp flyer deals, coupons, and grocery savings by ZIP or postal code.
Printed by mlabrenz
flow/pp-flowlatestEverything Flow's community CLIs and MCP servers do, plus the two things none of them do: real Google Drive ingestion and an honest audio-drama pipeline that closes the loop Flow itself cannot.
Printed by github-actionsbot
food52/pp-food52latestSearch, 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
foodpanda/pp-foodpandalatestEvery foodpanda restaurant, menu and price in a local database — with cross-restaurant dish search, price history and fee comparison the app cannot do.
Printed by qazmataz
forgejo/pp-forgejolatestThe gh for Forgejo — works with any instance, stores your data locally, and speaks Forgejo natively.
Printed by jrimmer
forkable/pp-forkablelatestA CLI and MCP server for your Forkable office-lunch program, with a local database and history, spend, and preference queries the web app cannot answer, plus commands to set, confirm, and skip meal orders (dry-run by default; --confirm to apply).
Printed by Allen Lew
foxnews/pp-foxnewslatestFox News headlines from Google Publisher RSS feeds on moxie.foxnews.com — section-selectable, no API key.
Printed by John Fiedler
fpi-india/pp-fpi-indialatestThe full history of Foreign Portfolio Investor flows into India, synced locally and queryable offline — something neither NSDL nor CDSL offers today.
Printed by Mayank Lavania
framer/pp-framerlatestCLI for managing Framer websites — CMS, canvas, code files, publishing, and site migration. Requires Node.
Printed by ioncom
fred/pp-fredlatestEvery FRED endpoint, plus a local SQLite store, offline search, and macro commands no other FRED tool has.
Printed by Luke J
freshservice/pp-freshservicelatestEvery Freshservice operation in one Go binary — with offline search, SLA intelligence, and agent-native JSON that...
Printed by Mark van de Ven
function-health/pp-function-healthlatestEvery Function Health feature, plus a local SQLite store with biomarker trends across every round you've ever drawn.
Printed by Damien Stevens
gainsight/pp-gainsightlatestRead-first Gainsight NXT API surface for customer success account, relationship, person, timeline.
Printed by Deb Mukherjee
garmin/pp-garminlatestYour whole Garmin history in a local database, not one 28-day page at a time.
Printed by Prashant Kamani
gfonts/pp-gfontslatestSearch, browse, and download Google Fonts from the terminal. Zero auth required — uses the same public metadata endpoint that powers fonts.google.com.
Printed by neal-kyle
gisis/pp-gisislatestAuthoritative IMO ship particulars on the command line.
Printed by ivory_elephant
github/pp-githublatestEvery gh issue, PR, repo, and code-search workflow, plus a local SQLite mirror, offline full-text search, and cross-entity joins no GitHub tool offers.
Printed by Brandon Nye
github-contents/pp-github-contentslatestDownload any GitHub folder without cloning — plan it first, verify it after, re-sync only what changed.
Printed by Rick van de Laar
github-intel/pp-github-intellatestPublic GitHub repository, release, search, and security advisory signals for agent research.
Printed by Hiten Shah
giustizia-amministrativa/pp-giustizia-amministrativalatestLa giurisprudenza amministrativa italiana (TAR, Consiglio di Stato) da terminale: ricerca, testo integrale in Markdown, store locale e ricerca offline.
Printed by aborruso
gl-inet/pp-gl-inetlatestThe first maintained CLI for GL.iNet travel routers — named config profiles, travel macros, and version-aware diagnostics no other GL.iNet tool ships.
Printed by Paul Bockewitz
gladly/pp-gladlylatestRead-first Gladly API surface for customer timelines, conversations, agents, topics, answers, and support operations.
Printed by Deb Mukherjee
gmail/pp-gmaillatestMailbox cleanup that can prove itself — preview, confirm, undo, verify — from a binary that structurally cannot send email.
Printed by Derik Parkinson
godaddy/pp-godaddylatestCombined CLI for multiple API services.
Printed by zaydiscold
gohighlevel/pp-gohighlevellatestSync GoHighLevel CRM data for contacts, opportunities, pipelines, custom fields, tags, bulk operations, and funnel reports.
Printed by Jen Williams
goodreads/pp-goodreadslatestThis is an evidence-backed starting map for a future Goodreads CLI.
Printed by zaydiscold
google-ad-manager/pp-google-ad-managerlatestThe only REST-native Google Ad Manager CLI: report, search, and manage publisher inventory from the terminal, backed by a local mirror the web console can't match.
Printed by Greg Stellato
google-ads/pp-google-adslatestDiscover accounts, run GAQL reports, inspect field metadata, and manage Google Ads campaigns, budgets, assets, audiences, and billing.
Printed by Cathryn Lavery
google-analytics/pp-google-analyticslatestAgent-first Google Analytics 4 CLI with typed Data/Admin/Funnel API coverage and one-call reports for channels, pages, funnels, anomalies, revenue, and health.
Printed by Cathryn Lavery
google-business-profile/pp-google-business-profilelatestCombined CLI for multiple API services.
Printed by Raj Yaligar
google-calendar/pp-google-calendarlatestThe multi-account Google Calendar layer for agents that must never surprise a human.
Printed by Derik Parkinson
google-photos/pp-google-photoslatestManage Google Photos app-created albums and media, upload files, and handle Picker sessions from terminal-friendly commands.
Printed by Cathryn Lavery
google-play/pp-google-playlatestEvery public Google Play surface in one Go binary, plus a local SQLite mirror for rank history and listing change detection that no other Play tool keeps.
Printed by Hamza Qazi
google-search-console/pp-google-search-consolelatestEvery Google Search Console feature you'd reach for, plus an offline SQLite cache that powers period compare, quick...
Printed by Matt
google-tag-manager/pp-google-tag-managerlatestMirror any GTM container into a local database, then audit, diff, and query it from the terminal — everything the GTM console can't do, read-only and safe against production.
Printed by Greg Stellato
google-trends/pp-google-trendslatestEvery Google Trends workflow pytrends offered, plus the local history and rate-limit resilience that archived, frozen wrapper never had.
Printed by Kerry Morrison
googlehealth/pp-googlehealthlatestView and manage health and fitness metrics and measurement data from Fitbit, Pixel Watch.
Printed by ryanc00per
gorgias/pp-gorgiaslatestGorgias support CLI with offline sync, local search, read-only SQL, and MCP tools for agent-native support workflows.
Printed by Chris Young
govspend/pp-govspendlatestRead-only public-sector spending and opportunity research CLI for USAspending awards, agency and vendor footprints, Grants.gov opportunities, and SAM.gov opportunity setup.
Printed by Dhilip Subramanian
granola/pp-granolalatestEvery Granola feature — plus offline SQLite cross-meeting search, attendee timelines, and a MEMO pipeline runner...
Printed by Damien Stevens
grants/pp-grantslatestOpen US federal research funding from the terminal, keyless — Grants.gov open opportunities with deadline/agency/award/eligibility filters, plus awarded NIH RePORTER and NSF grants as funding benchmarks.
Printed by laci141
gravitus/pp-gravituslatestThe only CLI that syncs your Gravitus strength data into your training dashboard.
Printed by mvanhorn
greatclips/pp-greatclipslatestCheck Great Clips salon wait times, prepare Online Check-In requests, inspect route shapes, and track local wait history.
Printed by Matt Van Horn
greenhouse/pp-greenhouselatestGreenhouse Job Board CLI — query any company's public Greenhouse job board from the command line. Generic board_token, no auth required, 4 operations covering jobs, departments, and offices.
Printed by Hunter Veltri
groq/pp-groqlatestEvery Groq endpoint in your terminal, plus a local ledger that tracks token cost and rate-limit budget.
Printed by Som Samantray
grubhub/pp-grubhublatestEvery Grubhub restaurant search, plus a sortable delivery-fee comparison board, a cross-restaurant deal radar, and offline menu-item search no Grubhub tool has.
Printed by Vincent Colombo
gumroad/pp-gumroadlatestGumroad's seller API as an agent-ready CLI and MCP server.
Printed by Bheem Reddy
hackernews/pp-hackernewslatestHacker 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-teeterlatestHarris Teeter grocery shopping API discovered from the logged-in web app.
Printed by Jonathan Moss
haven-hot-chicken/pp-haven-hot-chickenlatestBrowse Haven menus, compare locations, and plan a meal from saved prices.
Printed by matthew.martin
hayward-omnilogic/pp-hayward-omnilogiclatestTake control of every Hayward OmniLogic feature, plus a local store, schedule diffs, chemistry trends, and a morning...
Printed by Rob Zehner
help-scout/pp-help-scoutlatestRead-first Help Scout Inbox API surface for support operations and agent workflows.
Printed by Deb Mukherjee
here-now/pp-here-nowlatestPublish a folder to a live URL in one command, mirror your Drives offline.
Printed by Trevin Chow
home-assistant/pp-home-assistantlatestSafe household actions, offline memory, and evidence-backed answers on top of the full Home Assistant control surface.
Printed by avanderheyde
hostex/pp-hostexlatestEvery Hostex v3 operation, plus a local SQLite mirror that answers cross-property questions no single Hostex call can — occupancy gaps, revenue rollups, and guest-message SLA, offline.
Printed by Bust011r
hotel-goat/pp-hotel-goatlatestEvery Google Hotels feature, plus per-OTA price breakdown, local price-drift history, brand-loyalty filters.
Printed by kothari-nikunj
hotel-tonight/pp-hotel-tonightlatestLast-minute hotel deals with a local price-history database no HotelTonight client has — snapshot deals over time,...
Printed by Trevin Chow
hotelist/pp-hotelistlatestEvery Hotelist feature, plus a local SQLite mirror that ranks rating-per-dollar across whole countries, compares chains head-to-head, and tracks how a city's hotels change over time.
Printed by David Bryson
ht-ml/pp-ht-mllatestThe only ht-ml.app tool that remembers what you published, a local registry of every site, its once-only update_key, and full version history, plus one-command publish-with-assets.
Printed by bobe
human-goat/pp-human-goatlatestHire real humans from the terminal — autonomous TaskRabbit checkout with a verified undo, plus Magic remote errands, in one agent-native binary.
Printed by Matt Van Horn
iclasspro/pp-iclassprolatestThe only iClassPro tool that remembers yesterday — a queryable local mirror of any gym's catalog, with the search and filter surface the portal keeps to itself.
Printed by bobe
icloud/pp-icloudlatestQuery 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
ifood/pp-ifoodlatestAgent-ready iFood grocery quoting with browser-owned authentication and confirmation-gated cart planning.
Printed by Matheus Coêlho
ihatepdf-cv/pp-ihatepdf-cvlatestPrivate PDF operations for agents, scripts, and offline pipelines.
Printed by Som Samantray
ikon/pp-ikonlatestIkon Pass CLI for reservation availability, pass and voucher lookup, multi-season usage history, and offline change tracking.
Printed by Greg Stellato
immich/pp-immichlatestAgent-native control and careful personal-library rituals for a self-hosted Immich instance.
Printed by avanderheyde
immovlan/pp-immovlanlatestSearch Immovlan from the terminal with every site filter, keep a local history, and cross it with Immoweb: exclusives, re-listings, rented PEB F/G traps and division candidates.
Printed by sambassio
immoweb/pp-immoweblatestSearch Immoweb from the terminal with every site filter, then get the answers the site can't give: price cuts, days on market, commune medians and rental yield.
Printed by sambassio
inaturalist/pp-inaturalistlatestExplore iNaturalist's full API, plus privacy-safe field briefings and identification progress that ordinary endpoint wrappers miss.
Printed by avanderheyde
infotbm/pp-infotbmlatestEvery Bordeaux tram, bus, and ferry schedule offline in SQLite, plus real-time arrivals, ghost service detection.
Printed by pawlclawbot
instacart/pp-instacartlatestNatural-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
instagram/pp-instagramlatestEvery Instagram Business metric across all your brand accounts.
Printed by Mohammed Al Khamis
intercom/pp-intercomlatestEvery Intercom resource as a typed CLI with offline sync and EU/AU regions.
Printed by Rob Zehner
intervals-icu/pp-intervals-iculatestThe first intervals.
Printed by Milos Mladenovic
irail/pp-iraillatestEvery Belgian rail lookup the existing tools offer, plus transfer-risk, delay history and accessibility data that none of them have.
Printed by Olivier
is-agentic/pp-is-agenticlatestTurn Is Agentic reports into durable, scriptable readiness evidence.
Printed by Som Samantray
isitagentready/pp-isitagentreadylatestThe terminal scanner for AI-agent readiness: every check the web tool runs, plus copy-paste fixes, CI gating, scan history, and a local store the web UI has no answer for.
Printed by bobe
janeapp/pp-janeapplatestBook, view, and manage your Jane (janeapp.com) appointments across every clinic from one terminal — with a unified agenda, next-opening finder, and availability watch the patient portal can't do.
Printed by Omar Shahine
jimmy-johns/pp-jimmy-johnslatestFirst terminal CLI for Jimmy John's ordering — local Unwich conversion, agent-native JSON, every endpoint typed.
Printed by Omar Shahine
jira/pp-jiralatestJira Cloud platform REST API documentation.
Printed by Nikica Jokic
jobber/pp-jobberlatestJobber API surface as a read-only CLI and MCP peer (printing-press generated).
Printed by melanson633
judge-me/pp-judge-melatestOur REST API lets you access to resources and perform actions on behalf of a store.
Printed by Cathryn Lavery
judgeme/pp-judgemelatestA completeness-verified Judge.me review corpus with explicit populations and syndication-aware exports.
Printed by Cathryn Lavery
jules/pp-juleslatestJules Planning & Progress API for async coding tasks.
Printed by github-actionsbot
juneoven/pp-juneovenlatestEvery June oven control from the terminal — self-pair, preheat, adjust, watch live telemetry, and cancel, over June's cloud with agent-native JSON.
Printed by Matt Van Horn
kalshi/pp-kalshilatestTrade prediction markets, persist tick data, and answer category-level P&L questions Kalshi.com cannot.
Printed by Trevin Chow
kdpnichefinder/pp-kdpnichefinderlatestEvery KDP Niche Finder bucket as a local research database — rank niches across buckets, track whether revenue is rising or fading, and export shortlists, none of which the web tool does.
Printed by Vincent Colombo
keenable/pp-keenablelatestKeenable web search with reproducible research, citations, and a local evidence trail.
Printed by Som Samantray
keyword-planner/pp-keyword-plannerlatestTurn Google Keyword Planner reads into an immutable local evidence portfolio for offline research and safe warehouse handoff.
Printed by Max Michel
kie/pp-kielatestUnified CLI for Kie.ai's AI generation platform: 120+ Market models (image, video, audio) via one create/query task pair, plus dedicated Suno, Veo3.1, Runway, Flux Kontext, 4o Image, and per-model chat completion endpoints.
Printed by Kelvin Cushman
kit/pp-kitlatestOperate Kit email marketing from the terminal: subscribers, tags, forms, sequences, broadcasts, purchases, snapshots, and audience health.
Printed by Cathryn Lavery
klaviyo/pp-klaviyolatestWork with Klaviyo profiles, events, campaigns, flows, segments, templates, and local performance analytics for marketing automation.
Printed by Cathryn Lavery
kuma/pp-kumalatestInspect Uptime Kuma v2 monitors, heartbeats, and incident context; retry changes are explicitly gated.
Printed by Keith
kvmctl/pp-kvmctllatestThe verified REST subset used by kvmctl for KVMD-compatible GLKVM devices.
Printed by Keith Herrington
lawhub/pp-lawhublatestLocal-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
layers/pp-layerslatestSchool announcements, agenda events, account context, and a private local search surface in one agent-ready CLI.
Printed by Edu Cruz
lda-gov/pp-lda-govlatestLobbying disclosure records with local sync, entity resolution, and evidence-grade exports.
Printed by Mherzog4
lemonsqueezy/pp-lemonsqueezylatestEvery Lemon Squeezy resource, plus a local SQLite mirror that surfaces MRR, churn, license seats.
Printed by Joseph Alvin Castillo
lever/pp-leverlatestPublic Lever postings API (https://api.lever.co/v0/postings). Every Lever customer exposes an open job board at api.
Printed by Hunter Veltri
lightroom-classic/pp-lightroom-classiclatestYour Lightroom Classic catalog, queryable from the terminal — streaks, daily picks, and shot lists with zero exports and zero writes.
Printed by Micah Baldwin
linear/pp-linearlatestOffline-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
linq/pp-linqlatestAgent-native messaging API for chats, messages, attachments, phone numbers, contact cards, capability checks, and webhooks.
Printed by Cathryn Lavery
listingview/pp-listingviewlatestEvery ListingView research tool in your terminal, plus a local database that adds drift tracking, niche scoring, and offline analysis no ListingView tool keeps.
Printed by Vincent Colombo
logitech-docs/pp-logitech-docslatestEvery Logitech manual, spec sheet, and install guide — searchable offline, agent-native, no browser.
Printed by drummerms
loopnet/pp-loopnetlatestLoopNet shows you today — this CLI remembers, building the price-cut, days-on-market, and supply trends LoopNet...
Printed by melanson633
luma/pp-lumalatestBrowse, search, and export public Luma events from one Go binary — no account, no API key, plus offline full-text search the public API doesn't have.
Printed by richardadonnell
lunch-money/pp-lunch-moneylatestA Go CLI for Lunch Money's official v2 OpenAPI — offline SQLite store, subscription detection, and bulk smart...
Printed by salmonumbrella
mailchimp/pp-mailchimplatestEvery Mailchimp endpoint plus the workflow commands the API forces you to compose yourself.
Printed by Trevin Chow
makerworld/pp-makerworldlatestEvery MakerWorld model, searchable offline — plus trend deltas, designer-watch, and multi-tag discovery no scraper or the web UI offers.
Printed by Vincent Colombo
marginalrevolution/pp-marginalrevolutionlatestRead, filter, and extract links from Marginal Revolution through its public RSS feed.
Printed by Nuri Chang
marianatek/pp-marianateklatestSearch Mariana Tek studio schedules, book classes, watch cancellations, and sync reservations into an offline class catalog.
Printed by salmonumbrella
masterpark/pp-masterparklatestUnofficial CLI for MasterPark airport parking locations, quotes, profile sync, and safe gated reservation booking.
Printed by Brian Wishan
mcpmarket/pp-mcpmarketlatestEvery MCP Market search, leaderboard, and skill lookup — plus trending deltas, sync diffs, and author portfolios no other tool tracks.
Printed by Som Samantray
medium-reader/pp-medium-readerlatestRead any Medium author, publication, or tag as a local, full-text-searchable corpus.
Printed by Maxime Delavergne
mercury/pp-mercurylatestInspect Mercury business banking data and build safer payment plans across accounts, transactions, recipients, cards, invoices, and treasury.
Printed by Cathryn Lavery
meta-ads/pp-meta-adslatestThe first agent-native Meta Ads CLI with local SQLite history and compound queries the live API cannot answer.
Printed by Dhilip Subramanian
metacritic/pp-metacriticlatestBrowse, search, and compare Metascores and user scores for games, movies, and TV shows, plus critic and user reviews, without a Metacritic account.
Printed by Ryan Cooper
midjourney/pp-midjourneylatestInspect Midjourney jobs, queue, folders, and discovery feeds from the terminal.
Printed by Dave Fano
mixlayer/pp-mixlayerlatestPrivacy-first Mixlayer CLI for OpenAI-compatible chat, local PII redaction and vaulting, reasoning-aware model ladders, live model catalog refresh, and ledger-backed cost proofs.
Printed by Cathryn Lavery
mobalytics-lol/pp-mobalytics-lollatestEvery League of Legends aggregator, plus a local SQLite for cross-champion queries no single page surfaces.
Printed by QuantumGlitch
mobbin/pp-mobbinlatestEvery Mobbin screen, flow, and pattern — searchable offline, deckable in one command, with longitudinal drift no Mobbin tool ships.
Printed by Darin Kishore
monarch-money/pp-monarch-moneylatestRead Monarch Money account balances, tags, transactions, and cashflow summaries from the terminal.
Printed by Count
morgen/pp-morgenlatestMorgen calendar & tasks API CLI — unified access to calendars, events, tasks, and tags across connected providers.
Printed by Nick Scarabosio
motogp/pp-motogplatestThe first CLI and MCP server for MotoGP — human-friendly commands, offline SQLite history, and analyses no single endpoint provides.
Printed by waterpig
motohunt/pp-motohuntlatestSearch motorcycle and ATV listings from the terminal — with MotoHunt's MSRP/average-price/deal-rating data exposed as.
Printed by richardadonnell
movie-goat/pp-movie-goatlatestThe 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
mufap/pp-mufaplatestPakistan's mutual fund industry as a dated local panel: two decades of daily NAVs, monthly PKR asset allocation, and a market-implied short rate no other tool derives.
Printed by qazmataz
multimail/pp-multimaillatestEvery MultiMail feature plus oversight velocity, trust ladder status, and cross-mailbox search no other tool has.
Printed by H179922
myanimelist/pp-myanimelistlatestEvery public MyAnimeList surface in one binary, plus offline analytics the site itself cannot answer.
Printed by Som Samantray
myfitnesspal/pp-myfitnesspallatestPull 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-namecheaplatestManage Namecheap domains, DNS, contacts, pricing, account balances, TLDs, and SSL metadata through a JSON-friendly XML API wrapper.
Printed by Cathryn Lavery
nasa-images/pp-nasa-imageslatestEvery NASA Image and Video Library endpoint, plus a local SQLite mirror, FTS search, resumable bulk download,...
Printed by Trevin Chow
nccpl/pp-nccpllatestPakistan's clearing-layer data as a local research panel with a coverage audit and an arithmetic self-check, not another dashboard.
Printed by qazmataz
nejm/pp-nejmlatestBrowse, search, and triage New England Journal of Medicine articles from the terminal, backed by a local corpus and a browser-compatible transport that clears Cloudflare.
Printed by laci141
nepra/pp-nepralatestPakistan's electricity regulator publishes the country's only plant-level power data as Excel-exported HTML that reads as empty and PDFs nobody extracts — this turns it into a queryable panel and names every gap.
Printed by qazmataz
netlify/pp-netlifylatestEvery Netlify API endpoint, plus a local SQLite mirror of your whole account so you can search, diff, and audit across all sites at once — offline and agent-native.
Printed by Charles Denzel Segovia
nhc/pp-nhclatestCredible, real-time National Hurricane Center data for AI agents: active storms, parsed advisories, and tropical outlooks, text-first with link-outs for everything else.
Printed by Abe Diaz (@abe238)
notebooklm/pp-notebooklmlatestUnofficial Go CLI for Gemini Notebook — notebooks, sources, chat, Studio artifacts, SQLite cache, and MCP via batchexecute RPC with Chrome session auth.
Printed by Som Samantray
notion/pp-notionlatestEvery Notion database queryable offline — cross-workspace SQL joins, stale detection, and relation graph traversal...
Printed by Nikica Jokic
npm/pp-npmlatestResearch npm packages by metadata, downloads, maintainers, freshness, and dependency risk.
Printed by Hiten Shah
nse-india/pp-nse-indialatestFetch NSE India quotes, market status, order books, filings, indices, and cached equity analytics from the terminal.
Printed by Mayank Lavania
numista/pp-numistalatestEvery Numista catalogue and collection feature, with offline FTS5 search and a monthly-quota tracker no Numista SDK has.
Printed by Vinny Pasceri
nutrition/pp-nutritionlatestOne agent-native CLI over USDA FoodData Central and NutritionValue.org - with cross-source enrichment, protein-density comparison, nutrient ranking, and a local SQLite cache no other nutrition tool ships.
Printed by Matt Van Horn
nvd/pp-nvdlatestThe NVD is the U.S. government repository of standards-based vulnerability management data.
Printed by Hiten Shah
nylas/pp-nylaslatestEvery Nylas API, plus a local SQLite mirror, cross-grant search, and confirm-by-hash sending no other Nylas tool has.
Printed by Nathan Kettles
nynj-world-cup-concierge/pp-nynj-world-cup-conciergelatestExtract public NYNJ World Cup Concierge Explore NYNJ, Fan Experiences, and Watch Parties guidance.
Printed by Amit
nypl-digital-collections/pp-nypl-digital-collectionslatestNew York Public Library Digital Collections API. Source docs: https://api.repo.nypl.org/.
Printed by kierandotai
obsidian/pp-obsidianlatestSYNTHETIC OpenAPI 3.0 spec mapping Obsidian's official command-line interface (v1.12+) to virtual REST endpoints....
Printed by Angelo Pullen
offerup/pp-offeruplatestSearch local OfferUp listings from your terminal, keep them in a local database.
Printed by Trevin Chow
ollama-cloud/pp-ollama-cloudlatestRoutes every prompt to the right hosted Ollama model. Wraps chat, embeddings, catalog, and the OpenAI-compatible...
Printed by Rick van de Laar
oneword-domains/pp-oneword-domainslatestCheck a word across every TLD with registrar prices, watch the aftermarket, and generate names with DomainsGPT, all from the terminal with a local store the site itself does not offer.
Printed by Victor Wibisono
open-food-facts/pp-open-food-factslatestRead-only Open Food Facts recipes for barcode product lookup, structured search, nutrition summaries, allergen and ingredient inspection, bounded comparison, category samples, and source posture checks.
Printed by Dhilip Subramanian
open-library/pp-open-librarylatestRead-only Open Library recipes for book search, ISBN edition lookup, author works, work metadata, bounded editions, and subject browsing with source/rate-limit caveats.
Printed by Dhilip Subramanian
open-meteo/pp-open-meteolatestForecasts, historicals, marine, air quality, flood, climate, ensemble, and seasonal data from Open-Meteo's free tier.
Printed by Trevin Chow
openai-ads/pp-openai-adslatestThe first OpenAI Ads client that can write, and the only one that keeps local history.
Printed by bobe
openalex/pp-openalexlatestThe OpenAlex API provides access to a comprehensive catalog of scholarly works, authors, sources, institutions,...
Printed by Hiten Shah
openart/pp-openartlatestGenerate videos and images on OpenArt from the terminal. Spend your existing OpenArt credits across Seedance, Kling,...
Printed by Matt Van Horn
openbdap/pp-openbdaplatestIl catalogo Open Data della Ragioneria Generale dello Stato da terminale: ricerca offline, righe filtrate per nome di colonna leggibile e opere pubbliche cercabili per CUP, CIG o codice fiscale.
Printed by aborruso
openfda/pp-openfdalatestThe FDA safety data terminal. Every drug adverse event, device recall, food contamination, and product label the FDA...
Printed by H179922
openipa/pp-openipalatestSearch Italy's IndicePA for public administrations, PEC addresses, IPA codes, billing codes, and compliance details.
Printed by aborruso
openrouter/pp-openrouterlatestInspect OpenRouter models, providers, credits, activity, and cost attribution with local caching and agent-friendly output.
Printed by Rick van de Laar
openrouter-image/pp-openrouter-imagelatestEvery image model on OpenRouter, one key: generate, rank, estimate, and batch with a local cost ledger.
Printed by Kyle Neal
opensky/pp-openskylatestPublic OpenSky Network API (https://opensky-network.org/api).
Printed by Hunter Veltri
opensnow/pp-opensnowlatestHyper-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-ordertogolatestBrowse, cart, and place orders at any OrderToGo.com restaurant from the terminal — pure-Go agent-native client...
Printed by Matt Van Horn
oura/pp-ouralatestPersonal health data from the Oura Ring - sleep, readiness, daily activity, heart rate, workouts, SpO2, stress, and resilience.
Printed by ryanc00per
outlook-calendar/pp-outlook-calendarlatestThe first Outlook calendar CLI built for AI agents on personal Microsoft 365 accounts — with offline conflict...
Printed by Paul Brennaman
outlook-email/pp-outlook-emaillatestDrive your personal Microsoft 365 inbox from agents — read, send, sync, and run offline triage analytics that...
Printed by Paul Brennaman
overpass/pp-overpasslatestFind things worth photographing by name instead of by OpenStreetMap tag, with automatic failover across Overpass mirrors.
Printed by justinwfu
pagliacci/pp-pagliaccilatestOrder Seattle's Pagliacci Pizza from the terminal — half-and-half pies, small-party planner, slice rotation, and rewards stacking.
Printed by Trevin Chow
pangolin/pp-pangolinlatestThe first agent-native CLI for Pangolin — every endpoint, plus offline SQLite, cross-org audits.
Printed by CFinney
paperclip-self-hosted/pp-paperclip-self-hostedlatestMirror-read CLI for the self-hosted Paperclip board. Offline SQLite cache with FTS5 over issues/comments, agent-friendly compound queries, and a local MCP surface for the same endpoints.
Printed by cli-printing-press
parallel/pp-parallellatestAgent-native Parallel web research with a local SQLite memory no other Parallel CLI keeps.
Printed by Som Samantray
passage/pp-passagelatestA contemplative daily reading practice — open book APIs as your library, real public-domain passages to sit with, and a reading journal that's yours.
Printed by justinwfu
passive-indices/pp-passive-indiceslatestUnifies NSE's index data with the ETFs and index funds that track them — a join neither source site offers.
Printed by Mayank Lavania
paul-graham/pp-paul-grahamlatestStatic public essay index for paulgraham.com.
Printed by Deb Mukherjee
pbs/pp-pbslatestThe only machine-readable Pakistani price panel — every urban centre and essential item the Bureau prices weekly, accrued locally because the Bureau itself does not keep the series.
Printed by qazmataz
pcgs/pp-pcgslatestThe 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-locationlatestGeocode Dutch addresses, reverse-geocode coordinates, convert RD/WGS84, and query PDOK location data with offline helpers.
Printed by markvandeven
peekaboo/pp-peekaboolatestEvery Peekaboo deal, branch, and bank-card offer from the terminal — plus city-wide deal ranking, bank-card reverse lookup, and bulk branch map-link export the Peekaboo site has no button for.
Printed by qazmataz
peerspace/pp-peerspacelatestTech-event venue scout for Peerspace: rank fit, gap-check shortlists, and export proposal packs for Luma/Eventbrite.
Printed by nspage
peloton/pp-pelotonlatestRead-only Peloton workout, class, and structural-provider facts in a private local store.
Printed by Felix Banuchi
pexels/pp-pexelslatestEvery Pexels photo, video, and collection endpoint — plus a local store that adds quota forecasting, dedup-aware bulk download, and one-shot attribution exports no other Pexels tool has.
Printed by Vincent Colombo
pinecone/pp-pineconelatestEvery Pinecone API feature, plus local sync, snapshot history, and text-first search no other Pinecone tool has.
Printed by Som Samantray
pipedrive/pp-pipedrivelatestCRM for sales teams - deals, contacts, pipelines, activities, and organizations.
Printed by Deb Mukherjee
pixabay/pp-pixabaylatestEvery Pixabay search filter the API has — plus a 24-hour local cache, offline search, resumable downloads with built-in attribution, live rate-limit awareness, and agent-native JSON no other Pixabay tool ships.
Printed by Vincent Colombo
placeit/pp-placeitlatestEvery one of Placeit's 164k mockup, logo, video, and design templates — searchable, sortable by real popularity, and cached offline from your terminal, with catalog analytics Placeit's own UI can't do.
Printed by Vincent Colombo
plane/pp-planelatestThe Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.
Printed by Anton Sidorov aka anticodeguy
plexctl/pp-plexctllatest## Content Types The API supports responses in both XML and JSON.
Printed by Keith Herrington
podcast-goat/pp-podcast-goatlatestPull long-form podcast transcripts as speaker-labeled markdown — cookie-first across the four major paid...
Printed by Matt Van Horn
podcastindex/pp-podcastindexlatestThe only PodcastIndex tool that is agent-native and works offline: search, resolve, and analyse any podcast from one signed binary with a local mirror you can FTS and SQL.
Printed by adbonnet
podscan/pp-podscanlatestPodscan REST API — search 51M+ podcast episodes and 4.4M+ podcasts. Full transcripts, AI-extracted entities,...
Printed by Greg Van Horn
pointhound/pp-pointhoundlatestEvery Pointhound flight search, plus a local SQLite of every deal you've ever seen, balance-aware reachability, and...
Printed by salmonumbrella
pokeapi/pp-pokeapilatestFully 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
policy-intel/pp-policy-intellatestFederal rulemaking and policy intelligence recipes for Federal Register search, Regulations.gov dockets, comments, and open comment deadlines.
Printed by Dhilip Subramanian
pop/pp-poplatestPOP API for European electronic invoicing workflows. This Printing Press blueprint intentionally exposes only the...
Printed by Mirco Babini
posthog/pp-posthoglatestEvery PostHog resource in one CLI — with offline search, agent-native output, and cross-resource analytics no...
Printed by riteshtiwari
postman-explore/pp-postman-explorelatestPublic API network directory for discovering community collections, workspaces, and APIs.
Printed by Trevin Chow
prediction-goat/pp-prediction-goatlatestEvery Polymarket and Kalshi market in one slim agent-native CLI, with cross-venue topic search and screens no other...
Printed by Matt Van Horn
printgoat/pp-printgoatlatestSearch and reliably download 3D-print files across Printables and Thingiverse (plus search Cults3D) — with real resumable downloads and cross-site duplicate detection nothing else has.
Printed by Nate Olson
printify/pp-printifylatestCreate and audit Printify products with manifest-driven image uploads, personalization checks, and local proofing.
Printed by horknfbr
producthunt/pp-producthuntlatestRead 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
productive/pp-productivelatestFull Productive.io v2 API client — list/get across ~48 resource types, generic create/update/delete, 11 report types, and a local sync/search/export/tail data layer, plus first-class revenue-recognition commands (recognized-revenue, invoiced, reconcile, aging).
Printed by Derick Ng
psx/pp-psxlatestEvery PSX data-portal surface in one Go binary, plus the local price history the exchange itself throws away.
Printed by qazmataz
pushover/pp-pushoverlatestPushover from the terminal: send alerts, watch emergency receipts, inspect quota, and keep a redacted local...
Printed by Todd Dailey
pvgis/pp-pvgislatestThe free, single-binary PVGIS CLI — JRC solar-radiation and PV-yield estimates with offline cache, multi-site...
Printed by Roberto Bissanti
pypi/pp-pypilatestPyPI 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
qbo/pp-qbolatestFixture-first, read-only QuickBooks Online CLI for agents.
Printed by Martin Kessler
qsys/pp-qsyslatestQ-SYS product specs, configuration procedures, and connection guides in one local index - with equipment-list compatibility checks neither QSC website can do.
Printed by drummerms
quentli/pp-quentlilatestEvery Quentli payments, invoicing, and SAT tax-billing endpoint, plus offline collection, reconciliation, and at-risk-subscription intelligence no other Quentli tool has.
Printed by bobe
quickcommerce/pp-quickcommercelatestCompare live Indian product prices, stock, and delivery ETAs from the terminal, then keep the history locally.
Printed by Som Samantray
quranku/pp-qurankulatestEvery Al-Qur'an feature the app has, plus the Indonesian Tarjamah Tafsiriyah offline, a local database, offline search, a khatam plan, and a hifz tracker no other Qur'an tool has.
Printed by erikgunawans
raindrop/pp-raindroplatestComplete Raindrop.io control plus offline search, safe cleanup, and durable knowledge workflows.
Printed by srijits
rapidapi/pp-rapidapilatestRapidAPI Hub marketplace CLI - search APIs, browse categories & collections, inspect providers.
Printed by Som Samantray
rappi/pp-rappilatestThe first agent-native CLI for Rappi Mexico — read-only catalog browsing with offline SQLite snapshots, cross-city...
Printed by bobe
rechtspraak/pp-rechtspraaklatestThe first CLI for Dutch court decisions with rich local narrowing for long-tail legal keywords, an appeal-chain walker.
Printed by markvandeven
recipe-goat/pp-recipe-goatlatestSearch trusted recipe sites, rank results, save a local cookbook, and enrich nutrition data with USDA FoodData Central.
Printed by Trevin Chow
redfin/pp-redfinlatestSearch 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
redmine/pp-redminelatestEvery Redmine feature, plus a local mirror that finally answers the cross-project questions the Roadmap page never could.
Printed by Masu Lin
render/pp-renderlatestEvery Render endpoint, plus diff, drift, cost, audit, and orphan analytics no other Render tool ships.
Printed by Giuliano Giacaglia
reno-goat/pp-reno-goatlatestMulti-source renovation CLI — search, compare, price-watch, model-enrich, and project-track homeowner-visible renovation selections across 33 active sources plus 5 tracked stubs, with category routing and model intelligence across appliances, plumbing, electrical, HVAC, flooring, hardware, materials, furniture, and decor. No API keys required.
Printed by H179922
rentalcarspain/pp-rentalcarspainlatestFind your best rental car, fully insured, at any airport in Spain — zero-excess prices compared across DoYouSpain, Rentalcars and seven direct suppliers (mainland, Balearics and Canaries), ranked by real per-airport customer reviews, with price history and drop alerts.
Printed by serranoX
resend/pp-resendlatestThe full Resend API (100 endpoints across emails, broadcasts, audiences, contacts, domains, templates, webhooks)...
Printed by Giuliano Giacaglia
respondio/pp-respondiolatestEvery Respond.io feature, plus an offline mirror and SQL that answers inbox questions no single API call can.
Printed by bobe
restaurant365-odata/pp-restaurant365-odatalatestRead-only OpenAPI description for documented Restaurant365 OData v2 reporting views.
Printed by Dhilip Subramanian
retraction-checker/pp-retraction-checkerlatestCheck whether a paper is retracted, why, and what the current research says now — keyless, over Crossref and OpenAlex.
Printed by laci141
revenuecat/pp-revenuecatlatestEvery RevenueCat v2 endpoint, plus a local database, offline search.
Printed by Joseph Alvin Castillo
ridewithgps/pp-ridewithgpslatestYour whole Ride with GPS library, offline — bulk export, gear mileage, and ride analytics no other tool ships.
Printed by Greg Stellato
rightbrain/pp-rightbrainlatestThe first Rightbrain CLI that reaches past tasks — agents, approvals, evals, triggers and audit, plus a local mirror that makes credit spend and latency regressions queryable.
Printed by Farouk Umar
roadside-america/pp-roadside-americalatestEvery offbeat roadside attraction on RoadsideAmerica.
Printed by David Bryson
roam/pp-roamlatestEvery Roam HQ surface — chat, transcripts, On-Air events, SCIM, webhooks — in one local-first CLI with offline...
Printed by Greg Van Horn
robinhood/pp-robinhoodlatestWelcome to Robinhood Crypto Trading API documentation for traders and developers!
Printed by zaydiscold
roblox/pp-robloxlatestInvestigate Roblox's fragmented public web data from one agent-friendly CLI.
Printed by Kieran Maynard
rundown/pp-rundownlatestSearch the community's AI workflows offline, and rank them by week - two things the site's own API cannot do.
Printed by Abdelrahman Shaaban
running-race-results/pp-running-race-resultslatestLook up running race results across NYRR, Mika Timing, Athlinks, and RaceResult by fuzzy race name, bib, runner name, or athlete history.
Printed by Jiahong Chen
safari-history/pp-safari-historylatestReverse-engineered from the hand-built safari-history-pp-cli command/data shape.
Printed by Vinny Pasceri
salesloft/pp-salesloftlatestRead-first Salesloft API surface for agent workflows, based on the public Salesloft v2 developer documentation.
Printed by Deb Mukherjee
sarvam/pp-sarvamlatestEvery Sarvam AI model on your terminal — translate, speak, transcribe, chat, and extract documents in 22 Indian languages, with a local history that compounds.
Printed by Som Samantray
scientific-consensus/pp-scientific-consensuslatestAggregate PubMed, OpenAlex, Crossref, and Europe PMC into evidence summaries, consensus scores, and study-design pyramids no single search tool produces.
Printed by laci141
scrape-creators/pp-scrape-creatorslatestThe 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
scrape-do/pp-scrape-dolatestThe first CLI for Scrape-do with Google SERP scraping plus a credit and concurrency governor.
Printed by Charles Garrison
screener/pp-screenerlatestEvery Screener.in feature, plus offline search, screen intersections, and a local fundamentals mirror no other tool has.
Printed by Som Samantray
scryfall/pp-scryfalllatestMagic: The Gathering card database CLI: search, prices, rulings, sets, and batch collection valuation against api.scryfall.com (keyless).
Printed by Hunter Veltri
sculptok/pp-sculptoklatestSculptOK AI depth-map, relief, STL and 3D generation CLI.
Printed by Vincent Colombo
sea-airport-parking/pp-sea-airport-parkinglatestCheck, track, and get alerted on SEA's official on-airport Reserved garage — with a local price/availability history and sold-out watch that no site or aggregator has.
Printed by Omar Shahine
seats-aero/pp-seats-aerolatestSearch Seats.aero award-flight availability, route coverage, mileage-program feeds, and trip details from the terminal.
Printed by Cathryn Lavery
sec-edgar/pp-sec-edgarlatestEvery SEC filing, every XBRL fact, every insider trade — synced into a local SQLite store you can pivot, search,...
Printed by Chris Drit
seek/pp-seeklatestEvery SEEK search and job-detail feature, plus a local job history, salary distributions, and hiring trends no other SEEK tool has.
Printed by Paul Siola
semrush/pp-semrushlatestEvery Semrush Analytics + Projects feature, plus a local SQLite store and cross-domain joins no other Semrush tool has.
Printed by Charles Garrison
sendfox/pp-sendfoxlatestAgent-ready SendFox CLI and MCP server for contacts, lists, campaigns, automations, and forms, with local sync, growth and audience-health reporting, migration analysis, and guarded writes.
Printed by Cathryn Lavery
sendgrid/pp-sendgridlatestEvery Twilio SendGrid endpoint, plus offline suppression diffs, stats time-series rollups, and a template-variable...
Printed by Nathan Kettles
sensortower/pp-sensortowerlatestEvery free Sensor Tower ranking, plus the rank history the dashboard forgets the moment you close the tab.
Printed by waveriderai
sentry/pp-sentrylatestInspect Sentry organizations, projects, issues, events, releases, and Seer metadata for error tracking and performance monitoring.
Printed by Cathryn Lavery
servicetitan-pricebook/pp-servicetitan-pricebooklatestSync ServiceTitan Pricebook services, materials, equipment, vendors, markups, warranties, and cost-drift audits.
Printed by Pierce
setlist-fm/pp-setlist-fmlatestSearch setlist.fm artists, setlists, venues, cities, and concert histories through the setlist.fm API.
Printed by Dave Morin
shelters/pp-shelterslatestCredible, real-time disaster shelter information for AI agents and people.
Printed by Abe Diaz (@abe238)
shipsgo/pp-shipsgolatestEvery ShipsGo endpoint, plus an RFQ workspace, lane analytics, and an offline shipment book no other tool offers.
Printed by WerkstoffClub
shodhganga/pp-shodhgangalatestStructured, scriptable, agent-native access to India's national reservoir of PhD theses — the machine API Shodhganga never shipped.
Printed by Vikas
shopify/pp-shopifylatestOperate a Shopify store with Admin GraphQL commands, local sync, analytics, bulk exports, and ShopifyQL reporting.
Printed by Cathryn Lavery
shopper/pp-shopperlatestThe first CLI for Shopper — every catalog, cart.
Printed by educrvz
shopping/pp-shoppinglatestEvery LemmeBuyIt retail endpoint, plus a local store that compares one UPC across 70+ retailers.
Printed by NicholasSpisak
simplefin/pp-simplefinlatestPull every bank, card, and brokerage account through SimpleFIN into a local SQLite ledger — with net worth, cash flow, recurring-charge detection, and holdings gain/loss no single bank app can show.
Printed by Todd Dailey
skool/pp-skoollatestEvery Skool community feature, plus a local SQLite mirror, FTS, and cross-community ops no other Skool tool ships.
Printed by Zain Haseeb
slack/pp-slacklatestSend messages, search conversations, monitor channels, and manage your Slack workspace from the terminal.
Printed by Matt Van Horn
slickdeals/pp-slickdealslatestSlickdeals frontpage, coupons, and recommendations from your terminal — agent-native, MCP-compatible, locally...
Printed by David He
smartlead/pp-smartleadlatestEvery SmartLead API feature, plus a local mirror that answers campaign-health, silent-lead, and cross-campaign...
Printed by bossriceshark
sncf-connect/pp-sncf-connectlatestnavitia.io is the open API for building cool stuff with mobility data.
Printed by jmbernabotto
snipd/pp-snipdlatestTurn your Snipd snips into a local, ranked, full-text-searchable corpus — search a concept across every note, quote, and transcript, pull the exact quote, and synthesize across shows from the command line, plus an MCP for agents.
Printed by Maxime Delavergne
soccer-goat/pp-soccer-goatlatestType any player or club and get market value, EA FC rating, potential, and stats in one report, joined across sources that live in separate walled silos.
Printed by Matt Van Horn
splitwise/pp-splitwiselatestEvery Splitwise feature, plus an offline SQLite ledger that powers balance, debt-aging, spend analytics.
Printed by Vinny Pasceri
spotify/pp-spotifylatestAn agent-native Spotify CLI with a SQLite-backed local library that lets you ask listening-drift questions no other...
Printed by Rob Zehner
sprocket/pp-sprocketlatestYour youth-soccer club's schedule, teams, and dues from the terminal — with merged multi-kid agendas, conflict detection, and iCal export no dashboard gives you.
Printed by Greg Stellato
square/pp-squarelatestThe current Square v2 API surface, plus local reconciliation and history the remote API cannot provide by itself.
Printed by matthew.martin
squarespace/pp-squarespacelatestSquarespace Commerce plus browser-backed account domains, DNS, email forwarding, and billing reads.
Printed by Zayd
stac/pp-staclatestThe first Go single-binary STAC CLI: every search filter the Python tools have, plus an offline cache, scene ranking, coverage, and asset resolution no other STAC tool offers.
Printed by ghltshubh
stackadapt/pp-stackadaptlatestThe first agent-native StackAdapt CLI: pacing, delivery drift.
Printed by Dhilip Subramanian
steam-web/pp-steam-weblatestLook up Steam players, games, achievements, friends, and stats from the command line.
Printed by Trevin Chow
strava/pp-stravalatestEvery Strava feature, plus offline analytics — training load, power curves, zone time.
Printed by azaaron
stripe/pp-stripelatestEvery 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-substacklatestRun your Substack growth loop from the command line — publish, schedule, engage.
Printed by Chirantan Rajhans
substack-reader/pp-substack-readerlatestRead any Substack publication as a local, full-text-searchable corpus — keyless for free posts, your own session for what you subscribe to.
Printed by Maxime Delavergne
sumble/pp-sumblelatestEvery Sumble v6 feature, plus the credit-awareness the API itself won't give you.
Printed by Kostas Pardalis
suno/pp-sunolatestThe correct, offline-first Suno CLI — every feature the abandoned clients have, plus a local SQLite library.
Printed by Matt Van Horn
supabase/pp-supabaselatestEvery Supabase runtime endpoint — PostgREST CRUD, Auth Admin, Storage objects, Edge Function invoke — plus the...
Printed by Giuliano Giacaglia
superhuman/pp-superhumanlatestThe 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
supermemory-admin/pp-supermemory-adminlatestThe Memory API for the AI era.
Printed by Hiten Shah
suppco/pp-suppcolatestRead-only SuppCo stack facts with a deterministic, provenance-bearing regimen snapshot export.
Printed by Felix Banuchi
surfline/pp-surflinelatestEvery Surfline forecast, scriptable from your terminal — plus multi-spot ranking, a local forecast journal, and cron-able alerts no Surfline tool has.
Printed by Shoffner
surgegraph/pp-surgegraphlatestSurgeGraph 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
sutra-fitness/pp-sutra-fitnesslatestEvery Sutra (Arketa) Partner API resource, plus a local data mirror and the studio analytics the dashboard buries — no-show rates, capacity, churn, and revenue you can finally query.
Printed by adam-birddog
swiggy/pp-swiggylatestEvery Swiggy Builders Club tool, one persistent OAuth session, and a local order history no Swiggy surface shows you.
Printed by Som Samantray
synology/pp-synologylatestQuery and operate Synology DSM NAS units - system health, storage, SMART, shares, users.
Printed by smoochy
table-reservation-goat/pp-table-reservation-goatlatestOne 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-techmemelatestTech 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
techtwitter/pp-techtwitterlatestEvery Tech Twitter read endpoint, plus an offline-searchable local mirror and cited evidence bundles no other tool has.
Printed by danielkhunter
tella/pp-tellalatestEvery Tella API operation behind one CLI, with a local SQLite store, FTS5 transcript search, and webhook tooling...
Printed by Greg Ceccarelli
tenderned/pp-tendernedlatestEvery 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-teslalatestEvery Tesla mobile-app feature, plus a charging-cost ledger and supercharger queue watcher no other Tesla CLI ships.
Printed by Matt Van Horn
teslatracker/pp-teslatrackerlatestEvery used Tesla TeslaTracker lists, in a local store that answers questions the site cannot — price paths, cohort placement, warranty left, and what already left the lot.
Printed by michegz
tessie/pp-tessielatestLive Tesla vehicle data and commands from the terminal via the Tessie API.
Printed by Keith Herrington
texas-roadhouse/pp-texas-roadhouselatestWaitlist CLI for Texas Roadhouse. Find a nearby store, read the quote, join and leave the list.
Printed by Thomas McCormick
thelancet/pp-thelancetlatestSearch Lancet articles offline and analyze author impact, institutional networks, and editorial trends — powered by the free OpenAlex scholarly graph.
Printed by laci141
ticketdata/pp-ticketdatalatestEvery TicketData price signal for any event, performer, or venue, plus a local price-history store for trend math, drift alerts, and cross-event comparisons no ticket tool ships.
Printed by Matt Van Horn
ticketmaster/pp-ticketmasterlatestEvery Discovery v2 endpoint plus offline search, multi-venue watchlists, residency dedup, and on-sale tracking no...
Printed by Omar Shahine
ticktick/pp-tickticklatestEvery TickTick surface — tasks, habits, focus, daily notes — with a corruption-proof daily-note contract and offline analytics no other TickTick tool has.
Printed by Harvey The AI Guy
tidycal/pp-tidycallatestManage TidyCal scheduling data: bookings, contacts, booking types, team calendars, schedule briefs, triage, and availability shortlists.
Printed by Cathryn Lavery
tiimo/pp-tiimolatestYour Tiimo plan, finally exportable, queryable, and yours.
Printed by Vincent Colombo
tiktok-shop/pp-tiktok-shoplatestUse TikTok Shop Seller API workflows for auth, shops, orders, products, inventory search, fulfillment, warehouses, and safe write preflights.
Printed by Cathryn Lavery
toodledo/pp-toodledolatestEvery Toodledo feature from the terminal, plus an offline SQLite mirror, GTD reviews, and rate-budget-aware sync that no other Toodledo tool has.
Printed by wwilson1017
travelclick/pp-travelclicklatestSearch any TravelClick-powered hotel's own rates directly -- room types, rate plans, fee-inclusive pricing, and the cheapest night to book -- without opening a browser tab per property.
Printed by Allen Lew
trendhunter/pp-trendhunterlatestEvery 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-devlatestDurable background jobs and AI agent orchestration — runs, schedules, deployments, batches, queues, waitpoints, env vars, and TRQL analytics.
Printed by Matt Van Horn
tripadvisor/pp-tripadvisorlatestEvery Tripadvisor Content API endpoint.
Printed by David Bryson
trustpilot/pp-trustpilotlatestEvery Trustpilot review surface, plus the local SQLite database and balanced good-and-bad agent bundle no other...
Printed by Matt Van Horn
twelvelabs/pp-twelvelabslatestUpload, index, search, summarize, embed, and analyze video with TwelveLabs, including editor-ready briefs and waitable workflows.
Printed by Cathryn Lavery
twilio/pp-twiliolatestEvery Twilio Core feature, plus offline message and call history, FTS, and SQL-grade analytics no other Twilio tool...
Printed by Stephan Stoeber
twitch/pp-twitchlatestTwitch Helix API.
Printed by ryanc00per
ucp/pp-ucplatestA Go CLI for Google's Universal Commerce Protocol — talk to UCP merchants over REST or MCP.
Printed by david
ufo-goat/pp-ufo-goatlatestBrowse, search, and download declassified UAP files from the War.gov PURSUE archive.
Printed by Dave Morin
uk-train-goat/pp-uk-train-goatlatestThe only Go-native, agent-native, MCP-exposed UK rail CLI; live boards, journey planning.
Printed by Sachin Ahuja
unifi/pp-unifilatestEvery UniFi Network API operation, plus drift detection, topology, and rule prediction no other UniFi tool has.
Printed by Ricardo Cabral
unipile/pp-unipilelatestEvery Unipile endpoint as a typed command, plus a local mirror that makes cross-provider search possible and an invitation ledger that shows how much LinkedIn headroom you have left.
Printed by fuushyn
us-data/pp-us-datalatestOfficial US public data recipes for CPI, unemployment, Census population lookups, BEA industry setup, and region-comparison briefs.
Printed by Dhilip Subramanian
usgs-earthquakes/pp-usgs-earthquakeslatestEvery 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-tsdrlatestBeginning on October 2, 2020, you will need an API key to access the TSDR REST API See...
Printed by H179922
utah-pmn/pp-utah-pmnlatestOne command to sweep Utah public-meeting notices for land-use approvals — county-wide, agenda-scanned, and diffed against what you've already seen.
Printed by Paul Gradeff
v0/pp-v0latestGenerate and iterate on web apps with v0 from the terminal: create chats from prompts, stream agent output, sync history to a local SQLite mirror, and track credit spend across models.
Printed by Som Samantray
vagaro/pp-vagarolatestEvery Vagaro discovery feature, plus the marketplace-wide availability search, price comparison, and local database no Vagaro tool has.
Printed by Trevin Chow
vehicle-safety/pp-vehicle-safetylatestBuild source-attributed vehicle safety dossiers, honest comparisons, and recall-change reports from NHTSA data.
Printed by avanderheyde
vercel-admin/pp-vercel-adminlatestAgent-ready Vercel admin CLI for deployments, projects, domains, environment variables, teams, logs, and operator briefs.
Printed by hnshah
vestaboard/pp-vestaboardlatestRead, preview, render, and write Vestaboard messages from the terminal, including character-code lookup for precise board output.
Printed by Cathryn Lavery
visit-detroit-blog/pp-visit-detroit-bloglatestDetroit's official "Inside the D" blog as a CLI — every article searchable offline.
Printed by stanrails
wahoo/pp-wahoolatestEvery Wahoo Cloud API capability, plus the local training database and offline analysis Wahoo's app never gives you.
Printed by Greg Stellato
walkingpad/pp-walkingpadlatestWalkingPad device CLI.
Printed by Trevin Chow
wanderlog/pp-wanderloglatestClone shared Wanderlog plans into editable trips, then mine guides and places for agent-ready planning.
Printed by zjsng
wanderlust-goat/pp-wanderlust-goatlatestWanderlust 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-wavespeedlatestRun WaveSpeed AI models with schema-aware inputs, prompt shortcuts, price estimates, wait/download helpers, aliases, and media uploads.
Printed by Cathryn Lavery
weather-goat/pp-weather-goatlatestWeather forecasts, severe weather alerts, air quality, and GO/CAUTION/STOP activity verdicts for walk, bike, hike, commute, and drive.
Printed by Trevin Chow
weaviate-collections/pp-weaviate-collectionslatestFull collection-config control for Weaviate Cloud, plus schema history, drift diffing, and lint that no other Weaviate tool has.
Printed by SomSamantray
webflow/pp-webflowlatestThe whole Webflow Data API, plus a local database that lets you audit SEO, diff staging against live, and preview a publish before you trigger it.
Printed by Kerry Morrison
whoop/pp-whooplatestFetch WHOOP recovery, strain, sleep, workout, cycle, profile, and body-measurement data with OAuth-backed API access.
Printed by Greg Van Horn
wikipedia/pp-wikipedialatestWikipedia 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
withings/pp-withingslatestEvery Withings metric in one offline-first, agent-native CLI — with a local SQLite mirror and recomposition, recovery, sleep-debt and clinician-report analytics no Withings tool has.
Printed by Greg Stellato
wolt/pp-woltlatestBrowse-only Wolt consumer CLI.
Printed by Amit
woolworths/pp-woolworthslatestEvery Woolworths catalogue, specials, store and trolley surface, plus a local price history that can tell a genuine half-price from an inflated was-price.
Printed by Richard Gill
woot/pp-wootlatestSearch Woot's live All Deals catalog with filters, prices, offline full-text search, and read-only GraphQL access.
Printed by Matthew Vassallo
wordpress/pp-wordpresslatestWP-CLI-grade control over any WordPress site through plain HTTPS — no SSH, no server-side plugin, one static binary.
Printed by bobe
workspace-admin/pp-workspace-adminlatestGAT-style Google Workspace auditing as an agent-native CLI: sync Directory, Drive, Gmail, Reports, and Alert Center into a local store, then run offline cross-API audits, offboarding, and OAuth-app risk checks that GAM and the official gws CLI cannot persist.
Printed by RyanGravetteIDLA
world-bank/pp-world-banklatestEvery World Bank indicator, queryable offline, with cross-country SQL and rankings no wrapper has.
Printed by Luke J
worten/pp-wortenlatestLocal OpenAPI seed extracted from the working housebuy Worten CLI.
Printed by Alexandre Santos
x-twitter/pp-x-twitterlatestUse X/Twitter with local searchable archives, post and conversation resolvers, collections, analytics, MCP tools, and tier diagnostics.
Printed by Cathryn Lavery
xai/pp-xailatestREST API for xAI compatible with other providers.
Printed by Cathryn Lavery
xero/pp-xerolatestFixture-first, read-only Xero CLI for agents.
Printed by Jeff DeBolt
yahoo-finance/pp-yahoo-financelatestQuotes, 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
yeswehack/pp-yeswehacklatestEvery YesWeHack researcher feature, plus an offline SQLite-backed cockpit for scope cartography, drift detection,...
Printed by Matt Van Horn
ynab/pp-ynablatestEvery YNAB feature, plus a local mirror that makes reconciliation, payee trend analysis, and a ready-made ProjectionLab export instant instead of manual.
Printed by Mike Snow
youtube/pp-youtubelatestSearch YouTube in bulk, grab transcripts, get embed snippets — for the photo-keywords-to-blog-post workflow.
Printed by Justin
zameen/pp-zameenlatestSearch Zameen.com property listings from your terminal — real filters, an offline SQLite mirror, saved-search monitoring, and price-drop alerts no scraper offers.
Printed by qazmataz
zillow/pp-zillowlatestOfficial Zillow Research data, normalized for explainable housing-market decisions.
Printed by Hunter Veltri
zimmo/pp-zimmolatestBelgian real estate from Zimmo with exact addresses, sold comps, commune prices per m² and a local store for deal sourcing.
Printed by sambassio
zoho-expense/pp-zoho-expenselatestUpload receipts, auto-tag expenses from learned merchant memory.
Printed by Amitav Khandelwal
zoom/pp-zoomlatestThe first Zoom CLI that joins your local desktop app, your on-disk recordings, and your cloud account into one...
Printed by Jacken
zotero-research-library/pp-zotero-research-librarylatestYour entire Zotero research library, searchable offline — version-based incremental sync into SQLite with full-text search no other Zotero tool has.
Printed by Eric Rash

Binary-only install

If you only want the binary and not the companion skill, install directly with Go 1.26.5 or newer:

go install github.com/mvanhorn/printing-press-library/<path>/cmd/<binary>@latest

A 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@latest

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

If a CLI needs credentials, the focused skill and the per-CLI README document the required environment variables.

Repo structure

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.

What endorsed means

Published tools in this repo are validated at publication time and during deliberate baseline sweeps against:

  1. Generation from an API spec or captured interface through the CLI Printing Press
  2. Validation checks: build, vet, reachable Go vulnerability scan, help, version, plus the structural dogfood and runtime verify gates
  3. Provenance capture through .printing-press.json and .manuscripts/

Some tools are refined after generation. The generated artifacts remain in the tool directory so the provenance stays inspectable.

Contributing

See CONTRIBUTING.md. For deeper architecture, see AGENTS.md.

License

MIT

关于 About

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

语言 Languages

Go98.9%
HTML0.9%
JavaScript0.0%
Makefile0.0%
TypeScript0.0%
Python0.0%
Shell0.0%
R0.0%
PowerShell0.0%
Tape0.0%
Batchfile0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
3766
Total Commits
峰值: 329次/周
Less
More

核心贡献者 Contributors