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.
-
wundercorp Skill AirtableAirtable REST API via curl. Records CRUD, filters, upserts.
-
cesiumgs Skill Cesiumjs Entities 2CesiumJS entities and data sources - Entity, EntityCollection, DataSource, GeoJsonDataSource, KmlDataSource, CzmlDataSource, Graphics types, PathGraphics, PathMode, Visualizers. Use when adding points, labels, models, polygons, polylines, or time-segmented paths, loading GeoJSON/KML/CZML/GPX data, or working with the high-level Entity API.
-
wundercorp Skill Stripe ProjectsProvision SaaS services + sync creds via Stripe Projects.
-
wundercorp Bundle CanvasFetch Canvas LMS courses and assignments via API token.
-
wundercorp Skill ShopifyQuery Shopify Admin/Storefront GraphQL APIs via curl.
-
j99way99 Skill API DesignHTTP API의 계약을 새로 설계하거나 기존 계약을 바꿀 때 사용한다. "이 엔드포인트 어떻게 설계하지", "URL을 어떻게 나눌까", "이 응답 형식 괜찮나", "이렇게 바꾸면 클라이언트가 깨지나", "버저닝 어떻게 하지" 같은 요청에 트리거된다. 리소스 모델링, 상태 코드/오류 규약, 호환성 파괴 판단, 페이징·멱등성 규칙을 다룬다. 구현 계층 배치가 목적이면 java-spring-backend를, 이미 있는 구현을 평가하는 것이면 code-review를 쓴다.
-
j99way99 Bundle Mermaid Diagram시스템 구성, 요청 흐름, 상태 전이, 데이터 모델을 Mermaid 다이어그램으로 그릴 때 사용한다. "구조 그려줘", "아키텍처 다이어그램", "이 흐름 시퀀스로", "상태 전이도", "ERD 그려줘", "노트에 다이어그램 넣어줘", "Mermaid 로" 같은 요청에 트리거된다. 실제 코드와 설정에서 확인한 사실만 그리고, 저장 전에 렌더링을 검증한다. 스키마 자체의 설계 판단이 목적이면 database-analysis, API 계약 설계가 목적이면 api-design 을 쓴다.
-
patsnap Skill Tech To ProductUse for queries only about translating materials or material science technologies into real-world products. Generate application-focused responses that translate materials and engineering technologies into real-world products, with emphasis on material selection, processing methods, performance requirements, and integration into functional systems under practical manufacturing and operational constraints.
-
wundercorp Bundle Har Derived API ClientRecord a site's XHR into a HAR, derive an HTTP client.
-
wundercorp Skill REST GRAPHQL DebugDebug REST/GraphQL APIs: status codes, auth, schemas, repro.
-
patsnap Bundle Asset Dashboard Search专利资产看板检索技能,封装多个智慧芽专利检索API能力,支持按申请人、关键词等维度检索专利,返回去重后的专利列表。
-
zhaobenxiang5-coder Bundle Linkfox Temu Price UsTemu 美国站商品价格管理 API,经 LinkFox 网关转发 Partner US 价格接口:定价单列表查询(bg.local.goods.priceorder.query)、批量改 SKU 基础价(bg.local.goods.priceorder.change.sku.price)、推荐供货价/基础价估算等。当用户提到 Temu US 价格、定价单、priceorder query、priceAuditList、改供货价、批量改价、priceorder change sku price、recommendedprice query、baseprice recommend 时触发。商品管理用 linkfox-temu-manage-product-us;订单用 linkfox-temu-order-us;发品用 linkfox-temu-add-product-us。
-
zhaobenxiang5-coder Bundle Linkfox Temu Add Product UsTemu 美国站发品(Add Product)API,经 LinkFox 网关转发 Partner US 商品接口:V2发品(temu.local.goods.v2.add)、类目属性、规格、图片上传、商品列表/详情/编辑、类目映射、SKU库存、供货价等。当用户提到 Temu 美国站发品、Temu US Add Product、goods.list、goods.detail、temu.local.goods.v2.add、商品类目映射、SKU库存、供货价、Partner US 发品文档 时触发。订单/物流请用其他 Temu skill。
-
zhaobenxiang5-coder Bundle Linkfox Temu Manage Product UsTemu 美国站商品管理(Manage Product)API,经 LinkFox 网关转发 Partner US 24 个 bg.local/temu.local 接口:商品列表/详情/SKU查询、部分/全量编辑、删除、库存、上下架、预售、类目预检、属性模板、合规、外部编码、视频封面等。当用户提到 Temu US Manage Product、bg.local.goods、商品上下架、改库存、删除商品、合规编辑、Partner US 商品管理文档 时触发。发品用 linkfox-temu-add-product-us;**价格/供货价**用 **linkfox-temu-price-us**;**促销/营销活动**用 **linkfox-temu-promotion-us**;**广告 Ads**用 **linkfox-temu-ads-us**;**订单**用 **linkfox-temu-order-us**;**Self-Fulfilled Shipments**用 **linkfox-temu-fulfillment-us**;**买家取消**用 **linkfox-temu-cancel-order-us**;**卖家取消**用 **linkfox-temu-cancel-order-us**。
-
sugawaramasaya Skill Council SlackSlackの自分へのメンションを収集するサブスキル。councilから呼ばれる。単体実行時はAD視点での分析と返信ドラフトも生成する。引数で日数指定可能(例:/council-slack 3d)。
-
sugawaramasaya Skill Council NotionNotionのメンション・コメントを収集するサブスキル(Slack通知経由 + Notion直接検索の両方)。councilから呼ばれる。単体実行時はAD視点での分析と返信ドラフトも生成する。引数で日数指定可能(例:/council-notion 3d)。
-
dankosik Bundle External API IntegrationUse for external HTTP provider or webhook contracts, bounded retries, request identity, ambiguous outcomes, authentication, or reconciliation.
-
ruosong320 Bundle Mission SpliterSplit clarified requirements into phased missions AND accept each phase as it completes. Plans stage goals, deliverables, dependencies, task order, and a per-phase acceptance gate; then, after each phase is implemented, runs that gate against real evidence (Pass/Partial/Fail) before the next phase may start, and finally rolls phase verdicts up into one delivery acceptance. Use after requirements are clarified (by the user or Initer), before and during implementation of a project, major feature, workflow, integration, refactor, or multi-step task. If requirements are still unclear, hand back to clarification before splitting.
-
awesome-boilerplate-develop Skill Review SkillReview API contracts when requested.
-
surefirestudios Bundle Tldr WriteWrite messages people actually read: the ask first, the padding gone. For email, Slack, PR descriptions, review comments, commit messages and issue replies. Short is not the same as curt — the ask, the deadline, the blocker, the bad news and the credit always survive. Invoke with /tldr-write, or name the medium.
-
lanyxiaosheng Bundle Bookflowuse this when the user asks to run Bookflow / 番茄短篇生产:选题、立项、写章、汇总升华、配套配图、QA、打包,或排查 Bookflow API/管线踩坑
-
qili09 Bundle Autonomous ReplyAutonomously answer an inbound message on any communication channel — reply to a Gmail thread, respond to a Slack or Google Chat message, or assess a Jira issue and draft the comment — grounding the response in supplied context sources (Google Drive docs, local files, GitHub repos, other tickets). Use this whenever there is an inbound message to answer and the user points at it — "reply to this email", "respond to Richard's Slack message", "assess this Jira story and add my comment", "draft a response to X, here's the background doc" — even if they never name the skill. The skill auto-selects tone, format, and delivery route per channel so the user never has to re-explain them. Also use it when the follow-up to a thread or meeting notes is a new tracker issue — "create a ticket from these notes and link it to ABC-123" — since the issue is grounded in the same sources the same way. Do NOT use it for composing brand-new outbound messages with no inbound message to answer (ordinary drafting), and do NOT use it w
-
ankit1598 Bundle API ContractsEnforces HTTP API wire contracts — path versioning (/api/vN), response envelopes, cursor pagination, optimistic concurrency, idempotency, and dual REST/Server Action paths. Use when adding or changing Route Handlers, Server Actions, API contracts, list endpoints, versioning, envelopes, or Idempotency-Key / ETag behavior.
-
bvlcq Skill DriveDocs vivos do Drive via OAuth read-only (script gdrive.py): snapshot datado em vault/RAW/inbox/ → /dump (change digest). Noturno (watchlist gdocs do watch.yaml) ou sob demanda (/drive <termo> busca, /drive <id> exporta). Nunca cria/edita docs.
-
bvlcq Skill GmailPuxa emails via OAuth read-only (script gmail.py — mesma família do jira/github/slack): snapshot em vault/RAW/inbox/ → /dump → digest. Noturno (digest do dia, conforme watch.yaml) ou sob demanda (/gmail [janela|filtro]). Nunca compõe/envia email.
-
bvlcq Skill SlackPuxa mensagens do Slack sob demanda: /slack #canal [@user] [período] — janela padrão 7d. Snapshots caem na inbox e são processados como qualquer dump. Use quando o dono pedir o histórico de um canal ou conversa.
-
bvlcq Skill BackupBackup do vault: zip → pasta do Google Drive (script backup.py, OAuth com escopo drive.file — a única exceção de escrita, estreita e documentada). Semanal no noturno ou sob demanda (/backup, /backup status). Restauração é procedimento manual guiado.
-
bvlcq Skill ConnectPuxa fontes externas AGORA (Jira, GitHub, Slack) via conectores de leitura, fora do cron noturno — e processa o que chegou. Use quando o dono quiser o estado atual de uma fonte antes de uma reunião/decisão.
-
agentcorp-inc Skill Stripe Best PracticesBest practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.
-
eve-devs Skill Ingles TecnicoEscribe o pule comunicacion tecnica en ingles de trabajo para devs hispanohablantes: mensajes de Slack, standups, comentarios de code review, descripciones de PR, correos al equipo, y respuestas dificiles (pedir mas tiempo, decir que no, reportar un bloqueo). Corrige los calcos del espanol y explica por que, para que la proxima salga sola. Usar cuando el usuario diga: "en ingles", "traduce esto", "como digo esto en ingles", "revisa mi ingles", "mensaje para mi equipo", "standup en ingles", "suena raro en ingles", "ingles tecnico", "escribe este correo en ingles", "como le digo a mi manager".
-
agentcorp-inc Bundle Shopify Payments AppsThe Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout.
-
agentcorp-inc Bundle Instrument IntegrationAdd PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that need PostHog initialization. Covers SDK installation, provider setup, and basic configuration for any framework.
-
agentcorp-inc Bundle ResendUse when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API keys, automations, events, viewing API request logs, or setting up the Resend SDK. Always use this skill when the user mentions Resend, even for simple tasks like "send an email with Resend" — the skill contains critical gotchas (idempotency keys, webhook verification, template variable syntax) that prevent common production issues.
-
agentcorp-inc Skill Managing SubscriptionsManage PostHog subscriptions — scheduled email, Slack, or webhook deliveries of insight or dashboard snapshots, optionally with an AI-written summary attached to each delivery. Use when the user wants to subscribe to an insight or dashboard, get an AI summary attached to those deliveries, check existing subscriptions, change delivery frequency, add or remove recipients, or stop receiving updates.
-
agentcorp-inc Bundle Shopify AdminWrite or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config validation** —use **`use-shopify-cli`**. Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes).
-
agentcorp-inc Bundle Shopify PartnerThe Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals.
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 airtable, cesiumjs-entities, stripe-projects. 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.