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.
-
sjunepark Bundle Clear Rust 2Plain Rust for any source, test, macro, Cargo crate, or API work: visible control flow, concrete design, narrow abstractions, and explicit safety boundaries.
-
sjunepark Bundle Modern Rust 2Modern Rust release awareness for any Rust source, test, Cargo workspace, manifest, build script, toolchain, FFI, upgrade, or API work from Rust 1.72 onward.
-
sjunepark Bundle Update Base Branch 2Switch the current Git worktree from a feature branch to its intended base or integration branch and fast-forward that local branch to its configured remote tip. Use when the user asks to leave current feature work and update, refresh, or move to the latest dev, main, trunk, or worktree-specific primary branch. Do not use to merge or rebase a base branch into a feature branch, rewrite divergent history, or update a different worktree.
-
sleeplessv Bundle Prefect 2Use when building, reviewing, or debugging Prefect 3 projects, including flows, tasks, deployments, work pools, workers, schedules, blocks, results/retries/caching; when diagnosing failed, crashed, stuck, late, or zombie flow runs; or whenever unsure about a Prefect API or current best practice. Queries the live instance via the CLI and confirms version-sensitive details against the live Prefect docs.
-
sleeplessv Bundle Implement Feature 2Implement a whole feature as one PR through ticket waves on an integration branch. Use when implementing a spec and its tickets, or an explicit ticket set, end-to-end.
-
dotnet Skill API Review 2Reviews .NET API surface area PRs for design guideline violations. Analyzes api/*.cs file diffs, applies review rules from .NET Framework Design Guidelines and Aspire conventions, and attributes findings to the developer who introduced each API (via git blame). Use this when asked to review API surface area changes.
4k -
pedroct Skill Integration Design 2Build reliable external integrations.
-
kimasplund Skill Ralph Loop Integration 2Persistent iteration wrapper for cognitive reasoning patterns using ralph-loop's Stop hook mechanism. Use when high confidence (>90%) is required, complex multi-pattern orchestration needs iterative refinement, self-correcting analysis is needed, or long-running tasks require checkpointed persistence. Wraps IR-v2 patterns in completion promise-gated loops.
-
kimasplund Bundle Reasoning Handover Protocol 2Protocol for cognitive pattern handovers during complex reasoning sessions. Defines .reasoning/ directory structure, handover schemas, and IR-v2 orchestration integration. Use when reasoning sessions require mid-stream pattern transitions, parallel branch merging, state checkpointing, or multi-pattern orchestration. Essential for complex problems where ToT, BoT, HE, or other patterns must hand off work to each other.
-
ureca-corp Bundle Flutter Ddd Patterns 2This skill should be used when creating "Freezed models", "Riverpod services", "API clients", "domain models", "AsyncNotifier", or working with Flutter DDD architecture. Provides patterns for Freezed 3.x, Riverpod 3.x, and API client integration following project conventions.
-
javimosch Skill Minipostiz Discord Setup 2Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
-
javimosch Skill Minipostiz Facebook Setup 2Facebook Graph API setup for minipostiz-cli — create app, get page access token + page ID, store credentials
-
javimosch Skill Minipostiz Linkedin Setup 2Full LinkedIn OAuth setup for minipostiz-cli — creates app, gets access token + personUrn, stores credentials
-
javimosch Skill Minipostiz Mastodon Setup 2Mastodon API setup for minipostiz-cli — create application, get access token, store instance URL + token
-
javimosch Skill Minipostiz Telegram Setup 2Telegram Bot API setup for minipostiz-cli — create bot via BotFather, get token + chat ID, store credentials
-
jjmartres Skill Httpie 2Use this skill whenever the user wants to make HTTP requests, test APIs, call REST endpoints, debug web services, or interact with any HTTP/HTTPS API using the HTTPie CLI tool (`http` command). Trigger this skill for any request involving: sending GET/POST/PUT/PATCH/DELETE requests, testing API endpoints, sending JSON or form data, working with authentication (Bearer token, Basic auth), uploading files, downloading responses, managing sessions, inspecting request/response headers, or piping HTTP calls in shell scripts. Use this skill even when the user just says "call the API", "send a request", "hit this endpoint", or "test with httpie" � don't wait for explicit httpie mention.
-
microsoft Skill Deprecate Integration 2Sunsets (soft-deprecates) a shipped Aspire hosting integration: marks its public API [Obsolete], adds a README warning banner, hides the package from `aspire add`, removes integration-specific automation, suppresses the resulting warnings in first-party consumers, and ships one final obsolete release. Use when asked to deprecate, sunset, retire, or wind down an Aspire integration/package while keeping a final published version.
2.7k -
open-gsd Skill Design An Interface 2Produce 3+ radically different designs for a module, API, or interface, compare them in prose, and synthesize a recommendation. Use when asked to "design an interface", "shape this API", "design it twice", "explore module boundaries", or when planning a new deep module and the first idea is unlikely to be the best. Based on "Design It Twice" from A Philosophy of Software Design — the value is the contrast, not the first draft.
-
weaverse Bundle Hydrogen Cookbooks 2Step-by-step implementation guides for building features in a Shopify Hydrogen storefront — bundles, combined listings, customer accounts, 3D models, performance, variant media, and Weaverse integration.
-
weaverse Bundle Weaverse Content API 2Use when reading or updating live Weaverse content programmatically — pulling projects/pages/theme settings, bulk-editing page content, pushing AI-generated copy, deleting pages, or uploading media to Shopify for use in Weaverse. Triggers on requests to update a Weaverse project via API, push content to a live project, run bulk content edits, or upload images/assets to Shopify from automation.
-
weaverse Skill Weaverse Integration 2Integrate Weaverse into an existing Shopify Hydrogen project — analyze codebase, convert existing components to Weaverse sections, set up SDK, configure routes, and preserve coding style. For projects not yet using Weaverse.
-
spartan-stratos Bundle Service Debugging 2Structured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.
-
spartan-stratos Bundle Python API Endpoint Creator 2Creates FastAPI endpoints with layered architecture (Router → Service → Repository). Use when creating new API endpoints, CRUD operations, or scaffolding a new domain module in a FastAPI project.
-
vishalsachdev Bundle Faq Generator 2This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from the course description, course content, learning graphs, concept lists, MicroSims, and glossary terms to help students understand common questions and prepare content for chatbot integration. Use this skill after course description, learning graph, glossary, and at least 30% of chapter content exist.
-
packmindhub Skill CLI E2e Test Authoring 2Guide for adding new end-to-end tests for the Packmind CLI. This skill should be used when creating new test specs in the `apps/cli-e2e-tests/` directory that exercise CLI commands against a real binary and API.
-
ndhananj Skill Django Tdd 2Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
-
ndhananj Skill Django Patterns 2Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
-
coollabsio Skill Socialite Development 2Manages OAuth social authentication with Laravel Socialite. Activate when adding social login providers; configuring OAuth redirect/callback flows; retrieving authenticated user details; customizing scopes or parameters; setting up community providers; testing with Socialite fakes; or when the user mentions social login, OAuth, Socialite, or third-party authentication.
-
rhein1 Skill Agoragentic 2Route an Agoragentic task to the smallest applicable skill. Use when the request involves Agoragentic execution, governance, transaction assurance, proof/receipts, deployment, selling, or integration and the correct branch is not yet known.
-
andurilcode Skill Technical Writing 2Apply whenever the user needs to write, draft, review, or improve technical documents — RFCs, design docs, ADRs, runbooks, postmortems, one-pagers, announcements, Slack threads, PR descriptions. Triggers on 'write a design doc', 'draft an RFC', 'help me write this up', 'write a runbook', 'review my doc', 'make this clearer', 'write a postmortem', or when technical information must be communicated to a specific audience. Also trigger when the user pastes a draft for feedback or needs to explain technical decisions to non-technical stakeholders.
-
block Skill Goosetown Researcher Reddit 2Search Reddit for community discussions, war stories, and anecdotal evidence using the unauthenticated JSON API. Returns structured findings with links. Treat as anecdotal evidence, not authoritative truth.
-
block Skill Goosetown Researcher Stackoverflow 2Search Stack Overflow for canonical Q&A, error solutions, and implementation patterns using the Stack Exchange API. Returns structured findings with links and vote counts.
-
linux2010 Bundle 1password 2Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
-
linux2010 Skill Imsg 2Use the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
-
masumi-network Bundle Sentry CLI 2Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.
-
masumi-network Bundle Prisma Postgres 2Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.
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 api-review, minipostiz-discord-setup, minipostiz-facebook-setup. 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.