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.
-
imtiazrayhan Skill Webhook Handler ScaffolderScaffold a robust inbound webhook handler that verifies the signature on the raw body first, dedupes on the provider's event id, acknowledges fast, and processes asynchronously — the four things naive handlers get wrong. Use when wiring up events from a third party (Stripe, GitHub, Shopify, Slack, Twilio), when a provider keeps retrying because your endpoint times out or 500s, or when duplicate events are double-charging or double-creating records.
-
imtiazrayhan Skill API Error Contract DesignerDesign or normalize an API's error contract so clients get stable machine-readable codes, safe human messages, field-level validation details, correlation IDs, and consistent HTTP semantics. Use when adding endpoints, replacing ad hoc error strings, documenting SDK behavior, or fixing clients that branch on fragile message text.
-
rweisssieker-xp Skill Ax Migration Marketplace Integration LeadUse when marketplace integrations, marketplace order intake, inventory, returns, settlement, or marketplace reconciliation needs.
-
gaoqiongxie Skill Webapp TestingWeb应用自动化测试:Playwright侦察→行动工作流。当用户说'测试这个网页'、'写E2E测试'、'测一下前端'、'Playwright测试'、'自动化测试网页'、'UI测试'、'端到端测试'时触发。核心特点:先侦察DOM结构再生成测试,支持表单验证/导航流程/API Mock/截图对比/性能指标,输出可运行的Playwright测试代码。
-
gaoqiongxie Skill API Doc GeneratorAPI 文档生成器:根据 Java 代码(Controller/Service/Entity)自动生成 Swagger/OpenAPI 注解和文档。 适用于写接口文档、生成 @Api/@ApiOperation 注解、完善 Knife4j 配置、输出接口说明等场景。 触发词:写接口文档、生成Swagger、@Api注解、API文档、OpenAPI、Knife4j、写接口说明
-
seikaikyo Skill Fastapi PatternsFastAPI + SQLModel + Neon PostgreSQL 後端開發最佳實踐。適用於 Render 部署的 API 服務。涵蓋路由設計、資料庫操作、錯誤處理、認證授權。
-
seikaikyo Bundle Golang ContextIdiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, choosing between context.Background/TODO/WithoutCancel, or storing values in context. Not for code that merely accepts ctx as first parameter.
-
seikaikyo Bundle Golang GRAPHQLImplements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, handling subscriptions, or integrating GraphQL with existing Go HTTP services. Also apply when the codebase imports `github.com/99designs/gqlgen` or `github.com/graph-gophers/graphql-go`.
-
seikaikyo Bundle Golang TestingProduction-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI, or debugging flaky/slow tests. For testify-specific APIs see `samber/cc-skills-golang@golang-stretchr-testify`; for measurement methodology see `samber/cc-skills-golang@golang-benchmark`.
-
seikaikyo Bundle Golang Samber RoReactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins (HTTP, cron, fsnotify, JSON, logging), automatic backpressure, error propagation, and Go context integration. Apply when using or adopting samber/ro, when the codebase imports github.com/samber/ro, or when building asynchronous event-driven pipelines, real-time data processing, streams, or reactive architectures in Go. Not for finite slice transforms (→ See `samber/cc-skills-golang@golang-samber-lo` skill).
-
seikaikyo Bundle Golang Samber OopsStructured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops.
-
seikaikyo Bundle Golang Spf13 ViperGolang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/BindPFlags, SetEnvPrefix + SetEnvKeyReplacer + AutomaticEnv, ReadInConfig + ConfigFileNotFoundError, Unmarshal + mapstructure struct tags, Sub for sub-trees, WatchConfig + OnConfigChange for hot reload, viper.New() for test isolation, and remote KV integration. Apply when using or adopting spf13/viper, or when the codebase imports `github.com/spf13/viper`. For CLI command structure alongside viper, see the `samber/cc-skills-golang@golang-spf13-cobra` skill. For general CLI architecture, see `samber/cc-skills-golang@golang-cli`.
-
aradotso Skill Openclaw Dingtalk ChannelDingTalk channel plugin for OpenClaw that enables enterprise bot integration using Stream mode without public IP requirements
-
aradotso Skill Openclaw Lark IntegrationOfficial Lark/Feishu plugin for OpenClaw that enables AI agents to interact with Lark workspaces including messages, docs, bases, calendars, and tasks
-
aradotso Skill Openclaw China IntegrationExpert in integrating OpenClaw AI with Chinese IM platforms (DingTalk, Feishu, QQ, WeChat Work, WeChat Official Account)
-
aradotso Skill Openclaw Wechat IntegrationConnect OpenClaw AI agents to personal WeChat accounts for messaging, group chats, and automation
Audited -
aradotso Skill Hermespet Macos AI CompanionBuild, configure, and extend HermesPet — a native macOS AI companion living in the Dynamic Island with multi-engine support, desktop pets, and advanced system integration
-
aradotso Skill Openclaw Voice Call RealtimeGive your AI assistant a phone — OpenClaw plugin for real phone calls via Twilio + OpenAI Realtime API with in-call tools, transcripts, and call screening
Audited -
aradotso Skill Openclaw Videotranslate SkillTranslate video subtitles and generate multi-language dubbed audio tracks using OpenClaw's video translation skill with adaptive API scheduling
-
aradotso Skill Hermes Kanban Obsidian IntegrationTurn Hermes into an autonomous project executor using Kanban boards inside Obsidian vault with visual rendering and REST API control
-
aradotso Skill Openclaw Multi Channel AI AssistantSelf-hosted multi-channel AI assistant platform with unified Gateway, supporting WhatsApp, Telegram, Discord, and 20+ chat platforms with Claude, GPT, DeepSeek integration
-
aradotso Skill Metamask Openclaw Wallet IntegrationConnect MetaMask wallets, read balances, sign messages, and send transactions on EVM chains with a safety-first TypeScript SDK
-
ingridleiria Skill Cos At Series CRuns the Chief of Staff role at a Series C company of roughly three hundred to a thousand people, where the role carries one or two named mandates and the company is professionalising fast enough to lose the speed that got it here. Produces a written mandate with a twelve-month test, a programme spine with milestones and a steering rhythm, an admission test every new process must pass before adoption, a governance calendar built backwards from statutory dates, and a defended list of decisions that stay fast. Use this skill when operating or advising the role at Series C or equivalent scale, when a company is professionalising, when the role is being scoped around a transformation, an integration or a market entry, or when approvals have multiplied and nobody can say what a decision now costs in weeks.
-
mr-q526 Bundle REST API ImplementationUse when working on REST API routes, controllers, validation, pagination, errors, and versioning. Focus on predictable resources, validation, error semantics, and compatibility.
-
mr-q526 Bundle Backend API ArchitectureUse when working on backend service architecture, API boundaries, module decomposition, service contracts, and data flow design. Focus on clear ownership, stable interfaces, failure isolation, and maintainability.
-
mr-q526 Bundle Auth Authorization BackendUse when working on authentication, authorization, sessions, API keys, RBAC, ABAC, and tenant boundaries. Focus on least privilege, secure defaults, session safety, and auditable permission checks.
-
mr-q526 Bundle GRAPHQL API ImplementationUse when working on GraphQL schemas, resolvers, mutations, subscriptions, and dataloader patterns. Focus on schema clarity, N+1 avoidance, auth boundaries, and client ergonomics.
-
mr-q526 Bundle Rate Limiting Abuse ProtectionUse when working on rate limiting, abuse prevention, anti-scraping, quota, and API protection design. Focus on fairness, tenant isolation, bypass resistance, and operational controls.
-
drvoss Skill Test CoverageUse when test coverage falls below target or a new module has no tests — identifies untested code paths and writes targeted unit or integration tests to close the coverage gap.
-
drvoss Skill Nestjs PrismaUse when building a NestJS application with Prisma — covers PrismaService setup as an injectable singleton, repository pattern integration, and testing with Prisma mocks.
-
drvoss Skill API And Interface DesignUse when defining a public API, CLI, webhook, or SDK surface — lock the contract first so compatibility, validation, and versioning stay intentional instead of accidental
-
tomevault-io Bundle Stackhawk API SherpaUse when designing new hawkop commands, exploring StackHawk API capabilities, or working with API features. Guides through endpoint selection, CLI design, and implementation.
-
vellum-ai Bundle SlackRead, send, and manage Slack messages via the Web API
-
vellum-ai Bundle NotionRead and write Notion pages and databases using the Notion API
-
vellum-ai Bundle DoordashOrder food, groceries, and convenience items from DoorDash using the built-in CLI integration
Audited -
vellum-ai Bundle API MappingRecord and analyze API surfaces of web services
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 ax-migration-marketplace-integration-lead, auth-authorization-backend, webhook-handler-scaffolder. 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.