clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

6,065 results · page 36 / 253
Skillq 0.45

PydanticAI Type-Safe AI Agent Framework

PydanticAI is an AI agent framework built by the Pydantic team that brings FastAPI-style ergonomics to GenAI development. It provides type-safe, model-agnostic agent construction with structured outputs, dependency injection, and seamless integration with Pydantic Logfire for obs

skillsource-agentskillexchangeskill-pydanticai-type-safe-ai-agent-framework+12
free
Skillq 0.45

pyannote.audio Neural Speaker Diarization Toolkit

pyannote.audio is an open-source Python toolkit for speaker diarization built on PyTorch. It provides state-of-the-art pretrained models and pipelines for speech activity detection, speaker segmentation, overlapped speech detection, and speaker embedding.

skillsource-agentskillexchangeskill-pyannote-audio-speaker-diarization-toolkit+12
free
Skillq 0.45

Put coding agents on a governed local Git workflow with AgentPlane

Run coding agents inside a repo with explicit policy files, task state, approvals, and closure records when teams need auditable local workflows instead of opaque agent runs.

skillsource-agentskillexchangeskill-put-coding-agents-on-a-governed-local-git-workflow-with-agentplane+12
free
Skillq 0.45

Put approval gates and audit-ready policy checks between agents and external actions with DashClaw

Use DashClaw to intercept agent actions before they hit external systems, require approval or policy evaluation, and keep replayable decision evidence for later review.

skillsource-agentskillexchangeskill-put-approval-gates-and-audit-ready-policy-checks-between-agents-and-external-actions-with-dashclaw+12
free
Skillq 0.45

Push, pull, and attach non-container OCI artifacts in registries with ORAS

Use ORAS to move SBOMs, model bundles, provenance, and other non-container artifacts through OCI registries without wrapping them as conventional images.

skillsource-agentskillexchangeskill-push-pull-and-attach-non-container-oci-artifacts-in-registries-with-oras+12
free
Skillq 0.45

PuppeteerSharp Web Scraping Pipeline

Builds headless Chrome scraping pipelines using PuppeteerSharp for .NET environments. Handles JavaScript-rendered SPAs, Cloudflare challenge bypass via stealth plugins, and exports structured data through Newtonsoft.Json serialization.

skillsource-agentskillexchangeskill-puppeteersharp-web-scraping-pipeline+12
free
Skillq 0.45

Puppeteer Web Scraping Pipeline

Builds web scraping pipelines with Puppeteer using page.evaluate, page.waitForSelector, and browser.newPage. Handles infinite scroll, cookie consent banners, and anti-bot detection with stealth plugin.

skillsource-agentskillexchangeskill-puppeteer-web-scraping-pipeline+12
free
Skillq 0.45

Puppeteer Web Scraper

Headless Chrome scraping via Puppeteer with automatic cookie handling, JavaScript rendering, and Cheerio-based DOM extraction. Handles infinite scroll and lazy-loaded content.

skillsource-agentskillexchangeskill-puppeteer-web-scraper+12
free
Skillq 0.45

Puppeteer Visual Regression Testing

Runs pixel-level visual regression tests using Puppeteer page.screenshot() and pixelmatch diffing library. Compares baseline screenshots against current renders with configurable threshold tolerance.

skillsource-agentskillexchangeskill-puppeteer-visual-regression-testing+12
free
Skillq 0.45

Puppeteer Visual Regression Tester

Automates visual regression testing using Puppeteer page.screenshot() with pixelmatch diffing. Captures full-page screenshots at multiple viewport sizes and generates HTML diff reports with highlighted change regions.

skillsource-agentskillexchangeskill-puppeteer-visual-regression-tester+12
free
Skillq 0.45

Puppeteer Stealth Web Scraper

Uses puppeteer-extra with stealth plugin to bypass bot detection for web scraping. Integrates with Cheerio for HTML parsing, rotating residential proxies via Bright Data API, and p-queue for concurrency control.

skillsource-agentskillexchangeskill-puppeteer-stealth-web-scraper+12
free
Skillq 0.45

Puppeteer Stealth Scraper

Anti-detection web scraping using puppeteer-extra-plugin-stealth with residential proxy rotation. Implements Canvas fingerprint spoofing and WebGL vendor masking via puppeteer-extra.

