@mvanhorn/pp-google-photos
@mvanhorn/pp-google-photos — AI coding skill
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 -->
368 CLIs across 20 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> |
agentpool |
/pp-agentpool |
latest | AgentPool control-plane companion with setup checks, capacity guidance, and official CLI delegation.<br><sub>Printed by sidduHERE</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> |
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-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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
cf-domain |
/pp-cf-domain |
latest | Agent-native CLI for Cloudflare Registrar domain search, check, and registration.<br><sub>Printed by Danny Shmueli</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> |
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> |
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> |
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> |
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> |
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> |
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> |
digg |
/pp-digg |
latest | Tail Digg's news cycle, GitHub feeds, and pipeline events from the terminal — read-only, with rank-history nobody else surfaces.<br><sub>Printed by Matt Van Horn</sub> |
digitalocean |
/pp-digitalocean |
latest | Manage DigitalOcean Droplets, Kubernetes, databases, firewalls, networking, billing, and other cloud resources from the terminal.<br><sub>Printed by Hiten Shah</sub> |
discogs |
/pp-discogs |
latest | 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</sub> |
dnsmadeeasy |
/pp-dnsmadeeasy |
latest | 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</sub> |
docker-hub |
/pp-docker-hub |
latest | Docker Hub public API. Search container images, browse tags, check sizes, inspect Dockerfiles, and explore the world's largest container registry. No authentication required for public repositories (rate limited to ~18 req/min).<br><sub>Printed by Hiten Shah</sub> |
domain-goat |
/pp-domain-goat |
latest | Identify domains worth buying — across RDAP, WHOIS, and Porkbun pricing — without ever leaving the terminal.<br><sub>Printed by Mitch Nick</sub> |
dominos |
/pp-dominos |
latest | Order pizza, browse menus, optimize deals, and track delivery from your terminal — with a local SQLite store that powers reorder, price comparison, and deal stacking no other Domino's tool offers.<br><sub>Printed by Matt Van Horn</sub> |
doordash |
/pp-doordash |
latest | Discovered API spec for doordash.<br><sub>Printed by bricenice17</sub> |
dreaming |
/pp-dreaming |
latest | Every Dreaming Spanish and French tracking feature in one offline-first CLI - roadmap math, catalog search.<br><sub>Printed by Paul Bockewitz</sub> |
dreo |
/pp-dreo |
latest | 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</sub> |
drudgereport |
/pp-drudgereport |
latest | 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</sub> |
drug-enforcement |
/pp-drug-enforcement |
latest | 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</sub> |
dub |
/pp-dub |
latest | Modern link attribution platform — short links, conversion tracking, affiliate/partner programs.<br><sub>Printed by Trevin Chow</sub> |
ebay |
/pp-ebay |
latest | Buyer-power-user CLI for eBay. Sold-comp intelligence, true sniper bidding, watchlist intelligence, saved-search feeds, and a local SQLite store for cross-listing analytics.<br><sub>Printed by Matt Van Horn</sub> |
edgar |
/pp-edgar |
latest | Fetch SEC EDGAR filings, insider activity, XBRL facts, and cached filing search results with agent-friendly output.<br><sub>Printed by magoo242</sub> |
elevenlabs |
/pp-elevenlabs |
latest | Create and manage ElevenLabs audio workflows: text-to-speech, voice conversion, transcription, dubbing, music, voices, and agents.<br><sub>Printed by Cathryn Lavery</sub> |
elezioni-sicilia |
/pp-elezioni-sicilia |
latest | Dati elettorali siciliani da riga di comando — senza copiare tabelle HTML.<br><sub>Printed by aborruso</sub> |
emailoctopus |
/pp-emailoctopus |
latest | Manage EmailOctopus lists, contacts, campaigns, automations, reports, and cross-list cleanup workflows from the terminal.<br><sub>Printed by Trevin Chow</sub> |
epa-echo |
/pp-epa-echo |
latest | Resolve EPA-regulated facilities, inspect transparent compliance evidence, and retain change history without opaque scores.<br><sub>Printed by avanderheyde</sub> |
erank |
/pp-erank |
latest | Keyword Tool data from eRank, plus local scoring, drift, and listing-gap analysis for Etsy sellers.<br><sub>Printed by horknfbr</sub> |
espn |
/pp-espn |
latest | Live scores, standings, news, and game history across 17 sports from ESPN.<br><sub>Printed by Matt Van Horn</sub> |
etherpad |
/pp-etherpad |
latest | Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full...<br><sub>Printed by John McLear</sub> |
eu-tenders |
/pp-eu-tenders |
latest | The entire EU public procurement corpus — €815B/year — searchable offline, with B2B lead generation for...<br><sub>Printed by Mathias Michel</sub> |
eventbrite |
/pp-eventbrite |
latest | Every Eventbrite organizer endpoint, plus a local SQLite mirror of your events, orders.<br><sub>Printed by Vinny Pasceri</sub> |
everbee |
/pp-everbee |
latest | Research Etsy products, shops, and keywords from EverBee in a repeatable agent-ready workflow.<br><sub>Printed by horknfbr</sub> |
exchangerate-api |
/pp-exchangerate-api |
latest | Every ExchangeRate-API endpoint, plus a local rate history, watchlists, drift alerts, and an MCP server no one else...<br><sub>Printed by Vinny Pasceri</sub> |
expensify |
/pp-expensify |
latest | File expenses and submit reports to Expensify from the command line.<br><sub>Printed by Matt Van Horn</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.