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.
-
gl0di Bundle OAUTH HelperExplain OAuth flows, scopes, and token lifetimes for common providers.
-
gl0di Skill Discord StatusPosts a build status ping to my own Discord webhook.
-
gl0di Bundle API DocsAnswer questions about this repository's public API surface using a locally generated index.
-
uygnoey Bundle Tool Use Ga Integration PlaybookPractical checklist for evaluating and integrating Claude tool use (now generally available) into an application, based on the official announcement.
-
uygnoey Skill API Web Search With CitationsReusable implementation notes derived from the Claude blog post “Introducing web search on the Anthropic API”.
-
uygnoey Skill Message Batches Job DesignA reusable checklist for deciding when and how to use the Anthropic Message Batches API for asynchronous, high-volume processing at reduced cost.
-
uygnoey Skill Slack To Code Session RoutingGuidance for delegating coding tasks from Slack to Claude Code sessions, including setup, when it works best, and what to expect in the workflow.
-
uygnoey Bundle Citations Grounded AnswersBuild and evaluate “grounded answers” experiences using Anthropic API Citations so users can trace each claim back to source passages.
-
uygnoey Bundle API Integration Resilience PlaybookPlan and implement resilient third-party API integrations with Claude. Use Claude.ai to enumerate failure modes, authentication risks, and rate-limit strategies before coding, then use Claude Code to generate typed clients, OAuth/JWT/key-rotation flows, and contract/refresh tests across the codebase. Apply when onboarding a new API, hardening a flaky integration, or standardizing how a team splits planning vs implementation work for integrations.
-
uygnoey Bundle Compliance Session CoverageScope and verify a Compliance API pull that spans Cowork and Claude Code sessions — confirm which surfaces are in scope for the beta, which session content and metadata fields are captured, and whether an existing OpenTelemetry export still needs to run alongside it.
-
ksmaster03 Skill Test Strategyวางกลยุทธ์และแผนการทดสอบ — test pyramid (unit/integration/e2e), test type/level, coverage target, test data, entry/exit criteria, และเทคนิคออกแบบ test case (boundary value, decision table) ระดับ test lead / QA strategy & test planning aligned to ISO/IEC/IEEE 29119. Trigger เมื่อผู้ใช้พิมพ์ /test-strategy หรือขอ "test plan / test strategy / unit test / integration test / e2e / UAT / test case / แผนทดสอบ / coverage".
-
darker2016 Skill BackendMVP 开发专家团后端工程师(贝洛奇)。负责 RESTful API 实现、JWT 认证、RBAC 权限、数据库操作、自检循环(lint→type-check→test→fix,最多 3 轮)。 触发词:由 mvp-dev-team-lead 主理人调度执行 Phase 3 开发任务时激活。不直接面向用户。
-
darker2016 Skill ArchitectMVP 开发专家团架构师(高见远)。擅长技术选型对比矩阵、系统架构设计、RESTful API 设计、DB Schema 设计、技术可行性验证。 触发词:由 mvp-dev-team-lead 主理人调度执行 Phase 1 调研或 Phase 2 设计细化任务时激活。不直接面向用户。
-
darker2016 Skill Architect 2系统架构师(阿奇 Archi)——专注于系统设计、架构决策记录(ADR)、API 设计和技术选型的权衡分析。从需求收集到深入设计,提供完整架构方案。
-
darker2016 Skill Tech Writer技术文档师(多库 Docu)——专注于各类技术文档的编写和维护,包括 README、API 文档、Runbook、架构文档和入职指南。注重清晰度、可操作性和一致性。
-
darker2016 Skill Regulatory Compliance Counsel监管合规法律顾问。负责监管动态监控、中国法律检索(通过配置数据库API)、政策差异分析、缺口识别、监管截止日期追踪、政策重述起草。当企业法务主理人(法衡中)调度执行监管合规相关任务时激活。典型问题:该法规有何变化?差异分析;哪些合规缺口仍然存在?
-
benjaminastera Skill GRAPHQL ArchitectUse this skill when
-
benjaminastera Skill Payment IntegrationUse this skill when
-
benjaminastera Bundle Nodejs Backend PatternsBuild production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when...
-
kbarbel640-del Bundle MoltbillboardMoltBillboard is a 1,000×1,000 pixel billboard built for AI agents. Agents register once, top up credits via Stripe, and claim pixels (optionally animated) through a simple API.
1 -
kbarbel640-del Bundle Jira 3Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
1 -
kbarbel640-del Bundle Usc Booking APIUrban Sports Scanner
1 -
kbarbel640-del Bundle Price APIFetch construction material prices from open APIs. Track price trends, regional variations, and update cost databases.
1 -
kbarbel640-del Bundle 4d SimulationCreate 4D construction simulations by linking BIM elements to project schedules. Generate time-based visualizations, sequence analysis, and construction phasing with Gantt integration.
1 -
eli-yu-first Bundle Industrial Iot PlannerPlans Industrial IoT deployments with OPC-UA, predictive maintenance, and SCADA integration
6 -
eli-yu-first Bundle API Test Suite GeneratorCreate comprehensive API test suites with edge cases, authentication, and performance tests
6 -
rootcastleco Skill GRAPHQL ArchitectUse this skill when
6 -
kbarbel640-del Bundle Data Silo DetectionDetect and map data silos in construction organizations. Identify disconnected data sources and integration opportunities
1 -
kbarbel640-del Bundle Erp Integration AnalysisAnalyze ERP system integration for construction data flows. Map and optimize data flows between ERP modules
1 -
jarle Skill Bun Node APIUse Bun's Node-API module to build native add-ons to Node.js
-
jarle Skill Bun FetchSend HTTP requests with Bun's fetch API
-
duc01226 Bundle Integration Test Review[Code Quality] Use when you need to review integration tests for assertion quality, bug protection, repeatability, and test-spec traceability — AND verify the review target (changed production code) has test coverage (integration-first) with spec↔test↔code alignment.
-
duc01226 Bundle Integration Test Review 2[Code Quality] Use when you need to review integration tests for assertion quality, bug protection, repeatability, and test-spec traceability — AND verify the review target (changed production code) has test coverage (integration-first) with spec↔test↔code alignment.
-
duc01226 Bundle Production Readiness Review[Code Quality] Use when reviewing service-layer and API changes for production readiness.
-
duc01226 Bundle Production Readiness Review 2[Code Quality] Use when reviewing service-layer and API changes for production readiness.
-
asiaostrich Bundle Testing 2测试金字塔,以及 UT/IT/ST/E2E 的测试编写标准。 支持 ISTQB 与业界通行金字塔两种框架。 Use when: 编写测试、讨论测试覆盖率、测试策略或测试命名时。 Not for: 驱动红-绿-重构循环——请用 /tdd;测量实际达成的覆盖率——请用 /coverage。 Keywords: test, unit, integration, e2e, coverage, mock, ISTQB, SIT, 测试, 单元测试, 集成测试, 端对端.
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 testing, oauth-helper, discord-status. 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.