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.
-
nahisaho Skill Scientific Rcsb Pdb Search 2RCSB PDB 構造検索スキル。RCSB PDB Search API および Data API によるタンパク質立体構造検索・メタデータ取得・ リガンド情報・解像度フィルタリング。ToolUniverse 連携: rcsb_pdb, rcsb_search。
-
nahisaho Skill Scientific Cellxgene Census 2CELLxGENE Census 大規模シングルセルアトラススキル。 CZ CELLxGENE Census API によるヒト/マウス全アトラスの メタデータ検索・遺伝子発現クエリ・セルタイプ分布解析・ データセット横断統合パイプライン。 ToolUniverse 連携: cellxgene_census。
-
nahisaho Skill Scientific Clingen Curation 2ClinGen 臨床ゲノム資源キュレーションスキル。ClinGen API に よる遺伝子-疾患バリディティ、臨床アクショナビリティ、 投与量感受性、バリアントレベルエビデンス評価パイプライン。 ToolUniverse 連携: clingen。
-
nahisaho Skill Scientific Ensembl Genomics 2Ensembl REST API ゲノミクススキル。遺伝子ルックアップ・配列取得・ VEP (Variant Effect Predictor) バリアントアノテーション・ クロスリファレンス・制御要素・系統樹・相同性検索・分類学統合パイプライン。
-
nahisaho Skill Scientific Human Cell Atlas 2Human Cell Atlas (HCA) データポータルスキル。HCA Data Portal API プロジェクト検索・ファイルダウンロード・CELLxGENE Census 統合・ 細胞型アノテーション・アトラス構築。ToolUniverse 連携: hca_tools。
-
nahisaho Skill Scientific Icgc Cancer Data 2ICGC がんゲノムデータスキル。ICGC ARGO DCC API および レガシー API による国際がんゲノムデータ検索・ドナー/ 検体/変異解析。直接 API (ToolUniverse 非連携)。
-
leoyeai-openclaw-master-skills Bundle Deepread PiiDeepRead PII — Document Redaction API
-
leoyeai-openclaw-master-skills Bundle Shopify Buy2Tryout shopping on Shopify with CreditClaw and backed by Stripe. You can shop anywhere.
-
leoyeai-openclaw-master-skills Bundle Cloudq Sre腾讯云智能顾问助手 — 通过 AK/SK 鉴权调用腾讯云智能顾问 API,管理云架构图(查询目录、获取架构列表和详情、获取架构评估结果)及风险评估(查询评估项、按产品/分组/风险等级筛选),支持开通智能顾问服务。当用户要求查看云架构、查询架构目录、获取架构详情、查看架构评估结果、查看风险评估项、巡检项、云资源风险、开通智能顾问等相关操作时使用。
-
leoyeai-openclaw-master-skills Bundle Alchemy OfficialAI + Alchemy API Integration Guide
-
leoyeai-openclaw-master-skills Bundle API Gateway 2API gateway for calling third-party APIs with managed OAuth connections, provided by Maton (https://maton.ai). Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, and more. Access is scoped to connections you explicitly authorize via OAuth - the API key alone does not grant access to any third-party service. Requires network access and valid Maton API key.
-
leoyeai-openclaw-master-skills Bundle Chen Self ImprovementCaptures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
-
fusengine Bundle Shadcn Migration 2Use when migrating a shadcn/ui project between Radix UI and Base UI primitives, or validating a migration's API transformations.
-
fusengine Bundle Laravel Attributes 2Use when migrating Eloquent models, Jobs, Console commands, Controllers, API Resources, Validation, Factories or Seeders to Laravel 13 PHP attributes.
-
fusengine Bundle Laravel Permission 2Use when implementing RBAC, role-based access control, or user authorization with Spatie Laravel Permission.
-
fusengine Bundle Rust Ecosystem Crates 2Use when choosing crates for a Rust project — serialization, CLI, async runtime, web, database, HTTP client, error handling, observability. Not for API usage details of an already-chosen crate.
-
fusengine Bundle Breaking Changes 2Use when checking whether a Codex update breaks our plugin ecosystem — hooks, agent frontmatter, manifest schema, or skill format.
-
fusengine Bundle PHP Ecosystem Reference 2Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. Do NOT use for Laravel (laravel-expert).
-
fusengine Bundle Laravel Stripe Connect 2Use when implementing multi-vendor marketplace payments, seller onboarding, commissions, payouts, or split payments with Stripe Connect.
-
fusengine Bundle Start Routing Data 2Use when loading data in Start routes — isomorphic loaders, TanStack Query in a loader, mutations, or per-route SSR. Do NOT use for generic Router/Query API.
-
catcorner22 Bundle Chat SdkVercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a single codebase. Covers the Chat class, adapters, threads, messages, cards, modals, streaming, state management, and webhook setup.
-
catcorner22 Bundle WorkflowVercel Workflow SDK expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.
-
catcorner22 Skill MarketplaceVercel Marketplace expert guidance — discovering, installing, and managing third-party integrations via the `vercel integration` CLI. Use when building any app that needs an external capability without a dedicated skill — commerce (stores, storefronts, selling products), payments (checkout, subscriptions, billing), observability/monitoring, messaging/email, search, or CMS — or when discovering, installing, or managing integrations.
-
catcorner22 Skill VerificationFull-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Use when the user asks to verify a feature, check end-to-end, or debug 'why isn't this working'. Do not auto-load just because a dev server started.
-
catcorner22 Skill Runtime CacheVercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. Use when implementing caching strategies beyond framework-level caching.
-
catcorner22 Bundle Create A BackendBackend architecture guidance. Use when planning, building, or migrating an API or backend; choosing between Functions, Services, containers, Workflow, Queues, and Marketplace databases; or selecting a supported backend framework or runtime.
-
catcorner22 Skill Deliverable FirstPlan and implement features by defining the final deliverable first, then reverse-engineering the smallest code path to it. Use when starting a feature, API, UI screen, or refactor; when the user says begin with the end in mind, work backwards, or what should this look like when done. Produces acceptance criteria, contracts, and UI state maps before bulk coding. Scope boundary: after the deliverable is defined, continuous test execution belongs to `real-time-testing`; structural boundaries belong to `stable-architecture`.
-
catcorner22 Skill Teams CollaborationCollaborate in Microsoft Teams for school and work: channels, chat threads, meetings, screen share, file tabs, and group project norms. Use when setting up Teams for a group project, running class meetings, or coordinating async work. Scope boundary: email → `outlook-email-calendar`; file storage policy → `onedrive-organization`; Slack/Discord → not this pack.
-
jacob-balslev Bundle Shopify 2Use when working with Shopify — Admin API, Storefront API, OAuth scopes, HMAC SHA-256 webhook verification, GraphQL query-cost handling, Online Store 2.0 themes (sections, blocks, Liquid), metafields and metaobjects, and App Proxy. Do NOT use for generic e-commerce design, non-Shopify storefronts, or internal event-contract design.
-
jacob-balslev Bundle Usability Testing 2Use when observing representative real users attempting realistic tasks on a prototype or live product to surface usability issues: moderated or unmoderated, remote or in-person, concurrent or retrospective think-aloud, task scenarios, participant screening, tree/first-click testing for IA findability questions, pilot runs, severity rating, sample sizing by claim type, and ethical recording/consent. Do NOT use for automated test suites, code coverage, CI pipelines, unit/integration testing, load testing, or replacing participants with AI/synthetic users; those are engineering verification or synthetic-analysis concerns, not human-behavior observation.
-
jacob-balslev Bundle E2e Test Design 2Use when designing end-to-end tests that exercise a user-visible path through the whole system, including the UI layer: the user-journey unit-of-test that distinguishes e2e from integration testing, the five-primitive structure (user journey, environment, test data, observable assertion, recovery), why e2e tests are expensive and how to keep them few-and-load-bearing, the wait/synchronization discipline that makes them not-flaky, the page-object and trace-test patterns, the role of e2e tests in the test pyramid/trophy (the top tier — fewest in count but highest in coverage of user-observable behavior), and the modern e2e tool landscape (Playwright, Cypress, Selenium). Do NOT use for testing internal seams of the system (use integration-test-design), single-unit isolated tests (use testing-strategy + test-doubles-design), consumer-driven contract verification (use contract-testing), or visual regression of specific components (use snapshot-testing).
-
jacob-balslev Bundle Event Storming 2Use when discovering a domain through events, commands, actors, policies, aggregates, read models, external systems, and temporal workflows before implementation. Do NOT use for event schema/topic contracts (use `event-contract-design`), webhook handler implementation (use `webhook-integration`), generic state transition modeling (use `state-machine-modeling`), or persistence schema design (use `entity-relationship-modeling`).
-
jacob-balslev Bundle Real Time Updates 2Use when designing browser-facing freshness for live dashboards, notifications, progress views, feeds, and data that can change after initial render. Covers freshness contracts, transport choice among adaptive polling, Server-Sent Events, and bidirectional sockets, webhook-to-UI propagation, client cache invalidation, stale-data indicators, reconnect and catch-up behavior, centralized subscription ownership, and non-disruptive update UX. Do NOT use for low-level stream/backpressure protocol design (use `streaming-architecture`), async event envelope/topic contracts (use `event-contract-design`), recurring schedule design (use `cron-scheduling`), durable worker execution semantics (use `background-jobs`), generic UI action feedback (use `interaction-feedback`), or serialization/trust boundaries (use `client-server-boundary`).
-
jacob-balslev Bundle Test Doubles Design 2Use when designing or reviewing test doubles — the stand-in objects that replace real collaborators in a test: the five-kind taxonomy (dummy, stub, spy, fake, mock) from Meszaros's xUnit Test Patterns, the difference between state verification (Detroit-school, classicist) and interaction verification (London-school, mockist) and how it determines which doubles fit, the cost of doubles (fragility, false confidence, divergence from real behavior), the role of fakes as the under-used middle ground, the verify_with relationship to test-driven-development, and the heuristics for when to use a real collaborator instead of any double. Do NOT use for choosing test levels or what to test (use testing-strategy), the design discipline of writing tests first (use test-driven-development), specific mocking-library API choice (library docs), or general production stubs and feature flags (use feature-gating or domain-specific skills).
-
nahisaho Skill Scientific Monarch Ontology 2Monarch Initiative 疾患-表現型オントロジースキル。 Monarch Initiative API を用いた疾患-遺伝子-表現型 アソシエーション・HPO フェノタイピング・ 遺伝子-疾患推定・オントロジーセマンティック検索。 ToolUniverse 連携: monarch。
-
nahisaho Skill Scientific Scvi Integration 2scvi-tools シングルセル統合スキル。scVI 変分オートエンコーダ統合・ scANVI 半教師有りアノテーション・totalVI CITE-seq RNA+タンパク質結合解析・SOLO ダブレット検出・潜在空間解析。
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 scientific-rcsb-pdb-search, scientific-cellxgene-census, scientific-clingen-curation. 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.