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.
-
xuiltul Skill Web Search Tool 2Web検索ツール。Brave Search APIでインターネット上の情報を検索する。 Use when: 最新ニュース調査、技術ドキュメント検索、事実確認、検索結果一覧の取得が必要なとき。
-
xuiltul Skill Web Search Tool 3웹 검색 도구. Brave Search API로 공개 인터넷 정보를 검색한다. Use when: 최신 뉴스 조사, 문서 검색, 사실 확인, 검색 결과 목록이 필요할 때.
-
xuiltul Skill Google Tasks ToolGoogle Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists.
-
xuiltul Skill Notion Tool 2Notion連携ツール。ページ・データベースの検索・取得・作成・更新をAPIで行う。 Use when: Notionページ編集、データベース行の追加、ワークスペースの検索・取得が必要なとき。
-
xuiltul Skill Notion Tool 3Notion 연동 도구. 페이지·데이터베이스 검색·조회·생성·갱신을 API로 수행한다. Use when: Notion 페이지 편집, 데이터베이스 행 추가, 워크스페이스 검색이 필요할 때.
-
xuiltul Skill Discord ToolDiscord integration tool for messaging, search, guild and channel listing, and reactions. Use when: posting to Discord, listing channels, searching messages, or adding reactions in guilds.
-
xuiltul Skill Tool CreatorMeta-skill for building AnimaWorks Python external tools: ExternalToolDispatcher, get_credential, and permissions. Use when: adding a module under core/tools, wrapping a Web API, or exposing commands via animaworks-tool.
-
xuiltul Skill Tool Creator 2AnimaWorks向けPython外部ツールモジュールを作成するメタスキル。core/tools連携・get_credential・permissionsを扱う。 Use when: core/toolsへ新規モジュール追加、Web APIラッパー実装、animaworks-toolから呼ぶカスタムツール開発が必要なとき。
-
xuiltul Skill Google Calendar ToolGoogleカレンダー連携ツール。予定の一覧取得・作成をOAuth2でCalendar API経由で行う。 Use when: 予定の確認、新規イベント作成、スケジュール変更、カレンダー同期が必要なとき。
-
xuiltul Skill Google Calendar Tool 2Google Calendar 연동 도구. 일정 목록·생성을 OAuth2 Calendar API로 수행한다. Use when: 일정 확인, 새 이벤트 생성, 스케줄 변경·동기화가 필요할 때.
-
xr843 Bundle Master Ouyi 2Use when user asks about 蕅益大师, 教宗天台, 行归净土, 六信, 弥陀要解, 教观纲宗, 灵峰宗论, 性相融会, 禅教律净, 念佛, 事持理持, 现前一念, 一念心性, 净土宗第九祖, 明末四大高僧, 占察忏, or wants teaching in 蕅益 Ouyi's voice. Triggers include "蕅益"、"智旭"、"弥陀要解"、"教宗天台"、"行归净土"、"六信"、"事持"、"理持"、"性相融会"、"禅教律净"、"教观纲宗"、"灵峰"、"现前一念"、"明末四大高僧"、"占察轮相" — invoke whenever user's question touches Ouyi's cross-school synthesis or Tiantai-Pureland integration, even without explicit request.
-
craig-ai-tooling Bundle Spectrocloud PacksKnown-good pack values and the gotchas that bite, for Palette pack layers -- Piraeus/LINSTOR, Longhorn, MetalLB, Cilium, Calico, external-secrets, MongoDB, nginx, hello-universe -- plus how to page through the packs API for every version and pull the FULL default values. Use when Craig says: check the pack values, what should this pack's values look like, why is this pack failing (ChartInstallFailed, PackServiceNotReady, ManifestInstallFailed), get longhorn or piraeus RWX working, fix the pod/service CIDRs, set install-priority, what versions of this pack exist, turn these values into profile variables, is anything glaringly wrong with this profile's layers. Also use before adding or bumping a pack layer in a cluster profile, so the values go in complete rather than partial.
-
sohaibseg Bundle TddTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
-
brenordv Bundle CsharpProduction-quality C# development following .NET best practices. Covers formatting, naming, async patterns, error handling, logging, dependency injection, testing (xUnit), and Web API conventions. Use for any C# coding task.
-
rhenter Skill Django REST FrameworkUse for Django REST Framework serializers, ViewSets, APIViews, permissions, authentication, pagination, filtering, or DRF API behavior.
-
rhenter Skill Development Best PracticesReview or refactor Python code specifically for Python idioms, maintainability, typing, API design, or language-level design problems.
-
padosoft Bundle Padosoft Durable EffectsUse this skill when work leaves the request and happens later — a background job, a queue, a worker, a webhook consumer, a scheduled task, a retry — and whenever the user reports that something ran twice, that a job was processed by two workers, that a retry charged or sent a second time, that a cancelled job still reported success, that a worker hung or exited with a late error, or that a job vanished. It covers lease and fencing semantics, exactly-once effects, terminal states, cancellation, and what a durable queue needs that an in-memory one does not. Do not use it to choose a queue technology, to tune throughput or worker counts, or for request-scoped transactions (padosoft-atomic-invariants covers those).
-
padosoft Bundle Padosoft Contract ChangesUse this skill when something other code depends on is about to change shape — a method or function signature, a parameter added, removed, reordered or retyped, a return type, an overridden method, an interface, an event payload, a schema, a response contract, a default value. Also when the user reports a signature-incompatibility error, a caller broken after a refactor, a child class that no longer matches its parent, a fixture failing after a schema was tightened, or asks how to change an API without breaking consumers. It gives the search that finds every dependent, the classification that says what is breaking, and the rule that the whole change lands together. Do not use it for designing an API from scratch, for versioning a public package, or for database migrations (padosoft-database-design covers those).
-
stbenjam Skill Release Notes 5Assemble release notes for a billing-api tag from merged pull requests. Use when cutting a release or when asked what shipped in a version.
-
univers42 Skill API EndpointScaffold a new REST endpoint across the planes. Auto-triggers on: "add an endpoint", "new API route", "expose this over HTTP", "wire a handler"
-
zalom Bundle Ruby TestingWrites and refactors Ruby and Rails tests in the project's own framework, Minitest or RSpec, with its fixtures or factories and its mocking library. Use when writing, reviewing, or refactoring tests or specs; adding unit, collaboration, or integration tests; checking that a class sends the right message to a mailer, gateway, or job; removing shared state from specs; choosing Minitest or RSpec for a new project; making code testable with injection; fixing flaky, order-dependent, or slow tests; or when a Minitest 5 suite breaks on Minitest 6.
-
awinogradov Bundle Branch CreateCreate and checkout a git branch following repository naming conventions with GitHub issue integration. Use when creating branches, or when invoked from other skills.
-
lingyu9495-source Bundle Doubao Account Pool想用豆包网页版做出图、出视频,又不想办会员、不想申请 API key?这套把「一个已授权账号 = 一个独立浏览器实例 → 扫码授权 → 批量出图 → 出视频 → 取件 → 关掉浏览器还能回捞」封成配置驱动的命令行工具。实例之间互不串数据、互不踢下线;授权二维码自动裁切放大,可直接发手机扫;出图内置「基线闸」防止拿到上一轮的旧图;出视频先读确认卡再走,遇到付费弹层立即中止、绝不点升级;关掉浏览器后还能回捞最近会话里的图和视频,已生成没抓到链的可以单独重抓,不重跑、不重复消耗。所有命令只返回结构化短行,页面文本/DOM/截图绝不回流;长任务产物先落盘再筛。换机器、换智能体,只改配置就能跑——包内不含任何个人路径、cookie 与密钥,登录态在本机扫码产生。
-
dprakash2101 Bundle Exception HandlingDesign or review .NET exception handling, including catch boundaries, recovery, translation, cancellation, and logging ownership. Use when adding or changing exception paths or centralized handlers; load the API reference only for customer-facing HTTP boundaries.
-
dprakash2101 Skill API Contract SafetyPreserve and evolve ASP.NET Core API contracts safely. Use when changing routes, verbs, headers, parameters, DTOs, JSON, status/errors, enums, auth, versioning, or public interfaces.
-
lingyu9495-source Bundle Funding Fit Diagnosis项目想融资,卡住的往往不是不会写 BP,而是不知道够不够格、该找谁、还缺什么、多久能到钱——问 AI 只得到"建议加强团队"这类正确的废话。这套引擎把它拆成可执行的四步:①10 问项目画像采集(缺关键项就先追问,不猜)②双轨评分:市场化 VC 适配分与政府基金适配分**分开算、各自判定**(≥75 强匹配 / 60-74 可争取 / 45-59 需补短板 / <45 暂不建议,低分不许只说"不行",要给替代路径)③点名机构:按赛道/阶段/地域从 23 家头部 VC 与产业资本(CVC)、21 家政府基金的卡片里逐条对照"匹配信号/劝退信号",每家写清"为什么是你、你还缺什么、材料怎么准备、递送路径",并单列"不建议碰"的机构省时间④差距清单(差距|补齐动作|耗时|难度|优先级,只挑 3 个月内能推动的)+ 三线找钱路线图(市场化 / 政府 / 替代路径)+ 时间预期与现金流提醒。包内另附 30 个真实融资案例对标、TS 条款红线、估值倍数参考、BP 制作铁律,以及零依赖离线评分脚本(纯标准库、不联网、不调大模型 API)。输入:项目情况(照着 10 问答即可);输出:一份研判报告(评分 + 优先接触名单 + 差距清单 + 路线图 + 风险提示),脚本侧可另出 JSON 评分结果。评分是适配度不是成功率,不承诺融资结果。触发词:融资、找投资、融资研判、能不能融到钱、找哪家风投、风险投资、VC、产业资本、CVC、政府引导基金、政府基金申报、产业基金、招商返投、项目申报、补贴申报、商业计划书、BP、路演、估值、股权稀释、TS 条款、对赌、回购、FA、财务顾问、找钱、融资渠道、天使轮、Pre-A、A轮。
-
lingyu9495-source Bundle Lowvram AI Video Comfyui网上的 AI 视频教程开口就是 24G 显存,一看就把人劝退——**其实 8G 的 4060 也能跑**。这套是 RTX 4060 Laptop 8G 显存 / 32G 内存 / Win11 上真跑出来的配置与调参。 能做什么:本地生成低分辨率、几秒的短视频(动漫向,自媒体够用),全程本地、零 API 费用。 里面几条最值钱的,都是踩坑换来的: - **文生视频和图生视频是两套模型,不能互换**:Wan2.1-1.3B 只有文生视频,它的图生视频是 14B(8G 跑不动);8G 能跑的图生视频是 LTX-2B fp8 - **人物一致性正解**:纯文生视频做不到"同一主角多段连续",要用同一张角色图做首帧逐段生成再拼接;硬拼 N 段必然人物漂移 - **部署顺序不能跳**:ComfyUI 便携版安装 → 升到最新版(旧版没有 Wan/LTX 节点)→ 依赖升级 → torch 与 comfy-kitchen 版本匹配 - 国内网络下的 GitHub 镜像配置、MSYS 路径把 7z 解压目标搞坏的坑 - **白下载预警**:动手前先验模型有没有音频能力、显存装不装得下,别下完 20G 才发现跑不动 输入:一段提示词(文生)或一张角色图(图生) 输出:本地生成的短视频文件 触发词:本地跑AI视频、低显存、8G显存、4060、显存不够怎么跑、ComfyUI视频、Wan2.1、LTX、文生视频、图生视频、本地视频生成、零成本AI视频。 能做什么:本地生成低分辨率、几秒的短视频(动漫向,自媒体够用),全程本地、零 API 费用。 里面几条最值钱的(都是踩坑换来的): - **文生视频和图生视频是两套模型不能互换**:Wan2.1-1.3B 只有文生视频,它的图生视频是 14B(8G 跑不动);8G 能跑的图生视频是 LTX-2B fp8 - **人物一致性正解**:纯文生视频做不到「同一主角多段连续」,要用同一张角色图做首帧逐段生成再拼接;硬拼 N 段必人物漂移 - **部署顺序不能跳**:ComfyUI 便携版安装 → 升到最新版(旧版没有 Wan/LTX 节点)→ 依赖升级 → torch 与 comfy-kitchen 版本匹配 - 国内网络下的 GitHub 镜像配置、MSYS 路径把 7z 解压目标搞坏的坑 - **白下载预警**:动手前先验模型有没有音频能力、显存装不装得下,别下完 20G 才发现跑不动 触发
-
dprakash2101 Skill API Endpoint DeprecationPlan, implement, or review deprecation and eventual removal of a customer-facing API endpoint. Use for endpoint replacement, version retirement, deprecation metadata, migration windows, usage verification, or explicit removal work.
-
dprakash2101 Skill Aspnet Core API DevelopmentCreate a new customer-facing ASP.NET Core API endpoint or API surface. Use for new controllers/minimal endpoints and their request, validation, service, integration, response, and OpenAPI flow; not for small changes to an existing endpoint.
-
mine-fnl Skill Backend API EngineerUse when designing or reviewing a backend REST API for correctness, security, and maintainability. Do not use when the work concerns UI design, database administration, or non-API engineering tasks.
-
anglesvideo Bundle Create Launch VideoTurn a software repository or a product page into an Angles product-launch video. Use when a user asks to make, generate, render, or draft a product video, launch video, feature announcement, or social video from the repository they are working in or from a product URL they name. Analyze the source locally, create three selling-angle concepts, let the user choose an angle and template, upload any screenshots they supply, preview what the render will produce, explicitly confirm quota use, render through the Angles API, and return the final video link. For a video built from an existing screen recording, use create-video-from-recording instead.
-
nervous0403 Bundle Dingtalk Chat钉钉群聊与消息。Use when 发消息、单聊/群聊、建群、群设置/成员、搜索/回复、机器人/Webhook、消息文件。DING 和班级群走 dingtalk-misc;邮件走 dingtalk-mail。前缀 dws chat。
-
andersonlimahw Bundle Load TestLoad testing setup, execution, and analysis with k6, Artillery, or Locust. Generates test scripts, defines VU ramp-up scenarios, interprets p99 latency and error rate results, and suggests infrastructure fixes. Use when user wants to load test an API, check throughput limits, validate SLO headroom, or diagnose performance under traffic.
-
andersonlimahw Bundle Openapi HubOpenAPI spec versioning, breaking change detection, and SDK publishing. Tracks spec versions, blocks PRs that introduce breaking API changes without a major version bump, and auto-publishes updated docs. Use when managing a public API, releasing a new API version, or detecting breaking changes in a PR.
-
slash9494 Skill GstackTriage stack traces and map them to likely source files.
-
slash9494 Skill Verification LoopA comprehensive verification system for Claude Code sessions.
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 web-search-tool, web-search-tool, google-tasks-tool. 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.