pp-flight-goat
mvanhorn/printing-press-library · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por mvanhorn/printing-press-library no skills.sh. Instale com: npx skills add mvanhorn/printing-press-library@pp-flight-goat
Details
- Kind
- Agent skills
- Topic
- Maps, weather & travel
- Publisher
- mvanhorn
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 1,987
- Forks
- 608
- Open pull requests
- 40
- Last push
- 2026-09-04T16:40:25Z
- Repository state
- ativo
- Language
- Go
- Added
- 2026-08-30 15:21:39
- Updated
- 2026-09-08 15:03:24
- Origin id
mvanhorn/printing-press-library/pp-flight-goat
README
# 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](https://github.com/mvanhorn/cli-printing-press) prints those CLIs. This repo is the catalog of CLIs already printed and ready to install. <!-- catalog-counts:begin --> <!-- this line is generated by tools/generate-registry; do not hand-edit --> 503 CLIs across 22 categories. <!-- catalog-counts:end --> Browse them all at [printingpress.dev](https://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: ```bash clawhub install printing-press-library ``` Humans and agents on Vercel Agent Skills-compatible harnesses can install the same discovery skill from this repo: ```bash npx skills add mvanhorn/printing-press-library/skills/printing-press-library -g -y ``` Or from the repo root by selecting the catalog skill explicitly: ```bash npx skills add mvanhorn/printing-press-library -g -y --skill printing-press-library ``` Hermes users can install it from the command line: ```bash hermes skills install mvanhorn/printing-press-library/skills/printing-press-library ``` Or from inside the Hermes chat TUI: ```text /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: ```bash npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g -y ``` For Hermes from the command line: ```bash hermes skills install mvanhorn/printing-press-library/cli-skills/pp-espn ``` For Hermes from inside the chat TUI: ```text /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: ```bash 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`](library/media-and-entertainment/espn/) (live sports), [`flight-goat`](library/travel/flightgoat/) (flight search), [`movie-goat`](library/media-and-entertainment/movie-goat/) (movie discovery), [`recipe-goat`](library/food-and-dining/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: ```bash npx -y @mvanhorn/printing-press-library install espn ``` Several at once (bundles and CLI names mix freely): ```bash 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: ```bash 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: ```bash 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: ```bash npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g ``` Then use the focused slash skill directly: ```text /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`](registry.json). Each row links to the tool source, its focused direct-install skill, and the latest release. <!-- catalog:begin --> <!-- this section is generated by tools/generate-registry; do not hand-edit --> | Name | Skill | Release | What it does | |------|-------|---------|--------------| | [`1688`](library/commerce/1688/) | [`/pp-1688`](cli-skills/pp-1688/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/1688-current) | The 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.<br><sub>Printed by [Hamza Qazi](https://github.com/qazmataz)</sub> | | [`1password`](library/auth/1password/) | [`/pp-1password`](cli-skills/pp-1password/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/1password-current) | Agent-safe command layer over the official 1Password CLI and SDK service-account workflows.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`3cx-xapi`](library/social-and-messaging/3cx-xapi/) | [`/pp-3cx-xapi`](cli-skills/pp-3cx-xapi/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/3cx-xapi-current) | Every 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.<br><sub>Printed by [Richard Gill](https://github.com/therichardgill)</sub> | | [`adguard-home`](library/monitoring/adguard-home/) | [`/pp-adguard-home`](cli-skills/pp-adguard-home/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/adguard-home-current) | AdGuard Home REST-ish API. Our admin web interface is built on top of this REST-ish API.<br><sub>Printed by [Eric Jung](https://github.com/e-jung)</sub> | | [`adminbyrequest`](library/devices/adminbyrequest/) | [`/pp-adminbyrequest`](cli-skills/pp-adminbyrequest/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/adminbyrequest-current) | Sync Admin By Request audit, event, inventory, and elevation-request data for approvals, quota checks, and admin-risk reports.<br><sub>Printed by [joltsconsulting](https://github.com/joltsconsulting)</sub> | | [`agent-capture`](library/developer-tools/agent-capture/) | [`/pp-agent-capture`](cli-skills/pp-agent-capture/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/agent-capture-current) | Record, screenshot, and convert macOS windows and screens for AI agent evidence.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`agent-desktop`](library/developer-tools/agent-desktop/) | [`/pp-agent-desktop`](cli-skills/pp-agent-desktop/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/agent-desktop-current) | Printing Press bridge for the Rust agent-desktop desktop automation CLI.<br><sub>Printed by [Lahfir](https://github.com/lahfir)</sub> | | [`agentmail`](library/social-and-messaging/agentmail/) | [`/pp-agentmail`](cli-skills/pp-agentmail/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/agentmail-current) | AgentMail operations with local memory, safe sends, and fleet-wide insight.<br><sub>Printed by [Som Samantray](https://github.com/SomSamantray)</sub> | | [`agentpool`](library/developer-tools/agentpool/) | [`/pp-agentpool`](cli-skills/pp-agentpool/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/agentpool-current) | AgentPool control-plane companion with setup checks, capacity guidance, and official CLI delegation.<br><sub>Printed by [sidduHERE](https://github.com/sidduHERE)</sub> | | [`agoda`](library/travel/agoda/) | [`/pp-agoda`](cli-skills/pp-agoda/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/agoda-current) | Search Agoda hotels with the true all-in price, and re-rank by what you will actually pay.<br><sub>Printed by [Victor Wibisono](https://github.com/devacto)</sub> | | [`ahrefs`](library/marketing/ahrefs/) | [`/pp-ahrefs`](cli-skills/pp-ahrefs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/ahrefs-current) | Explore Ahrefs SEO data from the terminal: backlinks, keywords, rank tracking, site audits, SERPs, usage limits, and crawler IP ranges.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`air-quality`](library/other/air-quality/) | [`/pp-air-quality`](cli-skills/pp-air-quality/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/air-quality-current) | Source-aware air-quality recipes for OpenAQ v3 measurements, nearby monitor discovery, point comparison, and AirNow AQI setup/observations.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`airbnb`](library/travel/airbnb/) | [`/pp-airbnb`](cli-skills/pp-airbnb/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/airbnb-current) | Search Airbnb and VRBO, find the host's direct booking site, and report the cheapest of three sources side-by-side.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`airbyte-admin`](library/cloud/airbyte-admin/) | [`/pp-airbyte-admin`](cli-skills/pp-airbyte-admin/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/airbyte-admin-current) | Read-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.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`airflow-admin`](library/developer-tools/airflow-admin/) | [`/pp-airflow-admin`](cli-skills/pp-airflow-admin/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/airflow-admin-current) | Read-first Apache Airflow operations CLI for DAG inventory, DAG run history, task instance inspection, pool capacity, metadata sync, search, and runtime health checks.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`airframe`](library/developer-tools/airframe/) | [`/pp-airframe`](cli-skills/pp-airframe/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/airframe-current) | Aircraft forensics from open public records — tail-number dossiers, fleet research, model-level safety, and NTSB event archaeology.<br><sub>Printed by [Chris Drit](https://github.com/ChrisDrit)</sub> | | [`airhint`](library/travel/airhint/) | [`/pp-airhint`](cli-skills/pp-airhint/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/airhint-current) | AirHint flight price prediction API — buy/wait recommendations for airline tickets.<br><sub>Printed by [jvm](https://github.com/jvm)</sub> | | [`alaska-airlines`](library/travel/alaska-airlines/) | [`/pp-alaska-airlines`](cli-skills/pp-alaska-airlines/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/alaska-airlines-current) | Search Alaska Airlines flights, manage Atmos Rewards data, and build checkout-ready cart links from the terminal.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`algolia`](library/developer-tools/algolia/) | [`/pp-algolia`](cli-skills/pp-algolia/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/algolia-current) | Every Algolia feature, plus offline search and a local database no other Algolia tool has.<br><sub>Printed by [Som Samantray](https://github.com/SomSamantray)</sub> | | [`allrecipes`](library/food-and-dining/allrecipes/) | [`/pp-allrecipes`](cli-skills/pp-allrecipes/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/allrecipes-current) | Search and fetch Allrecipes recipes as structured data, scale ingredients, build grocery lists, rank by Bayesian-smoothed popularity, and clear Cloudflare with a Chrome session cookie.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`alltrails`](library/travel/alltrails/) | [`/pp-alltrails`](cli-skills/pp-alltrails/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/alltrails-current) | Evidence-labeled, live-capable route map for AllTrails browser/mobile surfaces. Not an official API contract.<br><sub>Printed by [zaydiscold](https://github.com/zaydiscold)</sub> | | [`amazon-ads`](library/commerce/amazon-ads/) | [`/pp-amazon-ads`](cli-skills/pp-amazon-ads/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/amazon-ads-current) | Plan, measure, and tune Amazon Ads campaigns with OAuth profiles, reports, profitability math, keyword recommendations, and guarded automation.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`amazon-jobs`](library/productivity/amazon-jobs/) | [`/pp-amazon-jobs`](cli-skills/pp-amazon-jobs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/amazon-jobs-current) | Every Amazon.jobs feature, plus a local job store, new-since diffing, and aggregation Amazon's own site can't do — no login required.<br><sub>Printed by [qazmataz](https://github.com/qazmataz)</sub> | | [`amazon-orders`](library/commerce/amazon-orders/) | [`/pp-amazon-orders`](cli-skills/pp-amazon-orders/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/amazon-orders-current) | Walk your Amazon order history offline — every order, item, shipment, and dollar in a local SQLite store no other...<br><sub>Printed by [Brian Wishan](https://github.com/bwishan)</sub> | | [`amazon-seller`](library/commerce/amazon-seller/) | [`/pp-amazon-seller`](cli-skills/pp-amazon-seller/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/amazon-seller-current) | Run Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`american-reindustrialization`](library/other/american-reindustrialization/) | [`/pp-american-reindustrialization`](cli-skills/pp-american-reindustrialization/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/american-reindustrialization-current) | Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector...<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`amplitude`](library/marketing/amplitude/) | [`/pp-amplitude`](cli-skills/pp-amplitude/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/amplitude-current) | Read-first Amplitude Analytics API surface for exports, cohorts, events, users, and chart-style analytics queries.<br><sub>Printed by [Deb Mukherjee](https://github.com/debgotwired)</sub> | | [`anac-pl`](library/other/anac-pl/) | [`/pp-anac-pl`](cli-skills/pp-anac-pl/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/anac-pl-current) | Cerca bandi, esiti e avvisi di gara della piattaforma ANAC dalla riga di comando, con dettaglio JSON, cronologia, store locale e ricerca offline.<br><sub>Printed by [aborruso](https://github.com/aborruso)</sub> | | [`ankiweb`](library/education/ankiweb/) | [`/pp-ankiweb`](cli-skills/pp-ankiweb/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/ankiweb-current) | The only terminal-native way to search, rank.<br><sub>Printed by [Paul Bockewitz](https://github.com/paulb)</sub> | | [`anylist`](library/food-and-dining/anylist/) | [`/pp-anylist`](cli-skills/pp-anylist/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/anylist-current) | Every AnyList feature in your terminal — plus offline search, store routing, and cron-safe automations no mobile...<br><sub>Printed by [Jeeves](https://github.com/jeeves)</sub> | | [`aol-puglia`](library/other/aol-puglia/) | [`/pp-aol-puglia`](cli-skills/pp-aol-puglia/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/aol-puglia-current) | Accesso pubblico all'Albo Pretorio Online delle 13 aziende sanitarie pugliesi: ricerca atti, download allegati, esportazione CSV. Zero config: autenticazione OAuth2 automatica.<br><sub>Printed by [aborruso](https://github.com/aborruso)</sub> | | [`apartments`](library/other/apartments/) | [`/pp-apartments`](cli-skills/pp-apartments/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/apartments-current) | Search Apartments.com listings, sync results to a local SQLite store, and run workflows the website never built — diff saved searches, rank by $/sqft, compare shortlists, and surface price drops or phantom listings.<br><sub>Printed by [rderwin](https://github.com/rderwin)</sub> | | [`apify`](library/developer-tools/apify/) | [`/pp-apify`](cli-skills/pp-apify/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/apify-current) | Every Apify platform feature, plus a local SQLite store, cross-Actor search, novelty diffing, cost-aware runs, and...<br><sub>Printed by [Kevin Magnan](https://github.com/kjmagnan1s)</sub> | | [`apple-docs`](library/developer-tools/apple-docs/) | [`/pp-apple-docs`](cli-skills/pp-apple-docs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/apple-docs-current) | Every Apple framework, indexed locally, with deprecation analysis and an MCP server no other Apple-docs tool has.<br><sub>Printed by [Joseph Alvin Castillo](https://github.com/jcastillo725)</sub> | | [`apple-search-ads`](library/developer-tools/apple-search-ads/) | [`/pp-apple-search-ads`](cli-skills/pp-apple-search-ads/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/apple-search-ads-current) | Every Apple Search Ads feature, plus local cost analytics, bid optimization, and cross-org templating no Python CLI offers.<br><sub>Printed by [Ryan Kelley](https://github.com/rk-labs-tech)</sub> | | [`archive-is`](library/media-and-entertainment/archive-is/) | [`/pp-archive-is`](cli-skills/pp-archive-is/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/archive-is-current) | Bypass paywalls and look up web archives via archive.today. Hero command: find or create an archive for any URL with lookup-before-submit, Wayback Machine fallback, and agent-hints on stderr when called non-interactively.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`ars-sicilia`](library/other/ars-sicilia/) | [`/pp-ars-sicilia`](cli-skills/pp-ars-sicilia/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/ars-sicilia-current) | L'unica CLI per il portale dell'Assemblea Regionale Siciliana: cerca.<br><sub>Printed by [aborruso](https://github.com/aborruso)</sub> | | [`art-goat`](library/media-and-entertainment/art-goat/) | [`/pp-art-goat`](cli-skills/pp-art-goat/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/art-goat-current) | A contemplative daily art practice with museum and astronomy APIs as your gallery.<br><sub>Printed by [justinwfu](https://github.com/justinwfu)</sub> | | [`arxiv`](library/other/arxiv/) | [`/pp-arxiv`](cli-skills/pp-arxiv/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/arxiv-current) | Public Atom API for searching and fetching arXiv e-print metadata.<br><sub>Printed by [Hiten Shah](https://github.com/hnshah)</sub> | | [`asc`](library/developer-tools/asc/) | [`/pp-asc`](cli-skills/pp-asc/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/asc-current) | A read-only App Store Connect cockpit that shows every app you ship at once — review state, builds, downloads, and ratings in one glance.<br><sub>Printed by [justinwfu](https://github.com/justinwfu)</sub> | | [`ashby`](library/job-boards/ashby/) | [`/pp-ashby`](cli-skills/pp-ashby/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/ashby-current) | Unauthenticated, read-only access to currently published postings on a named Ashby job board.<br><sub>Printed by [klubieniecki](https://github.com/klubieniecki)</sub> | | [`atlas-obscura`](library/travel/atlas-obscura/) | [`/pp-atlas-obscura`](cli-skills/pp-atlas-obscura/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/atlas-obscura-current) | Every Atlas Obscura search, plus a local database, road-trip corridor routing, and saved trips no other Atlas Obscura tool has.<br><sub>Printed by [David Bryson](https://github.com/dbryson)</sub> | | [`authentik`](library/auth/authentik/) | [`/pp-authentik`](cli-skills/pp-authentik/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/authentik-current) | Agent-native admin CLI for authentik identity provider with offline SQLite cache and an MCP server for Claude Desktop.<br><sub>Printed by [CFinney](https://github.com/CarlF01)</sub> | | [`autotempest`](library/commerce/autotempest/) | [`/pp-autotempest`](cli-skills/pp-autotempest/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/autotempest-current) | Every AutoTempest car-search source in your terminal, with a local store, cross-source VIN dedupe.<br><sub>Printed by [richardadonnell](https://github.com/richardadonnell)</sub> | | [`averusa`](library/devices/averusa/) | [`/pp-averusa`](cli-skills/pp-averusa/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/averusa-current) | Every AVer USA manual, spec sheet, and white paper in a local, type-filtered catalog — with spec comparison and link audits no AVer site offers.<br><sub>Printed by [drummerms](https://github.com/Drummerms)</sub> | | [`axs`](library/other/axs/) | [`/pp-axs`](cli-skills/pp-axs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/axs-current) | Every SRAM AXS feature from the terminal, plus a local database, offline search, and cross-bike views the web app has no way to show.<br><sub>Printed by [Greg Stellato](https://github.com/stellato)</sub> | | [`azure-cost-admin`](library/cloud/azure-cost-admin/) | [`/pp-azure-cost-admin`](cli-skills/pp-azure-cost-admin/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/azure-cost-admin-current) | Read-only Azure FinOps CLI for actual spend summaries, service and resource-group cost breakdowns, tag hygiene, simple anomaly checks, and retail price lookup support.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`azure-devops`](library/developer-tools/azure-devops/) | [`/pp-azure-devops`](cli-skills/pp-azure-devops/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/azure-devops-current) | The fastest Azure DevOps CLI — offline-first, agent-native.<br><sub>Printed by [David Bebawy](https://github.com/davbebawy)</sub> | | [`azure-functions-admin`](library/cloud/azure-functions-admin/) | [`/pp-azure-functions-admin`](cli-skills/pp-azure-functions-admin/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/azure-functions-admin-current) | Inspect, audit, and right-size your Azure Functions from the terminal — cold-start trends, config drift.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`bambu`](library/devices/bambu/) | [`/pp-bambu`](cli-skills/pp-bambu/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bambu-current) | Agent-ready Bambu print monitoring with exact plate previews and start/finish payloads.<br><sub>Printed by [Todd Dailey](https://github.com/twidtwid)</sub> | | [`bandsintown`](library/media-and-entertainment/bandsintown/) | [`/pp-bandsintown`](cli-skills/pp-bandsintown/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bandsintown-current) | Turn Bandsintown's two read-only endpoints into a tour-routing brain: local cache, calendar-gap detection, lineup...<br><sub>Printed by [printing-press](https://github.com/4.5.2)</sub> | | [`beehiiv`](library/marketing/beehiiv/) | [`/pp-beehiiv`](cli-skills/pp-beehiiv/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/beehiiv-current) | Manage beehiiv publications, subscribers, segments, posts, automations, and newsletter analytics from the terminal.<br><sub>Printed by [Kevin Magnan](https://github.com/kjmagnan1s)</sub> | | [`bento`](library/marketing/bento/) | [`/pp-bento`](cli-skills/pp-bento/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bento-current) | Every Bento feature, plus the ones their own CLI does not have.<br><sub>Printed by [bossriceshark](https://github.com/bossriceshark)</sub> | | [`benzinga`](library/other/benzinga/) | [`/pp-benzinga`](cli-skills/pp-benzinga/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/benzinga-current) | Every 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.<br><sub>Printed by [waveriderai](https://github.com/waveriderai)</sub> | | [`bestfoodtrucks`](library/food-and-dining/bestfoodtrucks/) | [`/pp-bestfoodtrucks`](cli-skills/pp-bestfoodtrucks/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bestfoodtrucks-current) | The only Best Food Trucks client that can tell you where a truck goes, not just what's parked outside today.<br><sub>Printed by [Allen Lew](https://github.com/enlewof)</sub> | | [`bird`](library/social-and-messaging/bird/) | [`/pp-bird`](cli-skills/pp-bird/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bird-current) | A terminal-native CLI for Bird's Conversations and SMS APIs, with offline search, batch reconcile, and a local...<br><sub>Printed by [Stephan Stoeber](https://github.com/CleverAI-ZH)</sub> | | [`blacklane`](library/commerce/blacklane/) | [`/pp-blacklane`](cli-skills/pp-blacklane/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/blacklane-current) | Upfront chauffeur quotes from the terminal — transfer and hourly, with a local price history no other tool has.<br><sub>Printed by [Omar Shahine](https://github.com/omarshahine)</sub> | | [`blu-ray`](library/media-and-entertainment/blu-ray/) | [`/pp-blu-ray`](cli-skills/pp-blu-ray/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/blu-ray-current) | The disc-collector's CLI for Blu-ray.com — offline catalog, live deals, and a price-drop watchlist with zero account required.<br><sub>Printed by [Vinny Pasceri](https://github.com/vinnyp)</sub> | | [`bmw-cardata`](library/devices/bmw-cardata/) | [`/pp-bmw-cardata`](cli-skills/pp-bmw-cardata/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bmw-cardata-current) | Your 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.<br><sub>Printed by [jvm](https://github.com/jvm)</sub> | | [`boardgamegeek`](library/media-and-entertainment/boardgamegeek/) | [`/pp-boardgamegeek`](cli-skills/pp-boardgamegeek/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/boardgamegeek-current) | Look 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.<br><sub>Printed by [Ryan Cooper](https://github.com/coopdogGGs)</sub> | | [`bonusly`](library/productivity/bonusly/) | [`/pp-bonusly`](cli-skills/pp-bonusly/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bonusly-current) | The recognition analytics Bonusly reserves for admins -- rebuilt from data any employee can already read.<br><sub>Printed by [Allen Lew](https://github.com/enlewof)</sub> | | [`booking-com`](library/travel/booking-com/) | [`/pp-booking-com`](cli-skills/pp-booking-com/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/booking-com-current) | Every Booking.com workflow, plus offline price history, wishlist drop alerts, and multi-leg planning no other...<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`bookmakersreview`](library/media-and-entertainment/bookmakersreview/) | [`/pp-bookmakersreview`](cli-skills/pp-bookmakersreview/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/bookmakersreview-current) | Every sportsbook's price, BMR's own sharp consensus, and full line history — for free, from the terminal, no API key required.<br><sub>Printed by [jim zhou](https://github.com/jimtje)</sub> | | [`booksy`](library/commerce/booksy/) | [`/pp-booksy`](cli-skills/pp-booksy/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/booksy-current) | Book 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.<br><sub>Printed by [Max Tomago](https://github.com/milloni)</sub> | | [`botsee`](library/marketing/botsee/) | [`/pp-botsee`](cli-skills/pp-botsee/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/botsee-current) | Have your agents measure and improve your brand's AI Visibility with botsee.io. API-first, agent-native.<br><sub>Printed by [grahac](https://github.com/grahac)</sub> | | [`braze`](library/marketing/braze/) | [`/pp-braze`](cli-skills/pp-braze/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/braze-current) | Read-first Braze REST API surface for marketing analytics, campaign inspection, content assets, and catalog lookup.<br><sub>Printed by [Deb Mukherjee](https://github.com/debgotwired)</sub> | | [`breezedoc`](library/productivity/breezedoc/) | [`/pp-breezedoc`](cli-skills/pp-breezedoc/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/breezedoc-current) | Manage BreezeDoc e-signature and invoicing workflows across documents, templates, recipients, teams, invoices, and follow-ups.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`browserbase`](library/cloud/browserbase/) | [`/pp-browserbase`](cli-skills/pp-browserbase/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/browserbase-current) | Every Browserbase cloud feature, plus session lifecycle control, local history, and usage analytics no other tool has.<br><sub>Printed by [Som Samantray](https://github.com/SomSamantray)</sub> | | [`cal-com`](library/productivity/cal-com/) | [`/pp-cal-com`](cli-skills/pp-cal-com/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cal-com-current) | Every Cal.com feature, plus offline agendas, composed booking flows, and analytics no other Cal.com tool ships.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`calendly`](library/productivity/calendly/) | [`/pp-calendly`](cli-skills/pp-calendly/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/calendly-current) | Read-first Calendly API surface for scheduling, availability, event, invitee, and webhook inspection.<br><sub>Printed by [Deb Mukherjee](https://github.com/debgotwired)</sub> | | [`carol-bike`](library/health/carol-bike/) | [`/pp-carol-bike`](cli-skills/pp-carol-bike/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/carol-bike-current) | Read and locally mirror personal CAROL Bike workout data.<br><sub>Printed by [bricenice17](https://github.com/bricenice17)</sub> | | [`catapult-openfield-connect`](library/health/catapult-openfield-connect/) | [`/pp-catapult-openfield-connect`](cli-skills/pp-catapult-openfield-connect/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/catapult-openfield-connect-current) | Every Catapult GPS metric — ACWR, velocity benchmarks, load reports — from one command, with a local SQLite mirror for offline analysis.<br><sub>Printed by [Eric Rash](https://github.com/erash11)</sub> | | [`catasto`](library/other/catasto/) | [`/pp-catasto`](cli-skills/pp-catasto/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/catasto-current) | The free, single-binary Italian cadastre CLI — converts between cadastral references and GPS, online or offline, with agent-native JSON.<br><sub>Printed by [Roberto Bissanti](https://github.com/robertobissanti)</sub> | | [`cf-domain`](library/cloud/cf-domain/) | [`/pp-cf-domain`](cli-skills/pp-cf-domain/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cf-domain-current) | Agent-native CLI for Cloudflare Registrar domain search, check, and registration.<br><sub>Printed by [Danny Shmueli](https://github.com/danny-shmueli)</sub> | | [`cfpb-complaints`](library/other/cfpb-complaints/) | [`/pp-cfpb-complaints`](cli-skills/pp-cfpb-complaints/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cfpb-complaints-current) | Search published CFPB consumer complaint records and aggregations.<br><sub>Printed by [avanderheyde](https://github.com/Avanderheyde)</sub> | | [`chrome-history`](library/productivity/chrome-history/) | [`/pp-chrome-history`](cli-skills/pp-chrome-history/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/chrome-history-current) | Reverse-engineered from the hand-built chrome-history-pp-cli command/data shape.<br><sub>Printed by [Vinny Pasceri](https://github.com/vinnyp)</sub> | | [`clarify`](library/sales-and-crm/clarify/) | [`/pp-clarify`](cli-skills/pp-clarify/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clarify-current) | Every Clarify API operation as a typed command, plus the morning briefing, meeting prep, and pipeline analytics the autonomous CRM knows about but cannot run.<br><sub>Printed by [Isaac Marks](https://github.com/ndearborn68)</sub> | | [`clarity`](library/marketing/clarity/) | [`/pp-clarity`](cli-skills/pp-clarity/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clarity-current) | Generate Microsoft Clarity tracking snippets and audit local HTML for tag install, masking attributes, and client API calls.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`claude-agent-sdk-python-docs`](library/developer-tools/claude-agent-sdk-python-docs/) | [`/pp-claude-agent-sdk-python-docs`](cli-skills/pp-claude-agent-sdk-python-docs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/claude-agent-sdk-python-docs-current) | A source-grounded CLI for exploring and verifying the Claude Agent SDK Python docs.<br><sub>Printed by [Nik](https://github.com/nikships)</sub> | | [`clickhouse-cloud`](library/cloud/clickhouse-cloud/) | [`/pp-clickhouse-cloud`](cli-skills/pp-clickhouse-cloud/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clickhouse-cloud-current) | Data engineering operations CLI for ClickHouse Cloud organizations, services, ClickPipes, backups, private endpoints, usage, and observability.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`clickup`](library/project-management/clickup/) | [`/pp-clickup`](cli-skills/pp-clickup/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clickup-current) | Every ClickUp v2 + v3 endpoint as a typed CLI plus offline sync, search, and ergonomic chat/docs aliases.<br><sub>Printed by [Kevin Magnan](https://github.com/kjmagnan1s)</sub> | | [`clinical-trials`](library/health/clinical-trials/) | [`/pp-clinical-trials`](cli-skills/pp-clinical-trials/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clinical-trials-current) | A 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.<br><sub>Printed by [laci141](https://github.com/laci141)</sub> | | [`clockify`](library/productivity/clockify/) | [`/pp-clockify`](cli-skills/pp-clockify/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/clockify-current) | Every Clockify feature, plus a local time database that reconstructs your weekly timesheet, finds untracked gaps,...<br><sub>Printed by [melanson633](https://github.com/melanson633)</sub> | | [`cloud-run-admin`](library/cloud/cloud-run-admin/) | [`/pp-cloud-run-admin`](cli-skills/pp-cloud-run-admin/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cloud-run-admin-current) | Inspect and operate Google Cloud Run services, jobs, revisions, executions, and local inventory for serverless container fleets.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`cloudflare`](library/cloud/cloudflare/) | [`/pp-cloudflare`](cli-skills/pp-cloudflare/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cloudflare-current) | Agent-ready CLI for Cloudflare accounts, zones, DNS, Workers, Pages, R2, tunnels, Zero Trust, and infrastructure operations.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`coffee-goat`](library/food-and-dining/coffee-goat/) | [`/pp-coffee-goat`](cli-skills/pp-coffee-goat/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/coffee-goat-current) | The third-wave coffee terminal — every elite roaster, every YouTube creator review, your brews, and the God cup.<br><sub>Printed by [Justin Fu](https://github.com/justinwfu)</sub> | | [`coingecko`](library/payments/coingecko/) | [`/pp-coingecko`](cli-skills/pp-coingecko/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/coingecko-current) | CoinGecko public API for cryptocurrency data. Free tier, no API key required for basic endpoints.<br><sub>Printed by [Hiten Shah](https://github.com/hnshah)</sub> | | [`company-goat`](library/developer-tools/company-goat/) | [`/pp-company-goat`](cli-skills/pp-company-goat/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/company-goat-current) | Look up startups across SEC Form D, GitHub, Hacker News, Companies House, YC, Wikidata, and DNS in one command. Built for scouts, founders, BD, and AI agents researching small/midsize startups.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`concur`](library/productivity/concur/) | [`/pp-concur`](cli-skills/pp-concur/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/concur-current) | Every 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.<br><sub>Printed by [Allen Lew](https://github.com/enlewof)</sub> | | [`conductor`](library/developer-tools/conductor/) | [`/pp-conductor`](cli-skills/pp-conductor/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/conductor-current) | Conductor Cloud API client with bounded coding-agent launch, monitor, steering, and reporting workflows.<br><sub>Printed by [Cole Grolmus](https://github.com/colegr)</sub> | | [`conduyt-crm`](library/sales-and-crm/conduyt-crm/) | [`/pp-conduyt-crm`](cli-skills/pp-conduyt-crm/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/conduyt-crm-current) | Manage Conduyt CRM contacts, deals, pipelines, automations, campaigns, invoices, and local insight reports from the terminal.<br><sub>Printed by [Conduyt](https://github.com/ptaramona)</sub> | | [`contact-goat`](library/sales-and-crm/contact-goat/) | [`/pp-contact-goat`](cli-skills/pp-contact-goat/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/contact-goat-current) | Search, enrich, and map warm-introduction paths across LinkedIn, Happenstance, Deepline, and a unified local contacts store.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`context-dev`](library/ai/context-dev/) | [`/pp-context-dev`](cli-skills/pp-context-dev/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/context-dev-current) | Agent-friendly Context.dev CLI for website intelligence, brand enrichment, scraping, crawling, structured extraction, screenshots, styleguides, competitor maps, source packs, and change digests.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`cookunity`](library/food-and-dining/cookunity/) | [`/pp-cookunity`](cli-skills/pp-cookunity/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cookunity-current) | Mirror 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.<br><sub>Printed by [Greg Cole](https://github.com/gcole326)</sub> | | [`copper`](library/sales-and-crm/copper/) | [`/pp-copper`](cli-skills/pp-copper/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/copper-current) | The 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.<br><sub>Printed by [Kerry Morrison](https://github.com/kmorebetter)</sub> | | [`cosmos`](library/productivity/cosmos/) | [`/pp-cosmos`](cli-skills/pp-cosmos/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cosmos-current) | Search, organize, export, and audit your Cosmos inspiration library from the terminal.<br><sub>Printed by [Elliott Jacobs](https://github.com/elliottrjacobs)</sub> | | [`costco`](library/commerce/costco/) | [`/pp-costco`](cli-skills/pp-costco/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/costco-current) | Your complete Costco receipt history as data — past the website's 2-year wall, in a local database the site never gives you.<br><sub>Printed by [David Richie](https://github.com/richie305)</sub> | | [`cpsc-recalls`](library/other/cpsc-recalls/) | [`/pp-cpsc-recalls`](cli-skills/pp-cpsc-recalls/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/cpsc-recalls-current) | Turn CPSC recall records into bounded inventory candidates, change observations, hazard composition tables, and actionable source packets without overstating fuzzy matches.<br><sub>Printed by [Avanderheyde](https://github.com/Avanderheyde)</sub> | | [`craigslist`](library/commerce/craigslist/) | [`/pp-craigslist`](cli-skills/pp-craigslist/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/craigslist-current) | Search, sync, and watch Craigslist with a local SQLite snapshot history, cross-city aggregation, scam scoring, and price-drift detection.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`crates-io`](library/developer-tools/crates-io/) | [`/pp-crates-io`](cli-skills/pp-crates-io/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/crates-io-current) | Read-only endpoints for crates.io ecosystem intelligence.<br><sub>Printed by [Dhilip Subramanian](https://github.com/sdhilip200)</sub> | | [`creativefabrica`](library/commerce/creativefabrica/) | [`/pp-creativefabrica`](cli-skills/pp-creativefabrica/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/creativefabrica-current) | Search 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.<br><sub>Printed by [Vincent Colombo](https://github.com/vcolombo)</sub> | | [`crestron`](library/devices/crestron/) | [`/pp-crestron`](cli-skills/pp-crestron/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/crestron-current) | Every Crestron product, spec sheet, and firmware release — searchable offline, with fleet-wide currency checks the website cannot do.<br><sub>Printed by [drummerms](https://github.com/Drummerms)</sub> | | [`customer-io`](library/marketing/customer-io/) | [`/pp-customer-io`](cli-skills/pp-customer-io/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/customer-io-current) | Manage Customer.io campaigns, broadcasts, segments, deliveries, exports, and Reverse-ETL via the Service Account token.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`daraz`](library/commerce/daraz/) | [`/pp-daraz`](cli-skills/pp-daraz/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/daraz-current) | Every Daraz product search, plus a local price database, real-deal ranking, and drop alerts no Daraz scraper has.<br><sub>Printed by [Hamza Qazi](https://github.com/qazmataz)</sub> | | [`dataforseo`](library/marketing/dataforseo/) | [`/pp-dataforseo`](cli-skills/pp-dataforseo/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dataforseo-current) | Every DataForSEO endpoint, plus auto-mode routing, cost estimates, keyword pre-cleaning, and a local SQLite store no...<br><sub>Printed by [Mazzsterr](https://github.com/Mazzsterr)</sub> | | [`defillama`](library/other/defillama/) | [`/pp-defillama`](cli-skills/pp-defillama/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/defillama-current) | DefiLlama offers two ways to use our data with AI:.<br><sub>Printed by [kierandotai](https://github.com/kierandotai)</sub> | | [`delta-trip`](library/travel/delta-trip/) | [`/pp-delta-trip`](cli-skills/pp-delta-trip/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/delta-trip-current) | Look up and manage Delta Air Lines trips by confirmation number — view all flights, seats, baggage, upgrade...<br><sub>Printed by [Paul Bockewitz](https://github.com/paulbockewitz)</sub> | | [`devonthink`](library/productivity/devonthink/) | [`/pp-devonthink`](cli-skills/pp-devonthink/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/devonthink-current) | Local-first DEVONthink automation with safer shell workflows than raw AppleScript or MCP alone.<br><sub>Printed by [Johns](https://github.com/Rowdy)</sub> | | [`dice-fm`](library/media-and-entertainment/dice-fm/) | [`/pp-dice-fm`](cli-skills/pp-dice-fm/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dice-fm-current) | Every ticket, fan, and pound of revenue from your DICE events — queryable, exportable, and joinable across shows.<br><sub>Printed by [Vinny Pasceri](https://github.com/vinnyp)</sub> | | [`digg`](library/media-and-entertainment/digg/) | [`/pp-digg`](cli-skills/pp-digg/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/digg-current) | Tail Digg's news cycle, GitHub feeds, and pipeline events from the terminal — read-only, with rank-history nobody else surfaces.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`digitalocean`](library/cloud/digitalocean/) | [`/pp-digitalocean`](cli-skills/pp-digitalocean/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/digitalocean-current) | Manage DigitalOcean Droplets, Kubernetes, databases, firewalls, networking, billing, and other cloud resources from the terminal.<br><sub>Printed by [Hiten Shah](https://github.com/hnshah)</sub> | | [`discogs`](library/media-and-entertainment/discogs/) | [`/pp-discogs`](cli-skills/pp-discogs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/discogs-current) | Every 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.<br><sub>Printed by [ganes-j](https://github.com/ganes-j)</sub> | | [`discord`](library/productivity/discord/) | [`/pp-discord`](cli-skills/pp-discord/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/discord-current) | Preview of the Discord v10 HTTP API specification. See https://discord.com/developers/docs for more details.<br><sub>Printed by [Hunter Veltri](https://github.com/mvanhorn)</sub> | | [`dndbeyond`](library/developer-tools/dndbeyond/) | [`/pp-dndbeyond`](cli-skills/pp-dndbeyond/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dndbeyond-current) | Read public D&D Beyond rules pages from the terminal.<br><sub>Printed by [Matthew Martin](https://github.com/wirelesstkd)</sub> | | [`dnsmadeeasy`](library/developer-tools/dnsmadeeasy/) | [`/pp-dnsmadeeasy`](cli-skills/pp-dnsmadeeasy/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dnsmadeeasy-current) | Every DNS Made Easy operation, plus a local record store for cross-zone search, drift detection, and 'where is this IP used' — instant and offline.<br><sub>Printed by [Derick Ng](https://github.com/dericknwq)</sub> | | [`docker-hub`](library/developer-tools/docker-hub/) | [`/pp-docker-hub`](cli-skills/pp-docker-hub/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/docker-hub-current) | Docker Hub public API. Search container images, browse tags, check sizes, inspect Dockerfiles, and explore the world's largest container registry. No authentication required for public repositories (rate limited to ~18 req/min).<br><sub>Printed by [Hiten Shah](https://github.com/hnshah)</sub> | | [`domain-goat`](library/developer-tools/domain-goat/) | [`/pp-domain-goat`](cli-skills/pp-domain-goat/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/domain-goat-current) | Identify domains worth buying — across RDAP, WHOIS, and Porkbun pricing — without ever leaving the terminal.<br><sub>Printed by [Mitch Nick](https://github.com/mitch-nick)</sub> | | [`dominos`](library/food-and-dining/dominos/) | [`/pp-dominos`](cli-skills/pp-dominos/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dominos-current) | Order pizza, browse menus, optimize deals, and track delivery from your terminal — with a local SQLite store that powers reorder, price comparison, and deal stacking no other Domino's tool offers.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`doordash`](library/commerce/doordash/) | [`/pp-doordash`](cli-skills/pp-doordash/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/doordash-current) | Discovered API spec for doordash.<br><sub>Printed by [bricenice17](https://github.com/bricenice17)</sub> | | [`dreaming`](library/education/dreaming/) | [`/pp-dreaming`](cli-skills/pp-dreaming/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dreaming-current) | Every Dreaming Spanish and French tracking feature in one offline-first CLI - roadmap math, catalog search.<br><sub>Printed by [Paul Bockewitz](https://github.com/paulbockewitz)</sub> | | [`dreo`](library/devices/dreo/) | [`/pp-dreo`](cli-skills/pp-dreo/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dreo-current) | The only standalone CLI for Dreo smart-home devices — bulk control, live sensor streams, and a local history every...<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`drudgereport`](library/media-and-entertainment/drudgereport/) | [`/pp-drudgereport`](cli-skills/pp-drudgereport/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/drudgereport-current) | Drudge Report in your terminal, with the editorial signal (splash, red, slot, tenure) the live page broadcasts but...<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`drug-enforcement`](library/health/drug-enforcement/) | [`/pp-drug-enforcement`](cli-skills/pp-drug-enforcement/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/drug-enforcement-current) | Search FDA drug recall enforcement records — keyless, offline-cacheable, agent-native. Reports FDA facts only; never says a drug is safe.<br><sub>Printed by [laci141](https://github.com/laci141)</sub> | | [`dub`](library/marketing/dub/) | [`/pp-dub`](cli-skills/pp-dub/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/dub-current) | Modern link attribution platform — short links, conversion tracking, affiliate/partner programs.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`e-boekhouden`](library/payments/e-boekhouden/) | [`/pp-e-boekhouden`](cli-skills/pp-e-boekhouden/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/e-boekhouden-current) | Balance, profit & loss, and journal entries for e-Boekhouden from your terminal.<br><sub>Printed by [markvandeven](https://github.com/markvandeven)</sub> | | [`ebay`](library/commerce/ebay/) | [`/pp-ebay`](cli-skills/pp-ebay/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/ebay-current) | Buyer-power-user CLI for eBay. Sold-comp intelligence, true sniper bidding, watchlist intelligence, saved-search feeds, and a local SQLite store for cross-listing analytics.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`edgar`](library/other/edgar/) | [`/pp-edgar`](cli-skills/pp-edgar/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/edgar-current) | Fetch SEC EDGAR filings, insider activity, XBRL facts, and cached filing search results with agent-friendly output.<br><sub>Printed by [magoo242](https://github.com/magoo242)</sub> | | [`eero`](library/devices/eero/) | [`/pp-eero`](cli-skills/pp-eero/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/eero-current) | Inspect an eero mesh network from the terminal with agent-friendly output for networks, nodes, connected devices, diagnostics, and speed tests.<br><sub>Printed by [Erik Rogne](https://github.com/erikrogne)</sub> | | [`elevenlabs`](library/ai/elevenlabs/) | [`/pp-elevenlabs`](cli-skills/pp-elevenlabs/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/elevenlabs-current) | Create and manage ElevenLabs audio workflows: text-to-speech, voice conversion, transcription, dubbing, music, voices, and agents.<br><sub>Printed by [Cathryn Lavery](https://github.com/cathrynlavery)</sub> | | [`elezioni-sicilia`](library/other/elezioni-sicilia/) | [`/pp-elezioni-sicilia`](cli-skills/pp-elezioni-sicilia/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/elezioni-sicilia-current) | Dati elettorali siciliani da riga di comando — senza copiare tabelle HTML.<br><sub>Printed by [aborruso](https://github.com/aborruso)</sub> | | [`emailoctopus`](library/marketing/emailoctopus/) | [`/pp-emailoctopus`](cli-skills/pp-emailoctopus/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/emailoctopus-current) | Manage EmailOctopus lists, contacts, campaigns, automations, reports, and cross-list cleanup workflows from the terminal.<br><sub>Printed by [Trevin Chow](https://github.com/tmchow)</sub> | | [`epa-echo`](library/other/epa-echo/) | [`/pp-epa-echo`](cli-skills/pp-epa-echo/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/epa-echo-current) | Resolve EPA-regulated facilities, inspect transparent compliance evidence, and retain change history without opaque scores.<br><sub>Printed by [avanderheyde](https://github.com/Avanderheyde)</sub> | | [`erank`](library/marketing/erank/) | [`/pp-erank`](cli-skills/pp-erank/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/erank-current) | Keyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers.<br><sub>Printed by [horknfbr](https://github.com/horknfbr)</sub> | | [`espn`](library/media-and-entertainment/espn/) | [`/pp-espn`](cli-skills/pp-espn/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/espn-current) | Live scores, standings, news, and game history across 17 sports from ESPN.<br><sub>Printed by [Matt Van Horn](https://github.com/mvanhorn)</sub> | | [`etherpad`](library/productivity/etherpad/) | [`/pp-etherpad`](cli-skills/pp-etherpad/SKILL.md) | [latest](https://github.com/mvanhorn/printing-press-library/releases/tag/etherpad-current) | Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full...<br><sub>Printed by [John McLear](https://github.com/JohnMcLear)</sub> | | [`etsy-seller-