clawmart
/ catalog

Catalog

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

6,065 results · page 17 / 253
Skillq 0.45

Supabase MCP Server for Database and Project Management

An official MCP server that connects Supabase projects to AI assistants like Claude, Cursor, and Windsurf. Enables natural-language database management, table operations, SQL queries, and project configuration through the Model Context Protocol.

skillsource-agentskillexchangeskill-supabase-mcp-server-database-project-management+12
free
Skillq 0.45

Supabase CLI for Local Development and Database Migrations

Supabase CLI manages local Supabase projects, database migrations, types, and edge functions. It is the upstream command-line tool for developers who need to work against Supabase from the terminal and CI.

skillsource-agentskillexchangeskill-supabase-cli-local-development-database-migrations+12
free
Skillq 0.45

Summarize URLs, files, podcasts, and YouTube sources into agent-ready briefs with Summarize

Turn long pages, PDFs, podcasts, videos, and local files into compact working briefs before downstream research, drafting, or execution steps.

skillsource-agentskillexchangeskill-summarize-urls-files-podcasts-and-youtube-sources-into-agent-ready-briefs-with-summarize+12
free
Skillq 0.45

Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum

Use gotestsum to turn noisy `go test` output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.

skillsource-agentskillexchangeskill-summarize-failing-go-test-runs-and-rerun-flakes-before-ci-repair-loops-with-gotestsum+12
free
Skillq 0.45

Subfinder Fast Passive Subdomain Enumeration Tool

Subfinder is a passive subdomain discovery tool by ProjectDiscovery that finds valid subdomains for websites using curated online sources. Optimized for speed and stealth, it integrates cleanly into security reconnaissance pipelines via stdin/stdout support.

skillsource-agentskillexchangeskill-subfinder-passive-subdomain-enumeration+12
free
Skillq 0.45

Study customer-service triage and handoff patterns with the OpenAI CS agents demo

Use OpenAI's customer-service agents demo as a reference workflow for triage, specialist handoffs, guardrails, and support-case orchestration before building a production support agent.

skillsource-agentskillexchangeskill-study-customer-service-triage-and-handoff-patterns-with-the-openai-cs-agents-demo+12
free
Skillq 0.45

Stripe Webhook Signature Verifier

Verifies Stripe webhook payload signatures using the Stripe.js SDK and the stripe.webhooks.constructEvent method. Validates the Stripe-Signature header against the raw request body and a configured endpoint secret. Handles tolerance windows for replay attack prevention and logs v

skillsource-agentskillexchangeskill-stripe-webhook-signature-verifier+12
free
Skillq 0.45

Stripe Revenue Reconciliation Agent

Uses the Stripe API to pull charge, refund, dispute, and payout records within a configurable date window and reconciles them against expected revenue figures. Flags mismatches, duplicate charges, and unmatched refunds, outputting a CSV report with Stripe object IDs.

skillsource-agentskillexchangeskill-stripe-revenue-reconciliation-agent+12
free
Skillq 0.45

Stripe Revenue Analytics Dashboard Builder

Pulls MRR, churn, and LTV metrics from the Stripe Data API using the stripe Node.js SDK and transforms the data using Apache Arrow. Aggregated metrics are pushed to a Metabase dashboard via the Metabase API and refreshed nightly using a cron-triggered Lambda function.

skillsource-agentskillexchangeskill-stripe-revenue-analytics-dashboard+12
free
Skillq 0.45

Stripe Reporting Agent

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

skillsource-agentskillexchangeskill-stripe-reporting-agent+12
free
Skillq 0.45

Stripe Payments Connector

Full Stripe API integration using the stripe-node SDK. Creates PaymentIntents via stripe.paymentIntents.create(), manages Customers and Subscriptions, handles webhook events through stripe.webhooks.constructEvent(), and supports Stripe Connect for marketplace payouts.

skillsource-agentskillexchangeskill-stripe-payments-connector+12
free
Skillq 0.45

Stripe Payment Flow Connector

