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.
-
immersive-commons Bundle Floor10 Submit 2Walk a floor member through composing + submitting a HighlightStory to the Immersive Commons moderation queue at /floor10/highlights. Triggered when a floor member says "submit a highlight from <event>", "post my moment from <luma url>", "share that to floor10", or "/floor10-submit". Asks for event URL + role + photos, extracts metadata via WebFetch, drafts a news-wire dek, gets human approval, POSTs to https://www.immersivecommons.com/api/ingest/highlights/pending. Idempotent (re-run on same id updates the pending record).
-
othmanadi Skill Openui Forge Go 2OpenUI generative UI with Go (net/http) backend. Direct OpenAI API streaming via HTTP.
-
othmanadi Skill Openui Forge Java 2OpenUI generative UI with a Java Spring Boot (WebFlux) backend. Streams the OpenAI API directly via WebClient as SSE.
-
othmanadi Skill Openui Forge Ruby 2OpenUI generative UI with a Ruby on Rails backend. SSE streaming via ActionController::Live, forwarding the OpenAI API stream with Net::HTTP.
-
othmanadi Skill Openui Forge Csharp 2OpenUI generative UI with C# ASP.NET Core Minimal API backend. Direct OpenAI API SSE streaming via HttpClient on .NET 10.
-
cluesmith Skill Generate Image 2AI image generation via Gemini with optional async providers. Use when the user wants to generate, create, or make an image, or when you need to create visual assets like logos, diagrams, or illustrations. Requires the API key for the selected provider.
-
epam Skill Speckit Git Remote 2Detect Git remote URL for GitHub integration
-
feige996 Bundle Uniapp Uview 2A comprehensive skill for integrating and using uView UI with UniApp projects. This skill focuses on UniApp-specific integration, configuration, and platform-specific considerations when using uView UI in UniApp applications. Use this skill whenever the user needs to integrate uView UI into UniApp projects, configure UniApp-specific settings, or handle platform differences.
-
feige996 Bundle Uniapp Ucharts 2A comprehensive skill for integrating and using uCharts with UniApp projects. This skill focuses on UniApp-specific integration, configuration, and platform-specific considerations when using uCharts in UniApp applications. Use this skill whenever the user needs to integrate uCharts into UniApp projects, configure UniApp-specific settings, or handle platform differences.
-
feige996 Bundle Uniappx Uview Pro 2A comprehensive skill for integrating and using uView Pro with UniAppX projects. This skill focuses on UniAppX-specific integration, configuration, and platform-specific considerations when using uView Pro in UniAppX applications. Use this skill whenever the user needs to integrate uView Pro into UniAppX projects, configure UniAppX-specific settings, or handle platform differences.
-
green-pt Skill Honey Ccr 2Compress-Cache-Retrieve for huge, repetitive array tool output (logs, scan results, time series, event streams) before it enters context. Keeps an informative sample — endpoints, anomalies/change-points, head/tail — drops the redundant rest to a local cache, and leaves a retrievable hash. Use when a tool returns a long uniform JSON array you must read but mostly skim, and the full set is one command away if needed. Lossy-but-recoverable.
-
jordancoin Skill Github 2Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when the user asks about GitHub issues, pull requests, workflows, or wants to interact with GitHub repositories from the command line — including tasks like check CI status, create PR, list issues, or query the GitHub API.
-
axisrobo Bundle Arch Requirements 2Requirements gathering and analysis for technical architecture design. Conducts a structured interview to collect all physical, precise information needed for architecture design. Outputs a Requirements Document (REQ.md + req.yaml) that becomes the direct input to arch-design. Use BEFORE arch-design. Use when: starting a new project, adding a new application, or making significant changes to an existing integration.
-
axisrobo Skill Arch Req From Diagram 2Extract architecture requirements from diagram files or images. Supports: draw.io XML (.drawio), D2 (.d2), Architecture YAML (.yaml), and architecture images (.png/.jpg) via Claude Vision API. Outputs a partial requirements YAML with confidence scores. Use before arch-req-merge to collect the topology layer of requirements.
-
blackplume233 Bundle QA Engineer 2QA 测试工程师 SubAgent。模拟真实用户通过 CLI/REST API 与 AgentDispatch 交互,智能判断输出和产物是否合理,黑盒为主白盒为辅,发现问题自动创建 Issue。触发方式:用户提及 "/qa"、"QA run"、"QA test"、"运行测试场景" 等关键词时激活。
-
calesthio Bundle Bfl API 2BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.
-
tfcbot Skill Editor Captions 2Add animated captions to videos via the ZapCap API. Uploads video, creates a captioning task, polls until complete, and downloads the result. Supports custom templates and language selection.
-
45ck Skill API Test Suite Builder 2api-test-suite-builder
-
45ck Skill Integration Test Writer 2integration-test-writer
-
getstoreconnect Bundle Storeconnect Controllers 3Run server-side logic around a StoreConnect page request using Liquid controller templates — the before/after/final phases, the registered controller/action key rule, action tags (params, variables, redirect, respond, update, action, api), form-submission interception, and the safety rules for controller-driven writes. Use when storefront behavior must run on the server without Apex — access gating and redirects, capturing extra form fields, cart automation, injecting data for the render, or calling an external service during a render.
-
getstoreconnect Bundle Storeconnect Salesforce Data 3Create, query, relate, and delete StoreConnect Salesforce records - stores, pages, content blocks, menus, articles, categories, themes, junction objects, Custom Data Mappings, and merchant custom objects. Covers exact s_c__* object and field API names, required creation order, delete and cascade semantics, store scoping, and how a Salesforce field or custom object becomes visible to Liquid. Use when a task needs a record created or changed in Salesforce rather than in a theme file, when a Liquid template needs a custom Salesforce field or object it cannot currently see, or when you need a verified s_c__* API name.
-
getstoreconnect Bundle Storeconnect Apex Integration 3Customer-owned Apex and other Salesforce-side patterns around a StoreConnect storefront — deciding whether a requirement needs Apex, using supported records and automation, safely generating storefront content ahead of render, and applying Apex deployment conventions. Load before writing, reviewing, or deploying any Apex, trigger, Flow-invoked class, or approved Salesforce callout for a store, and to choose between Apex, a Liquid controller, and a form.
-
charlesxjyang Skill Openmm 2Use when the user is working with molecular dynamics, biomolecular force fields, OpenMM Simulation/System/Context objects, PDB/mmCIF/Amber/Gromacs inputs, solvating systems, adding hydrogens, periodic boundary conditions, PME/LJPME, integrators, thermostats, reporters, platforms, or custom forces. Prefer OpenMM over hand-written MD loops or generic NumPy integration when topology, force fields, units, constraints, and simulation provenance matter.
-
getsentry Skill Test Skill 2A test skill for integration tests
845 -
markheydon Skill Speckit Git Remote 2Detect Git remote URL for GitHub integration
-
martinffx Bundle Oracle Debug 2Disciplined debugging methodology. Triggers on bug reports, test failures, "debug this", "diagnose this", unexpected behavior, build failures, integration issues, or performance regressions. Find root cause before a permanent corrective fix; contain urgent harm safely first.
-
martinffx Bundle Code Subagents 2Implementation subagent dispatch patterns. Use when independent implementation work is available and subagents can execute it. Covers parallel dispatch, shared-tree patch snapshots, one combined review per completed batch, and serial integration.
-
nagisanzenin Skill QA Engineer 2[production-grade internal] Writes and runs tests when you want to verify code works — unit, integration, e2e, performance, contract testing. Routed via the production-grade orchestrator.
-
nagisanzenin Skill Solution Architect 2[production-grade internal] Designs system architecture when you need to decide tech stack, API contracts, data models, or infrastructure shape. Routed via the production-grade orchestrator.
-
open-software-network Bundle Os Rust Backend 2Use when working on a Rust backend that follows the Open Software Network house style — the seven-crate Cargo workspace split (`domain / services / persistence / providers / config / api / app`) shared by `os-accounts` and `os-platform` (`fellow`). Trigger on: scaffolding a new service in this org ("like os-accounts", "fellow-sidekick"), deciding **which crate something belongs in** (trait vs impl, sqlx pool, reqwest call, business logic, handler), adding an endpoint returning the `ApiResponse<T>` envelope, wiring a provider behind a `#[async_trait]` trait, writing sqlx repositories or migrations with snake_case enums and `CHECK` constraints, or integration tests with `rstest` + real Postgres + `wiremock`. Signals without naming the architecture: `accounts-*` / `fellow-*` / `os-*` crate prefixes, axum + sqlx + figment in this org, `osk_` / `usr_` ids, figment-typed config (no `env::var`), or questions like "where does this live" / "how do we shape backends here".
-
open-winmale Bundle Wm Skillhub 2配置赢麻了 API 凭证、浏览官方技能与 Role 目录,或安装/更新其它官方技能与 Role 时使用。请先安装本技能,再由它管理其余条目。金融场景优先加载 wm-finance-router。
-
get-convex Skill Auth 2Add sign-in (passkeys by default, OAuth/password optional) to the current Convex app, wired correctly incl. auth.config.ts. TRIGGER on a login/auth request for an existing app.
-
get-convex Skill Billing 2Add Stripe billing to a Convex app via @convex-dev/stripe (checkout + auto-verified webhook + subscription gating). TRIGGER on a payments/billing/subscription request.
-
sergebulaev Skill Yt Audience Insights 2Read your YouTube audience from the comments: pull commenters and top comments on any video, surface recurring questions and themes (content ideas), repeat commenters (superfans), sentiment, and which comments to reply to or pin. Also channel stats and niche trending, via the free official YouTube Data API. Triggers on "who commented on my video", "analyze my comments", "audience insights", "trending on YouTube". Not for writing a community post (use yt-community-post-writer).
-
sergebulaev Bundle Yt Community Post Writer 2Write YouTube community-tab posts: text updates, polls, image-caption posts, and questions that drive comments and bring subscribers back between video uploads. Tuned to the community tab's role as a low-friction touchpoint that keeps a channel warm and feeds session signals. Returns a copy-paste block (community posts have no publishing API, so this is always manual by design). Use to write a community post or poll. Not for video titles or descriptions (use yt-title-optimizer and yt-description-writer).
-
shhac Bundle Lin 2Look up, search, create, and update Linear issues, projects, initiatives, documents, and cycles. Use when working with teams, labels, and comments, with customers, customer requests, and feedback, attaching files, or linking GitHub PRs and issues, GitLab MRs, Slack, or Discord messages to Linear items.
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 floor10-submit, openui-forge-go, openui-forge-java. 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.