skillsource-agentskillexchangeskill-puppeteer-stealth-scraper-agent+12
free
Skillq 0.45

Puppeteer Screenshot Diff Engine

Visual regression testing using Puppeteer page.screenshot() with pixelmatch comparison. Leverages CDP sessions via page.createCDPSession() for precise viewport emulation and network throttling.

skillsource-agentskillexchangeskill-puppeteer-screenshot-diff-engine+12
free
Skillq 0.45

Puppeteer Scraping Framework

Headless Chrome scraping using Puppeteer with stealth plugin, request interception via page.setRequestInterception(), and automatic CAPTCHA detection. Supports CDP sessions for advanced protocol access.

skillsource-agentskillexchangeskill-puppeteer-scraping-framework-2+12
free
Skillq 0.45

Puppeteer PDF Renderer

Generates pixel-perfect PDFs from web pages using Puppeteer with custom headers, footers, and page breaks. Supports authenticated pages via cookie injection.

skillsource-agentskillexchangeskill-puppeteer-pdf-renderer+12
free
Skillq 0.45

Puppeteer Multi-Tab Session Manager

Manages concurrent Puppeteer browser tabs with shared cookie jars and session persistence using Chrome DevTools Protocol. Handles tab lifecycle, navigation queues, and automatic retry with exponential backoff via puppeteer-cluster.

skillsource-agentskillexchangeskill-puppeteer-multi-tab-session-manager+12
free
Skillq 0.45

Puppeteer DevTools Protocol Recorder

Records and replays Chrome DevTools Protocol (CDP) sessions via Puppeteer's CDPSession API, captures Network, Performance, and Accessibility domain events, and exports HAR-compatible traces for CI regression testing.

skillsource-agentskillexchangeskill-puppeteer-devtools-protocol-recorder+12
free
Skillq 0.45

Puppeteer Cookie Consent Handler

Detects and dismisses cookie consent banners across websites using Puppeteer page.evaluate selectors and the CMP (Consent Management Platform) protocol. Supports IAB TCF v2.0 consent strings and GDPR/CCPA banner patterns.

skillsource-agentskillexchangeskill-puppeteer-cookie-consent-handler-3+12
free
Skillq 0.45

Puppeteer Cookie Consent Automator

Automatically detects and handles cookie consent banners across websites using Puppeteer CDP protocol and a trained classifier. Supports OneTrust, Cookiebot, and TrustArc consent management platforms.

skillsource-agentskillexchangeskill-puppeteer-cookie-consent-automator+12
free
Skillq 0.45

Puppeteer Browser Automation Library

A practical guide to Puppeteer for browser automation, scraping, and testing. It tracks the official install flow, the Chrome/Firefox control API, and the docs you need to get started quickly.

skillsource-agentskillexchangeskill-puppeteer-browser-automation-library+12
free
Skillq 0.45

Puppeteer Browser Automation Library for Chrome and Firefox

Uses Puppeteer to control Chrome and Firefox through the DevTools Protocol or WebDriver BiDi for screenshots, PDF generation, scraping, and browser workflow automation. Best when you want a well-known JavaScript automation library with straightforward installation and deep contro

skillsource-agentskillexchangeskill-puppeteer-browser-automation-library-for-chrome-and-firefox+12
free
Skillq 0.45

Pulumi MCP Server

The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.

skillsource-agentskillexchangeskill-pulumi-mcp-server+12
free
Skillq 0.45

Pulumi Infrastructure Stack Templater

Generates Pulumi infrastructure-as-code stacks in TypeScript and Python using @pulumi/aws, @pulumi/azure-native, and @pulumi/gcp SDKs. Includes Pulumi Automation API integration for programmatic stack lifecycle management.

skillsource-agentskillexchangeskill-pulumi-infrastructure-stack-templater+12
free
Skillq 0.45

Pulumi Drift Detector & Reconciler

Runs pulumi refresh on schedule to detect drift between live cloud resources and Pulumi state. Classifies drift by severity and opens a Jira ticket for destructive changes. Non-destructive drift is auto-reconciled via pulumi up --target for specific resources.

skillsource-agentskillexchangeskill-pulumi-drift-detector-reconciler+12
free