Integrates Stripe payment processing using stripe-node SDK including PaymentIntents, Checkout Sessions, Billing Portal, and webhook event verification with stripe.webhooks.constructEvent.

skillsource-agentskillexchangeskill-stripe-payment-flow-connector+12
free
Skillq 0.45

Stripe MCP Server

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

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

Stripe Connect Platform Bridge

Manages Stripe Connect onboarding flows using the stripe-node SDK. Handles account creation, capability requests, OAuth redirects, and payout scheduling via the Stripe Accounts API.

skillsource-agentskillexchangeskill-stripe-connect-platform-bridge+12
free
Skillq 0.45

Stripe Connect Marketplace Sync

Synchronize marketplace transactions using the Stripe Connect API with automatic payout splitting, transfer reversals, and account onboarding via Stripe.js and the stripe-node SDK.

skillsource-agentskillexchangeskill-stripe-connect-marketplace-sync+12
free
Skillq 0.45

Stripe Connect Integration

Manages Stripe Connect accounts and payment flows using the Stripe Node.js SDK (stripe@14.x). Handles onboarding via Account Links API, creates PaymentIntents with application fees, and processes Connect webhooks.

skillsource-agentskillexchangeskill-stripe-connect-integration+12
free
Skillq 0.45

Stripe Connect Account Provisioner

Automates Stripe Connect onboarding by provisioning connected accounts via the Stripe API. Handles account creation, KYC link generation with stripe.accountLinks.create(), and webhook verification for account.updated events.

skillsource-agentskillexchangeskill-stripe-connect-account-provisioner+12
free
Skillq 0.45

Stripe API Reference Navigator

Navigates and queries the Stripe REST API documentation using stripe-node SDK methods. Resolves payment intent lifecycle, webhook event schemas, and Connect platform payout structures with type-safe parameter validation.

skillsource-agentskillexchangeskill-stripe-api-reference-navigator+12
free
Skillq 0.45

Stripe Agent Toolkit for AI Payment Integration

The official Stripe Agent Toolkit provides Python and TypeScript libraries plus a hosted MCP server for integrating Stripe payment APIs with AI agent frameworks. Supports OpenAI, LangChain, CrewAI, and Vercel AI SDK through function calling with granular API key permissions.

skillsource-agentskillexchangeskill-stripe-agent-toolkit-ai-payment-integration+12
free
Skillq 0.45

Strip quoted email history and signatures before summarizing inbound replies

Uses mail-parser-reply to isolate the newest human reply from text email threads while removing quoted history, signatures, and common disclaimers. This is useful when an agent needs the actionable part of an inbound email before routing, summarizing, or creating follow-up tasks.

skillsource-agentskillexchangeskill-strip-quoted-email-history-and-signatures-before-summarizing-inbound-replies+12
free
Skillq 0.45

Strip noisy runtime fields from Kubernetes YAML before review with kubectl-neat

Clean exported Kubernetes manifests by removing status and other runtime-generated fields before diffing, review, or migration work.

skillsource-agentskillexchangeskill-strip-noisy-runtime-fields-from-kubernetes-yaml-before-review-with-kubectl-neat+12
free
Skillq 0.45

Strip noisy Jupyter output from notebooks before commit with nbstripout

Keep notebook diffs reviewable by removing execution output and excess metadata before notebooks land in Git history.

skillsource-agentskillexchangeskill-strip-noisy-jupyter-output-from-notebooks-before-commit-with-nbstripout+12
free
Skillq 0.45

Stress-test Python test suites with mutation runs from mutmut

Use mutation testing to expose weak Python tests before merge or release by checking which code changes survive the current test suite.

skillsource-agentskillexchangeskill-stress-test-python-test-suites-with-mutation-runs-from-mutmut+12
free
Skillq 0.45

Stress-test JavaScript and TypeScript test suites with mutation testing before risky changes ship with StrykerJS

Run mutation testing against JS or TS projects to find tests that still pass when real defects are introduced.

skillsource-agentskillexchangeskill-stress-test-javascript-and-typescript-test-suites-with-mutation-testing-before-risky-changes-ship-with-strykerjs+12
free