Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Capture YouTube transcripts without browser automation using YouTube Transcript API
Fetch manual or auto-generated YouTube subtitles, including translations, without Selenium or API keys before summarization, extraction, or quote-checking.
Capture simulate and diff HTTP dependencies before flaky integration tests hit real external services with Hoverfly
Record real HTTP traffic, replay it in simulation mode, and compare dependency behavior without hammering live third-party services.
Capture, search, and optionally sync local coding-agent session history across Claude Code, Codex, Cursor CLI, and Gemini with SpecStory
Use SpecStory when valuable coding-agent decisions keep disappearing into terminal history and you need one cross-agent workflow to auto-save, search, summarize, and optionally share those sessions.
Capture responsive website screenshots for visual QA with Pageres
Use Pageres when an agent needs repeatable screenshots of the same page across multiple viewport sizes for design review, release checks, or documentation snapshots. This is a bounded visual capture skill, not a general browser automation card.
Capture polished terminal screenshots for docs and changelogs with termshot
Render clean terminal screenshots with stable framing before publishing documentation, release notes, or runbooks.
Capture network device config snapshots diffs and change attribution after edits with Oxidized
Pull running configs from routers and switches on a schedule or after change events so you can diff drift, audit edits, and recover known-good state.
Capture low-level Kubernetes runtime evidence with Inspektor Gadget
Run named Inspektor Gadget traces and snapshots when an agent needs eBPF-backed runtime evidence from pods, containers, or nodes that ordinary logs and metrics do not expose.
Capture local screen and audio context so agents can search what happened on your device
Use Screenpipe when an agent needs private, local-first memory of what you saw or heard on your computer, including searchable screen text, app context, and transcripts, instead of relying on a chat-only memory layer.
Capture live transcripts and searchable meeting memory for agents with Minutes
Stream meeting transcripts into searchable conversation memory so agents can read live or post-meeting context before drafting follow-ups or taking action.
Capture Linux runtime security events and suspicious behavior for live triage with Tracee
Watch live Linux and container activity through eBPF so you can triage suspicious runtime behavior before it disappears into guesswork.
Capture and search AI coding sessions alongside Git history with Entire CLI
Record AI coding sessions next to commits so an agent can recover why code changed, resume from checkpoints, and hand off work cleanly.
Capture and replay Claude Code trajectories for multi-session debugging with Agent Lens
Record structured Claude Code trajectories, shadow git diffs, and replay branches when agent behavior needs forensic debugging instead of ad hoc transcript review.
Capture a live webpage as a clean PDF or readable archive for offline review with Percollate
Turn a live webpage into a clean offline artifact such as a PDF or readable archive for review, citation, or handoff.
CapRover Self-Hosted PaaS for App Deployment and Server Management
CapRover is a self-hosted Platform-as-a-Service that automates Docker, Nginx, and LetsEncrypt to deploy applications and databases with minimal configuration. It provides a web GUI and CLI for managing NodeJS, Python, PHP, Ruby, Go apps and popular databases on any VPS.
Camoufox Open Source Anti-Detect Browser for Python Automation
Camoufox is an open source anti-detect browser built on Firefox that provides robust fingerprint injection and anti-bot evasion for Python automation workflows. It integrates with Playwright to deliver stealth browsing capabilities that bypass modern bot detection systems.
Camelot PDF Stream Parser
Implements Camelot library for advanced PDF table detection using lattice and stream parsing algorithms. Processes complex multi-page documents with OpenCV-based edge detection and outputs normalized DataFrames with cell-level confidence scores.
Camelot Advanced PDF Table Intelligence
Intelligent PDF table detection and extraction using Camelot-py with OpenCV-based lattice detection and morphological transformations. Handles rotated tables, merged cells, and multi-page spanning tables.
calcurse Text-Based Calendar and Scheduling Application
calcurse is a text-based calendar and scheduling application for the command line. It helps keep track of events, appointments, and everyday tasks with a curses-based TUI, configurable notifications, and CalDAV synchronization support.
Calculate routes, ETAs, and place lookups inside agent planning workflows with TomTom MCP
Gives an MCP-compatible agent structured place search, geocoding, routing, ETA, traffic, and map lookups so travel, field-service, and logistics tasks can stay inside an automated planning workflow.
Cal.com Open Source Scheduling Infrastructure and API
Integrate Cal.com's open-source scheduling platform into AI agent workflows. Agents can programmatically create event types, check availability, book meetings, and manage scheduling infrastructure through Cal.com's comprehensive REST API.
CairoSVG SVG to PNG PDF and PostScript Converter
CairoSVG is a Python-based SVG converter built on the Cairo 2D graphics library. It converts SVG files to PNG, PDF, EPS, and PostScript formats via both a CLI and a Python API, making it a reliable tool for automated image pipeline workflows.
Caddy Automatic HTTPS Web Server and Reverse Proxy
Caddy is a fast, extensible web server written in Go that provides automatic HTTPS via Let's Encrypt and ZeroSSL. It supports HTTP/1.1, HTTP/2, and HTTP/3, features a simple Caddyfile configuration format, a powerful JSON API for dynamic config, and serves as a production-grade r
Bundle and validate OpenAPI files into one publishable spec with swagger-cli
Resolve multi-file OpenAPI definitions into one validated artifact before docs, code generation, or CI gates depend on the spec.
Bun Shell Script Executor
Leverages Bun's built-in $ shell API (Bun.Shell) to orchestrate cross-platform shell scripts from TypeScript with tagged template literals, automatic glob expansion, and piped process composition.