Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
CDP Network Interception Logger
Uses Chrome DevTools Protocol Fetch.requestPaused and Network.responseReceived events to intercept, log, and modify HTTP traffic during browser automation. Exports HAR files compatible with Charles Proxy and supports request/response body modification.
Catch silent agent regressions by diffing outputs and tool traces in CI with eval-view
Snapshot agent behavior, compare outputs and tool-call paths, and block releases when a model or prompt change quietly shifts behavior.
Catch common misspellings in code and docs before review churn with codespell
Run a fast typo pass across source files and documentation so common misspellings are fixed before they spread through reviews and releases.
Catch benchmark regressions in pull requests before slowdowns ship with CodSpeed
Use CodSpeed when an agent needs benchmark runs compared in CI and surfaced on pull requests before performance regressions merge.
Catch agent-era CI/CD and permission misconfigurations before shipping with Ship Safe
Run Ship Safe before a release when an agent needs one pre-ship pass for CI/CD misconfigurations, permission risks, secrets exposure, MCP-related hazards, and dependency issues.
Casdoor Open Source Identity and Access Management Platform
Casdoor is an open source AI-first Identity and Access Management (IAM) platform and auth server supporting OAuth 2.1, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, and MCP gateway integration with a web-based admin UI.
Cartesia JavaScript SDK for Low-Latency Voice Generation
An ASE skill built around the official Cartesia JavaScript SDK for text-to-speech and voice API workflows. It is a strong fit for agents that need programmatic voice generation, low-latency speech responses, and direct integration with Cartesia’s hosted models.
Cariddi Domain Crawler and Endpoint Secret Scanner
Cariddi is a Go-based security tool that takes a list of domains, crawls their URLs, and scans for endpoints, secrets, API keys, file extensions, tokens, and errors. It supports configurable concurrency, depth limits, proxy routing, and multiple output formats.
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.