Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Detect Scene Boundaries And Export Cut Lists Before Video Review With Pyscenedetect
Detect scene changes in a video, emit cut boundaries, and hand back machine-usable scene lists before manual review, splitting, or clip assembly.
Detect repository licenses before dependency approval or open-source due diligence
Use Licensee when an agent needs to inspect a repository and determine what license text it actually matches before a dependency is approved or a codebase is redistributed. The skill is about evidence-backed license detection, not legal advice or broader compliance automation.
Detect copy-pasted code hotspots before refactors, audits, or review
Use jscpd when an agent needs to scan a codebase for duplicated blocks and turn clone findings into a focused cleanup or review queue. The skill is about duplication detection and hotspot reporting, not general linting, testing, or automated refactoring by itself.
Desktop Commander MCP Server for Terminal and File Control
Desktop Commander is an MCP server that gives AI assistants terminal command execution, file system search, diff-based file editing, and process management capabilities. It extends Claude Desktop and other MCP clients with full local development environment control.
Design Lifecycle Email Sequences
Create or improve welcome, nurture, onboarding, re-engagement, and other lifecycle sequences with a clear purpose for each email.
Design and verify LaunchDarkly feature-flag targeting and rollout changes with MCP safety checks
Inspect a LaunchDarkly flag’s current state, choose the right targeting approach, apply rollout or rule changes through the LaunchDarkly MCP server, and verify the outcome safely.
Deploy and diff environment-specific Kubernetes targets from one declarative project with Kluctl
Manage multi-environment Kubernetes rollouts from a single project so you can diff, deploy, prune, and promote targets without hand-stitching every overlay.
Deploy an agent-readable OpenClaw defense matrix and hardening audit with OpenClaw Security Practice Guide
Use an agent-facing OpenClaw security guide to audit a live setup, surface conflicts, and apply a bounded hardening defense matrix with explicit approval gates and nightly checks.
Deploy a self-hosted phone-call agent for Asterisk and FreePBX with AVA
Bring up a self-hosted voice agent that answers, routes, or transfers live calls through Asterisk or FreePBX with a PBX-native workflow.
Dependency Vulnerability Scanner
Scans project dependencies using OSV.dev API and Snyk CLI for known CVEs across npm, PyPI, Maven, and Go modules. Generates SBOM in CycloneDX format via syft.
Demucs Music Source Separation for Vocal and Stem Extraction
Demucs is Meta's open-source music source separation project for splitting songs into stems such as vocals, drums, bass, and accompaniment. It fits agent workflows that need repeatable audio preprocessing before transcription, remixing, analysis, captioning, or archive preparatio
delta Syntax-Highlighting Git Diff Pager
A syntax-highlighting pager for git diff, grep, and blame output built in Rust. Provides word-level diff highlighting, side-by-side views, line numbering, and theme support using the same syntax themes as bat.
Define repeatable Python automation sessions in code with nox
Encode test, lint, build, and docs routines as named Python sessions so humans and agents run the same workflow every time.
Define file-native Git workflows for agents with GitAgent
Store prompts, task chains, and reusable agent workflows as versioned project files so teams can review and reuse agent behavior through Git.
Deepgram Real-Time Transcription Connector
Streams live audio to Deepgram's WebSocket API at wss://api.deepgram.com/v1/listen for real-time speech-to-text. Handles interim results, utterance detection, and speaker diarization via the Deepgram Node SDK.
Deepgram Podcast Chapter Generator
Submits podcast MP3 URLs to Deepgram Nova-2 with paragraph and summarize features, then clusters returned timestamps into logical chapters using a sliding-window topic boundary algorithm. Outputs YouTube-compatible chapter timestamps and an RSS-ready podcast:chapters JSON feed. O
Deepgram Nova Transcriber
Transcribes audio using the Deepgram Nova-2 API with diarization, punctuation, and smart formatting. Supports streaming via WebSocket and batch via REST with pre-recorded endpoint and callback URLs.
Deepgram Nova STT Pipeline
Real-time speech-to-text using Deepgram Nova-2 API with streaming WebSocket connections. Supports diarization, punctuation, and language detection via the Deepgram Python SDK for podcast and meeting transcription workflows.
Decompile Android APKs into readable source with jadx for review and analysis
Turn an APK into readable Java or decompiled source artifacts so an agent can inspect behavior before deeper reverse-engineering or triage.
Decode, inspect, sign, and verify JWTs while debugging auth flows with jwt-cli
Decode JWTs, inspect claims, and verify or sign tokens with local keys during auth debugging and test setup.
Decap CMS Git-Based Content Management System for Static Sites
Decap CMS is a Git-based content management system for static site generators. It provides an admin UI at /admin, authenticates against Git-backed backends, and lets teams edit structured content in repositories without building a custom editorial interface from scratch.
Decap CMS Git-Based Content Management for Static Sites
An agent skill built on Decap CMS (formerly Netlify CMS), the open-source Git-based content management system for static site generators. Provides a visual editing interface backed by Git commits, enabling content workflows for Hugo, Jekyll, Gatsby, Next.js, and other Jamstack fr
Debug live Chromium sessions with browser-debugger-cli
Pull DOM, console, network, and CDP telemetry from a live Chromium session when an agent needs to debug a failing browser task.
Debug Firefox-only browser issues with DevTools MCP before shipping web changes
Use Firefox DevTools MCP when an agent needs to inspect pages, trace network and console activity, capture screenshots, and automate reproduction steps in Firefox instead of relying on Chrome-first tooling.