Integrations & APIs
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
-
twilio Bundle Twilio Email Deliverability AdvisorDeliverability advisor for the Twilio Email API specifically. Use ONLY when the developer explicitly mentions Twilio Email, comms.twilio.com, or a Twilio (non-SendGrid) email program. For all other deliverability questions — including generic ones — use twilio-sendgrid-deliverability-advisor.
-
vudovn Bundle API PatternsAPI design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
-
vudovn Bundle Testing PatternsTesting patterns and principles. Unit, integration, mocking strategies.
-
refly-ai Bundle SlackIntegrate with Slack for team messaging. Use when you need to: (1) send messages to Slack channels, (2) post notifications and updates, or (3) automate Slack communication workflows.
-
refly-ai Bundle StripeIntegrate with Stripe for payment processing. Use when you need to: (1) manage customers and payments, (2) create invoices and subscriptions, or (3) automate billing workflows.
-
ulpi-io Bundle Ast GrepSearch code by SYNTAX SHAPE, not by text — matching structures grep and regex can't reliably express — with the `ast-grep` CLI: parse to an AST and match with patterns, node kinds, relational rules (`inside`/`has`), and metavariables, inspecting the tree via `--debug-query` and proving the rule on a minimal example before it runs repo-wide. Requires the `ast-grep` CLI; results are spot-checked, not returned as unverified noise. Use when the target is a code structure rather than a literal string.
-
ulpi-io Skill Browse ConfigGenerate camoufox configuration for the `browse` CLI by INTERVIEW, not hand-edited JSON — an AskUserQuestion-guided flow that turns a chosen preset (stealth, fast-scraping, Google-safe, or a fully custom walkthrough) into a valid `browse.json` camoufox section or a named `.browse/camoufox-profiles/<name>.json`, using camelCase keys, merging without clobbering existing fields, and writing proxy credentials to file only. Use to create or tune an anti-detection browse profile before stealth browsing.
-
ulpi-io Bundle Laravel FilamentBuild Filament admin panels on the v5 API surface THIS project targets, not deprecated v3 patterns — a reference carrying the current namespaces and conventions for Resources, forms, tables, actions, filters, relation managers, widgets, infolists, panels, and testing, with business logic kept in application Actions, so a change lands idiomatic and review-ready instead of tripping over renamed APIs. Use when a task touches this project's Filament admin panels and should target the v5 surface rather than deprecated patterns.
-
whawkinsiv Bundle OptimizeUse this skill when the user's app feels slow, the codebase feels bloated, or after significant development work. Also use when the user says 'my app is slow,' 'clean up my code,' 'reduce bundle size,' 'my hosting bill is too high,' or 'everything feels sluggish.' Optimizes across four dimensions: Speed (page load, API response), Code (unused files, dead code), Database (orphaned data, schema hygiene), and Dependencies (package bloat, bundle size).
-
whawkinsiv Skill PaymentsUse this skill when the user needs to set up Stripe, implement subscriptions, handle billing, configure payment plans, manage failed payments, deal with refunds, set up tax collection, or troubleshoot payment issues. Covers Stripe configuration, subscription lifecycle, dunning, tax compliance, and billing operations for bootstrapped SaaS.
-
whawkinsiv Skill IntegrationsUse this skill when the user needs to connect third-party services, set up APIs, add OAuth, configure webhooks, or integrate tools like Slack, Zapier, email providers, or payment processors. Covers API integration patterns, auth flows, webhook handling, and building integrations that non-technical founders can maintain.
-
whawkinsiv Skill Motion PolishUse this skill when the user wants to add animations, make transitions smooth, add micro-interactions, or apply final polish. Also use when the user says 'my app feels static,' 'add some life to this,' 'make it feel smoother,' 'the transitions are janky,' or 'make this feel like Linear/Stripe.' Covers transition patterns, micro-interactions, page transitions, loading animations, scroll interactions, and the restraint principle.
-
danielmiessler Bundle ApifyScrapes social platforms, business data, and e-commerce via Apify actors — Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon, and web crawls — filtering in code. USE WHEN scrape Instagram, scrape LinkedIn, scrape TikTok, scrape YouTube, scrape Facebook, Google Maps leads, Amazon reviews, business intelligence, multi-platform social listening, competitive analysis, lead generation, social monitoring, Apify actors, web crawl, extract contacts. NOT FOR X/Twitter account operations like posting, threads, or bookmarks (those need a dedicated X API client), 4-tier progressive scraping with proxy escalation (use BrightData), or real-Chrome bot bypass and computer use (use Interceptor).
-
danielmiessler Bundle CreatecliGenerates production-ready TypeScript CLIs via a 3-tier template system (manual arg parsing, Commander.js, oclif), each shipping full implementation, docs, package.json, strict config, JSON output, and exit-code compliance. USE WHEN create CLI, build CLI, command-line tool, wrap API, add command, upgrade tier, TypeScript CLI. NOT FOR LifeOS skill scaffolding (use CreateSkill).
-
tiangong-ai Bundle Openaq Data FetchDiscover bounded OpenAQ air-quality monitoring locations and retrieve raw, hourly, or daily measurements for one known sensor through the Tiangong CLI. Use when a task needs OpenAQ location, provider, sensor, parameter, license, coverage, or time-series context; do not use for arbitrary API paths, S3 archive downloads, AQI calculation, health or regulatory decisions, forecasting, source attribution, or cross-sensor analysis.
-
tiangong-ai Bundle Sustainability Fulltext FetchFetch and persist content for DOI-keyed sustainability RSS entries from a separate fulltext SQLite DB, using OpenAlex/Semantic Scholar API metadata first and webpage fulltext extraction as fallback. Use when building resilient DOI-first content enrichment after relevance labeling.
-
spencerpauly Skill Adding AuthAdd authentication to a web application using NextAuth.js (Auth.js), including OAuth providers, session management, and protected routes.
-
spencerpauly Skill Adding StripeIntegrate Stripe payments into a web application, including checkout sessions, webhooks, and customer portal.
-
spencerpauly Skill Writing TestsAnalyze existing code and write comprehensive unit and integration tests for it. Detects the test framework, identifies untested code paths, and generates tests with proper mocking, edge cases, and assertions. Use when the user asks to add tests, improve coverage, or test a specific module.
-
spencerpauly Skill Adding E2e TestsSet up Playwright end-to-end testing in a project, including test configuration, example tests, and CI integration.
-
spencerpauly Skill Verifying In BrowserAfter making code changes, start the dev server, open the app in Cursor's built-in browser, and verify everything works — check rendering, console errors, and network health. Use proactively after any UI or API change.
-
motherduckdb Bundle Motherduck REST APIAdminister MotherDuck service accounts, tokens, Ducklings, and Dive embed sessions through the control-plane REST API.
-
manutej Bundle Sqlalchemy Orm ExpertComprehensive SQLAlchemy skill for customer support tech enablement, covering ORM patterns, session management, query optimization, async operations, and PostgreSQL integration
-
manutej Bundle PydanticComprehensive Pydantic data validation skill for customer support tech enablement - covering BaseModel, Field validation, custom validators, FastAPI integration, BaseSettings, serialization, and Pydantic V2 features
-
manutej Bundle API Gateway PatternsComprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture
-
manutej Bundle Golang Backend DevelopmentComplete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment
-
syncfusion-blazor-ui-components Bundle Syncfusion Blazor TreegridImplements the Syncfusion Blazor TreeGrid (SfTreeGrid) for hierarchical or self‑referential data with expandable nodes and nested row structures. Use this skill when building tree‑view workflows in Blazor Server, WebAssembly, Web App, or MAUI applications. Supports GraphQL binding, templates, sorting, filtering, editing, paging, aggregates, search, exporting, virtualization, clipboard actions, and state management for rich hierarchical data experiences.
-
alinaqi Skill MedusaMedusa headless commerce - modules, workflows, API routes, admin UI
-
alinaqi Skill WorkspaceDynamic multi-repo and monorepo awareness for Claude Code. Analyze workspace topology, track API contracts, and maintain cross-repo context.
-
alinaqi Skill Reddit AdsReddit Ads API - campaigns, targeting, conversions, agentic optimization
-
alinaqi Skill Reddit APIReddit API with PRAW (Python) and Snoowrap (Node.js)
-
alinaqi Skill CredentialsCentralized API key management from Access.txt
-
alinaqi Skill WoocommerceWooCommerce REST API - products, orders, customers, webhooks
-
alinaqi Skill Shopify AppsShopify app development - Remix, Admin API, checkout extensions
-
alinaqi Skill Web PaymentsStripe Checkout, subscriptions, webhooks, customer portal
-
alinaqi Skill Ms Teams AppsMicrosoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API
Frequently asked questions
What are Integrations & APIs agent skills?
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
Which Integrations & APIs skills are most installed?
Popular Integrations & APIs skills on SkillMD right now include medusa, Apify, CreateCLI. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Integrations & APIs skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.