@mvanhorn/pp-movie-goat
The movie CLI that combines TMDb's discovery engine with OMDb's multi-source ratings — and ships a SQLite watchlist that flags what's streaming on your services right now. Trigger phrases: `what should I watch tonight`, `where can I stream <title>`, `rate <title>`, `compare <title> and <title>`, `what's <person>'s filmography`, `plan a <franchise> marathon`, `use movie-goat`, `run movie-goat`.
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.
<!-- catalog-counts:begin -->
<!-- this line is generated by tools/generate-registry; do not hand-edit -->
479 CLIs across 22 categories.
<!-- catalog-counts:end -->
Browse them all at printingpress.dev.
Three to try first:
- ESPN (sniffed, no official API). "Tonight's NBA playoff games with live score, series state, each team's leading scorer's stat line, and any injury or lineup news from the last 24 hours." One call.
- flight-goat (Kayak nonstop search plus sniffed Google Flights). "Non-stop flights over 8 hours from Seattle for 4 people, Dec 24 to Jan 1, cheapest first." Two sources, one query.
- sentry-pp-cli (local SQLite mirror, SQL across orgs and projects). "Every issue first seen in the last release whose error rate is climbing across two projects." Compound queries the Sentry API can't answer.
Agent-native discovery
If you use OpenClaw, Hermes, Claude Code, Codex, Cursor, or another harness that supports agent skills, install the Printing Press Library discovery skill first. It helps your agent search the catalog, choose the right focused pp-* skill, and defer CLI binary setup until the focused skill says it is needed.
OpenClaw users can install the published skill from ClawHub:
clawhub install printing-press-library
Humans and agents on Vercel Agent Skills-compatible harnesses can install the same discovery skill from this repo:
npx skills add mvanhorn/printing-press-library/skills/printing-press-library -g -y
Or from the repo root by selecting the catalog skill explicitly:
npx skills add mvanhorn/printing-press-library -g -y --skill printing-press-library
Hermes users can install it from the command line:
hermes skills install mvanhorn/printing-press-library/skills/printing-press-library
Or from inside the Hermes chat TUI:
/skills install mvanhorn/printing-press-library/skills/printing-press-library
Once you know the specific tool you want, install the focused skill directly.
For Vercel Agent Skills-compatible harnesses:
npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g -y
For Hermes from the command line:
hermes skills install mvanhorn/printing-press-library/cli-skills/pp-espn
For Hermes from inside the chat TUI:
/skills install mvanhorn/printing-press-library/cli-skills/pp-espn
The existing npm installer remains the right path for humans, scripts, and CLI-first setup.
Discover and install
The fastest way to start — install four hand-picked CLIs and skills in one command:
npx -y @mvanhorn/printing-press-library install starter-pack
The -y flag only tells npx to run the installer package without an interactive npm prompt; discovery commands like list and search do not install catalog CLIs.
The starter pack: espn (live sports), flight-goat (flight search), movie-goat (movie discovery), recipe-goat (recipe ranking).
Every install pulls the Go binary and the focused skill in one shot. Pass --cli-only or --skill-only if you want just one half.
One tool:
npx -y @mvanhorn/printing-press-library install espn
Several at once (bundles and CLI names mix freely):
npx -y @mvanhorn/printing-press-library install espn sentry dub
npx -y @mvanhorn/printing-press-library install starter-pack cal-com
Under the hood: the npm package is a thin orchestrator that reads the live catalog in registry.json, resolves each CLI's Go module path, runs go install, and installs the matching skill from cli-skills/pp-<name>.
Useful commands:
npx -y @mvanhorn/printing-press-library list
npx -y @mvanhorn/printing-press-library search flights
npx -y @mvanhorn/printing-press-library list --category travel
npx -y @mvanhorn/printing-press-library list --installed
npx -y @mvanhorn/printing-press-library update espn
npx -y @mvanhorn/printing-press-library uninstall espn --yes
@mvanhorn/printing-press-library replaces the older @mvanhorn/printing-press npm package. The unambiguous printing-press-library binary is the catalog installer: use it to browse available CLIs, search by keyword, install the matching Go binary plus focused agent skill, and keep installed tools fresh.
Install accepts catalog slugs and generated binary names, so both airbnb and airbnb-pp-cli resolve to the Airbnb tool.
Discovery commands print human-readable cards by default and support --json for scripts and agents:
npx -y @mvanhorn/printing-press-library search flights --json
npx -y @mvanhorn/printing-press-library list --category food-and-dining --json
Focused skills
When you already know the tool you want, install just that skill:
npx skills add mvanhorn/printing-press-library/cli-skills/pp-espn -g
Then use the focused slash skill directly:
/pp-espn lakers score
/pp-flightgoat sea to lax dec 24 to jan 1 nonstop
/pp-weather-goat phoenix forecast
Each /pp-<name> skill is a focused interface for one CLI.
Catalog
Tools grouped by category, sourced from registry.json. Each row links to the tool source, its focused direct-install skill, and the latest release.
<!-- catalog:begin -->
<!-- this section is generated by tools/generate-registry; do not hand-edit -->
| Name | Skill | Release | What it does |
|---|---|---|---|
1688 |
/pp-1688 |
latest | 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</sub> |
1password |
/pp-1password |
latest | Agent-safe command layer over the official 1Password CLI and SDK service-account workflows.<br><sub>Printed by Cathryn Lavery</sub> |
3cx-xapi |
/pp-3cx-xapi |
latest | 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</sub> |
adguard-home |
/pp-adguard-home |
latest | AdGuard Home REST-ish API. Our admin web interface is built on top of this REST-ish API.<br><sub>Printed by Eric Jung</sub> |
adminbyrequest |
/pp-adminbyrequest |
latest | Sync Admin By Request audit, event, inventory, and elevation-request data for approvals, quota checks, and admin-risk reports.<br><sub>Printed by joltsconsulting</sub> |
agent-capture |
/pp-agent-capture |
latest | Record, screenshot, and convert macOS windows and screens for AI agent evidence.<br><sub>Printed by Matt Van Horn</sub> |
agent-desktop |
/pp-agent-desktop |
latest | Printing Press bridge for the Rust agent-desktop desktop automation CLI.<br><sub>Printed by Lahfir</sub> |
agentmail |
/pp-agentmail |
latest | AgentMail operations with local memory, safe sends, and fleet-wide insight.<br><sub>Printed by Som Samantray</sub> |
agentpool |
/pp-agentpool |
latest | AgentPool control-plane companion with setup checks, capacity guidance, and official CLI delegation.<br><sub>Printed by sidduHERE</sub> |
agoda |
/pp-agoda |
latest | Search Agoda hotels with the true all-in price, and re-rank by what you will actually pay.<br><sub>Printed by Victor Wibisono</sub> |
ahrefs |
/pp-ahrefs |
latest | 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</sub> |
air-quality |
/pp-air-quality |
latest | 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</sub> |
airbnb |
/pp-airbnb |
latest | Search Airbnb and VRBO, find the host's direct booking site, and report the cheapest of three sources side-by-side.<br><sub>Printed by Matt Van Horn</sub> |
airbyte-admin |
/pp-airbyte-admin |
latest | 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</sub> |
airflow-admin |
/pp-airflow-admin |
latest | 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</sub> |
airframe |
/pp-airframe |
latest | Aircraft forensics from open public records — tail-number dossiers, fleet research, model-level safety, and NTSB event archaeology.<br><sub>Printed by Chris Drit</sub> |
airhint |
/pp-airhint |
latest | AirHint flight price prediction API — buy/wait recommendations for airline tickets.<br><sub>Printed by jvm</sub> |
alaska-airlines |
/pp-alaska-airlines |
latest | Search Alaska Airlines flights, manage Atmos Rewards data, and build checkout-ready cart links from the terminal.<br><sub>Printed by Matt Van Horn</sub> |
algolia |
/pp-algolia |
latest | Every Algolia feature, plus offline search and a local database no other Algolia tool has.<br><sub>Printed by Som Samantray</sub> |
allrecipes |
/pp-allrecipes |
latest | Search and fetch Allrecipes recipes as structured data, scale ingredients, build grocery lists, rank by Bayesian-smoothed popularity, and clear Cloudflare with a Chrome session cookie.<br><sub>Printed by Trevin Chow</sub> |
alltrails |
/pp-alltrails |
latest | Evidence-labeled, live-capable route map for AllTrails browser/mobile surfaces. Not an official API contract.<br><sub>Printed by zaydiscold</sub> |
amazon-ads |
/pp-amazon-ads |
latest | Plan, measure, and tune Amazon Ads campaigns with OAuth profiles, reports, profitability math, keyword recommendations, and guarded automation.<br><sub>Printed by Cathryn Lavery</sub> |
amazon-jobs |
/pp-amazon-jobs |
latest | 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</sub> |
amazon-orders |
/pp-amazon-orders |
latest | Walk your Amazon order history offline — every order, item, shipment, and dollar in a local SQLite store no other...<br><sub>Printed by Brian Wishan</sub> |
amazon-seller |
/pp-amazon-seller |
latest | Run Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations.<br><sub>Printed by Cathryn Lavery</sub> |
american-reindustrialization |
/pp-american-reindustrialization |
latest | Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector...<br><sub>Printed by Trevin Chow</sub> |
amplitude |
/pp-amplitude |
latest | Read-first Amplitude Analytics API surface for exports, cohorts, events, users, and chart-style analytics queries.<br><sub>Printed by Deb Mukherjee</sub> |
ankiweb |
/pp-ankiweb |
latest | The only terminal-native way to search, rank.<br><sub>Printed by Paul Bockewitz</sub> |
anylist |
/pp-anylist |
latest | Every AnyList feature in your terminal — plus offline search, store routing, and cron-safe automations no mobile...<br><sub>Printed by Jeeves</sub> |
aol-puglia |
/pp-aol-puglia |
latest | 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</sub> |
apartments |
/pp-apartments |
latest | Search Apartments.com listings, sync results to a local SQLite store, and run workflows the website never built — diff saved searches, rank by $/sqft, compare shortlists, and surface price drops or phantom listings.<br><sub>Printed by rderwin</sub> |
apify |
/pp-apify |
latest | Every Apify platform feature, plus a local SQLite store, cross-Actor search, novelty diffing, cost-aware runs, and...<br><sub>Printed by Kevin Magnan</sub> |
apple-docs |
/pp-apple-docs |
latest | 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</sub> |
archive-is |
/pp-archive-is |
latest | Bypass paywalls and look up web archives via archive.today. Hero command: find or create an archive for any URL with lookup-before-submit, Wayback Machine fallback, and agent-hints on stderr when called non-interactively.<br><sub>Printed by Matt Van Horn</sub> |
ars-sicilia |
/pp-ars-sicilia |
latest | L'unica CLI per il portale dell'Assemblea Regionale Siciliana: cerca.<br><sub>Printed by aborruso</sub> |
art-goat |
/pp-art-goat |
latest | A contemplative daily art practice with museum and astronomy APIs as your gallery.<br><sub>Printed by justinwfu</sub> |
arxiv |
/pp-arxiv |
latest | Public Atom API for searching and fetching arXiv e-print metadata.<br><sub>Printed by Hiten Shah</sub> |
asc |
/pp-asc |
latest | 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</sub> |
ashby |
/pp-ashby |
latest | Unauthenticated, read-only access to currently published postings on a named Ashby job board.<br><sub>Printed by klubieniecki</sub> |
atlas-obscura |
/pp-atlas-obscura |
latest | 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</sub> |
authentik |
/pp-authentik |
latest | Agent-native admin CLI for authentik identity provider with offline SQLite cache and an MCP server for Claude Desktop.<br><sub>Printed by CFinney</sub> |
autotempest |
/pp-autotempest |
latest | Every AutoTempest car-search source in your terminal, with a local store, cross-source VIN dedupe.<br><sub>Printed by richardadonnell</sub> |
averusa |
/pp-averusa |
latest | 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</sub> |
axs |
/pp-axs |
latest | 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</sub> |
azure-cost-admin |
/pp-azure-cost-admin |
latest | 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</sub> |
azure-devops |
/pp-azure-devops |
latest | The fastest Azure DevOps CLI — offline-first, agent-native.<br><sub>Printed by David Bebawy</sub> |
azure-functions-admin |
/pp-azure-functions-admin |
latest | Inspect, audit, and right-size your Azure Functions from the terminal — cold-start trends, config drift.<br><sub>Printed by Dhilip Subramanian</sub> |
bambu |
/pp-bambu |
latest | Agent-ready Bambu print monitoring with exact plate previews and start/finish payloads.<br><sub>Printed by Todd Dailey</sub> |
bandsintown |
/pp-bandsintown |
latest | Turn Bandsintown's two read-only endpoints into a tour-routing brain: local cache, calendar-gap detection, lineup...<br><sub>Printed by printing-press</sub> |
beehiiv |
/pp-beehiiv |
latest | Manage beehiiv publications, subscribers, segments, posts, automations, and newsletter analytics from the terminal.<br><sub>Printed by Kevin Magnan</sub> |
bento |
/pp-bento |
latest | Every Bento feature, plus the ones their own CLI does not have.<br><sub>Printed by bossriceshark</sub> |
benzinga |
/pp-benzinga |
latest | 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</sub> |
bestfoodtrucks |
/pp-bestfoodtrucks |
latest | 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</sub> |
bird |
/pp-bird |
latest | 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</sub> |
blacklane |
/pp-blacklane |
latest | Upfront chauffeur quotes from the terminal — transfer and hourly, with a local price history no other tool has.<br><sub>Printed by Omar Shahine</sub> |
blu-ray |
/pp-blu-ray |
latest | The disc-collector's CLI for Blu-ray.com — offline catalog, live deals, and a price-drop watchlist with zero account required.<br><sub>Printed by Vinny Pasceri</sub> |
bmw-cardata |
/pp-bmw-cardata |
latest | 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</sub> |
boardgamegeek |
/pp-boardgamegeek |
latest | 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</sub> |
bonusly |
/pp-bonusly |
latest | The recognition analytics Bonusly reserves for admins -- rebuilt from data any employee can already read.<br><sub>Printed by Allen Lew</sub> |
booking-com |
/pp-booking-com |
latest | Every Booking.com workflow, plus offline price history, wishlist drop alerts, and multi-leg planning no other...<br><sub>Printed by Matt Van Horn</sub> |
booksy |
/pp-booksy |
latest | 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</sub> |
botsee |
/pp-botsee |
latest | Have your agents measure and improve your brand's AI Visibility with botsee.io. API-first, agent-native.<br><sub>Printed by grahac</sub> |
braze |
/pp-braze |
latest | Read-first Braze REST API surface for marketing analytics, campaign inspection, content assets, and catalog lookup.<br><sub>Printed by Deb Mukherjee</sub> |
breezedoc |
/pp-breezedoc |
latest | Manage BreezeDoc e-signature and invoicing workflows across documents, templates, recipients, teams, invoices, and follow-ups.<br><sub>Printed by Cathryn Lavery</sub> |
browserbase |
/pp-browserbase |
latest | Every Browserbase cloud feature, plus session lifecycle control, local history, and usage analytics no other tool has.<br><sub>Printed by Som Samantray</sub> |
cal-com |
/pp-cal-com |
latest | Every Cal.com feature, plus offline agendas, composed booking flows, and analytics no other Cal.com tool ships.<br><sub>Printed by Trevin Chow</sub> |
calendly |
/pp-calendly |
latest | Read-first Calendly API surface for scheduling, availability, event, invitee, and webhook inspection.<br><sub>Printed by Deb Mukherjee</sub> |
carol-bike |
/pp-carol-bike |
latest | Read and locally mirror personal CAROL Bike workout data.<br><sub>Printed by bricenice17</sub> |
catapult-openfield-connect |
/pp-catapult-openfield-connect |
latest | 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</sub> |
catasto |
/pp-catasto |
latest | 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</sub> |
cf-domain |
/pp-cf-domain |
latest | Agent-native CLI for Cloudflare Registrar domain search, check, and registration.<br><sub>Printed by Danny Shmueli</sub> |
cfpb-complaints |
/pp-cfpb-complaints |
latest | Search published CFPB consumer complaint records and aggregations.<br><sub>Printed by avanderheyde</sub> |
chrome-history |
/pp-chrome-history |
latest | Reverse-engineered from the hand-built chrome-history-pp-cli command/data shape.<br><sub>Printed by Vinny Pasceri</sub> |
clarify |
/pp-clarify |
latest | 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</sub> |
clarity |
/pp-clarity |
latest | Generate Microsoft Clarity tracking snippets and audit local HTML for tag install, masking attributes, and client API calls.<br><sub>Printed by Cathryn Lavery</sub> |
claude-agent-sdk-python-docs |
/pp-claude-agent-sdk-python-docs |
latest | A source-grounded CLI for exploring and verifying the Claude Agent SDK Python docs.<br><sub>Printed by Nik</sub> |
clickhouse-cloud |
/pp-clickhouse-cloud |
latest | Data engineering operations CLI for ClickHouse Cloud organizations, services, ClickPipes, backups, private endpoints, usage, and observability.<br><sub>Printed by Dhilip Subramanian</sub> |
clickup |
/pp-clickup |
latest | Every ClickUp v2 + v3 endpoint as a typed CLI plus offline sync, search, and ergonomic chat/docs aliases.<br><sub>Printed by Kevin Magnan</sub> |
clinical-trials |
/pp-clinical-trials |
latest | 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</sub> |
clockify |
/pp-clockify |
latest | Every Clockify feature, plus a local time database that reconstructs your weekly timesheet, finds untracked gaps,...<br><sub>Printed by melanson633</sub> |
cloud-run-admin |
/pp-cloud-run-admin |
latest | Inspect and operate Google Cloud Run services, jobs, revisions, executions, and local inventory for serverless container fleets.<br><sub>Printed by Cathryn Lavery</sub> |
cloudflare |
/pp-cloudflare |
latest | Agent-ready CLI for Cloudflare accounts, zones, DNS, Workers, Pages, R2, tunnels, Zero Trust, and infrastructure operations.<br><sub>Printed by Cathryn Lavery</sub> |
coffee-goat |
/pp-coffee-goat |
latest | The third-wave coffee terminal — every elite roaster, every YouTube creator review, your brews, and the God cup.<br><sub>Printed by Justin Fu</sub> |
coingecko |
/pp-coingecko |
latest | CoinGecko public API for cryptocurrency data. Free tier, no API key required for basic endpoints.<br><sub>Printed by Hiten Shah</sub> |
company-goat |
/pp-company-goat |
latest | Look up startups across SEC Form D, GitHub, Hacker News, Companies House, YC, Wikidata, and DNS in one command. Built for scouts, founders, BD, and AI agents researching small/midsize startups.<br><sub>Printed by Trevin Chow</sub> |
concur |
/pp-concur |
latest | 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</sub> |
conductor |
/pp-conductor |
latest | Conductor Cloud API client with bounded coding-agent launch, monitor, steering, and reporting workflows.<br><sub>Printed by Cole Grolmus</sub> |
conduyt-crm |
/pp-conduyt-crm |
latest | Manage Conduyt CRM contacts, deals, pipelines, automations, campaigns, invoices, and local insight reports from the terminal.<br><sub>Printed by Conduyt</sub> |
contact-goat |
/pp-contact-goat |
latest | Search, enrich, and map warm-introduction paths across LinkedIn, Happenstance, Deepline, and a unified local contacts store.<br><sub>Printed by Matt Van Horn</sub> |
context-dev |
/pp-context-dev |
latest | 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</sub> |
cookunity |
/pp-cookunity |
latest | 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</sub> |
copper |
/pp-copper |
latest | 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</sub> |
cosmos |
/pp-cosmos |
latest | Search, organize, export, and audit your Cosmos inspiration library from the terminal.<br><sub>Printed by Elliott Jacobs</sub> |
costco |
/pp-costco |
latest | 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</sub> |
cpsc-recalls |
/pp-cpsc-recalls |
latest | 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</sub> |
craigslist |
/pp-craigslist |
latest | 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</sub> |
crates-io |
/pp-crates-io |
latest | Read-only endpoints for crates.io ecosystem intelligence.<br><sub>Printed by Dhilip Subramanian</sub> |
crestron |
/pp-crestron |
latest | Every Crestron product, spec sheet, and firmware release — searchable offline, with fleet-wide currency checks the website cannot do.<br><sub>Printed by drummerms</sub> |
customer-io |
/pp-customer-io |
latest | Manage Customer.io campaigns, broadcasts, segments, deliveries, exports, and Reverse-ETL via the Service Account token.<br><sub>Printed by Trevin Chow</sub> |
daraz |
/pp-daraz |
latest | 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</sub> |
dataforseo |
/pp-dataforseo |
latest | Every DataForSEO endpoint, plus auto-mode routing, cost estimates, keyword pre-cleaning, and a local SQLite store no...<br><sub>Printed by Mazzsterr</sub> |
defillama |
/pp-defillama |
latest | DefiLlama offers two ways to use our data with AI:.<br><sub>Printed by kierandotai</sub> |
delta-trip |
/pp-delta-trip |
latest | Look up and manage Delta Air Lines trips by confirmation number — view all flights, seats, baggage, upgrade...<br><sub>Printed by Paul Bockewitz</sub> |
devonthink |
/pp-devonthink |
latest | Local-first DEVONthink automation with safer shell workflows than raw AppleScript or MCP alone.<br><sub>Printed by Johns</sub> |
dice-fm |
/pp-dice-fm |
latest | Every ticket, fan, and pound of revenue from your DICE events — queryable, exportable, and joinable across shows.<br><sub>Printed by Vinny Pasceri</sub> |
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.