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.
-
luoluoluo22 Bundle Antigravity API Skill当用户需要使用 Antigravity 反代出来的 API (Gemini 3 Flash,Gemini 3 pro, banana生图, 视频分析理解) 时使用此技能。
-
luoluoluo22 Bundle Gemini Web Quicker Skill当用户需要使用 Gemini API 服务(通过 Quicker 动作提供:gemini-thinking, gemini-3-flash/pro, gemini-3-image、banana香蕉生图、视频分析理解)时使用此技能。
-
machina-sports Bundle Setup Branch ProtectionConfigure branch protection rules on a machina-sports repo via gh api — requires PR + 1 review + the standard reusable-pr-checks status checks to be green before merge.
-
manojbajaj95 Bundle OpenartifactsUpload a local file as a rendered artifact with a shareable review link, and fetch reviewer comments on it. Use when the user wants to share a spec, design doc, diagram, prototype, or image with a person or team for feedback; send a review link in Slack, email, or a PR; check comments on a shared artifact; or mentions OpenArtifacts or "share this artifact."
88 -
mebusw Bundle Instagram PublishUse when publishing images to Instagram via the Graph API from a Creator or Business account. Triggers when the user wants to automate Instagram posting, push an image with caption to their account, set up Instagram API access for the first time, or troubleshoot Instagram Graph API errors like "Media download has failed" or "Unsupported post request". Assumes one-time Meta App setup is complete and an Access Token is available.
-
meitu Bundle Openclaw Kaipai AIVideo file → videoscreenclear or hdvideoallinone + spawn-run-task and sessions_spawn (main session). Image → eraser_watermark or image_restoration + blocking run-task only (never spawn-run-task for image tasks). Process images or video with Kaipai AI — four tasks — image watermark removal (eraser_watermark), video watermark removal (videoscreenclear), image quality restoration (image_restoration), video quality restoration (hdvideoallinone). Use when the user asks for watermark removal or quality restoration on images or video. Paid API (consumes tenant quota); never claim the service is free or invent pricing. For videoscreenclear and hdvideoallinone, always use spawn-run-task plus OpenClaw sessions_spawn in the main session (never blocking run-task there); only bypass spawn if the host explicitly forbids sessions_spawn.
-
meshy-dev Bundle Meshy CLIGenerate 3D models, motion clips, 2D images and Creative Lab print products with the Meshy API through the meshy-cli command — text-to-3D, image-to-3D, text-to-motion, remesh, UV unwrap, rigging, animation, retexture, printability, selective downloads, project folders, face checks, OBJ print preparation and slicer launch. Use for any Meshy asset or 3D-printing request.
-
miles990 Bundle Orchestrate Adaptive InteractionUse when an AI needs to discover available receptors, actuators, and tool operations; observe human, environmental, device, or software state; plan one or more adaptive interactions; execute them through the local CLI or HTTP API; verify delivery and effects; and adjust or stop based on subsequent observations and safety policy.
-
modelscope Bundle SirchmunkLocal file search using sirchmunk API. Use when you need to search for files or content by asking natural language questions.
-
tomevault-io Bundle Typescript Go SyncKeeping packages/ttsc/shim/* synced with typescript-go and complete for plugin authors. Read before adding a re-export, bumping the pinned typescript-go version, or chasing a missing AST/transform/printer/emit API a plugin needs. Use when this capability is needed.
-
tomevault-io Bundle Review Config BackcompatReview Apache Pinot diffs for configuration and backward-compatibility risks. Covers config key renames, SPI signature changes, schema/enum additions, feature-flag defaults, multi-level config override validation, rolling-upgrade safety, REST/JSON/Protobuf field evolution, and segment/DataTable format versioning. Trigger keywords — config key, config rename, SPI, feature flag, enum, schema type, DataTable version, segment version, Protobuf, Thrift, REST endpoint, @Deprecated, mixed-version, rolling upgrade, ZooKeeper schema. Use when this capability is needed.
-
tomevault-io Bundle Sampo ChangesetCreate or update changesets to describe public API changes, and trigger changelog generation and release planning. Use when this capability is needed.
-
tomevault-io Bundle Ccxt PHPCCXT cryptocurrency exchange library for PHP developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in PHP 8.1+. Use when working with crypto exchanges in PHP projects, trading bots, or web applications. Supports both sync and async (ReactPHP) usage. Use when this capability is needed.
-
tomevault-io Bundle VitestVitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures. Use when this capability is needed.
-
tomevault-io Bundle BirdX/Twitter CLI for reading, searching, posting, and engagement via cookies. Provides direct access to tweets, timelines, social media feeds, bookmarks, lists, and trending topics through GraphQL and cookie-based authentication. Use when the user wants to tweet, read a tweet, search Twitter, check their timeline, browse social media, view replies, follow or unfollow accounts, manage bookmarks, or interact with X/Twitter from the command line. Use when this capability is needed.
-
tomevault-io Bundle EruptErupt 开发助手,专注低代码框架注解开发。触发条件:用户新增/修改 @Erupt 类或 @EruptField 字段、配置表格列/表单/权限/按钮/钻取/树视图、添加多语言 i18n、编写 DataProxy/Handler/Service 查询逻辑、创建 @EruptCube 数据立方体、调用或对接 Erupt REST API 接口、使用 @Tpl 生成嵌入交互页面或给指定模型生成自定义视图页面。 Use when this capability is needed.
-
tomevault-io Bundle Query Parameters API Custom CommandsHow to author custom commands for the query-parameters-api CLI using the co-generated SDK. Use when this capability is needed.
-
tomevault-io Bundle Create Flet Control Integration TestsUse when asked to create or update integration tests for any Flet control in sdk/python/packages/flet/integration_tests, including visual goldens and interactive behavior tests.
-
tomevault-io Bundle Openai Whisper APITranscribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
-
tomevault-io Bundle PrpmThis is a test skill for PRPM integration testing. Use when this capability is needed.
-
tomevault-io Bundle Developing New Io ConnectorsEnd-to-end guide on developing new Apache Beam I/O connectors correctly, including core IO transforms, SchemaTransforms, URN proto definitions, Managed API integration, cross-language expansion service, and testing. Use when this capability is needed.
-
tomevault-io Bundle Fory Performance OptimizationRun profile-driven bottleneck optimization across Apache Fory implementations (Java, C++, Python/Cython, Go, Rust, Swift, C#, JavaScript/TypeScript, Dart, Kotlin, Scala). Use when improving serialize/deserialize throughput or latency, recovering regressions against a reference commit, diagnosing flamegraphs, fixing perf-related CI failures, or porting proven optimizations across languages without protocol or API regressions. Use when this capability is needed.
-
tomevault-io Bundle Dhi PythonUltra-fast data validation library for Python (520x faster than Pydantic). Use when building validated data models, API request/response schemas, or configuration objects. Provides Pydantic v2-compatible BaseModel API with Zig-powered native validation. Use when this capability is needed.
-
tomevault-io Bundle LspUse when implementing Language Server Protocol features - diagnostics, completions, hover, go-to-definition, and editor integration
-
tomevault-io Bundle OmgUse when writing or editing .omg.md files - the human-first DSL for API specification that compiles to OpenAPI 3.1
-
tomevault-io Bundle Pay For HTTP RequestMake HTTP requests with automatic x402 payment support using the purl command line interface. Use when this capability is needed.
-
tomevault-io Bundle NxvFind any version of any Nix package across nixpkgs git history using the nxv CLI or HTTP API. Use when asked which nixpkgs commit shipped a specific package version (e.g. "python 2.7", "nodejs 15", "ruby 2.6"), when looking up package metadata/license/homepage, when generating a `nix shell nixpkgs/<commit>#pkg` invocation for an old version, or when querying the public/private nxv server. Triggers include "find python 2.7 in nixpkgs", "which commit had nodejs 15.14", "when was foo added/removed", "give me the nix shell command for ruby 2.6", "search nixpkgs for X", or any question about historical Nix package versions. Use when this capability is needed.
-
tomevault-io Bundle SoraUse when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI\u2019s video API using the bundled CLI (`scripts/sora.py`), including requests like \u201cgenerate AI video,\u201d \u201cSora,\u201d \u201cvideo remix,\u201d \u201cdownload video/thumbnail/spritesheet,\u201d and batch video generation; requires `OPENAI_API_KEY` and Sora API access.
-
tomevault-io Bundle ViteVite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite. Use when this capability is needed.
-
tomevault-io Bundle Ccxt GoCCXT cryptocurrency exchange library for Go developers. Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors in Go projects. Use when working with crypto exchanges in Go applications, microservices, or trading systems. Use when this capability is needed.
-
tomevault-io Bundle Mix CodingUse when the user asks to write Flutter code using Mix, or mentions Mix styling, BoxStyler, TextStyler, IconStyler, variants, animations, design tokens, or Mix widgets like Box, HBox, VBox, StyledText, StyledIcon, Pressable. Also trigger when user references 'package:mix' or fluent styling in Flutter. This skill ensures Claude writes correct, idiomatic Mix 2.0 code instead of guessing at the API.
-
tomevault-io Bundle GithubInteract 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 this capability is needed.
-
tomevault-io Bundle NotionNotion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
-
tomevault-io Bundle Goframe V2GoFrame开发框架专属技能集。为Go语言开发者提供完整的框架使用指南,涵盖命令行管理、配置管理、日志组件、错误处理、数据校验、类型转换、缓存管理、模板引擎、数据库ORM、I18n国际化等核心组件的最佳实践。包含项目工程化结构规范、开发模式指引、常见问题解决方案以及丰富的实战代码示例。适用于构建RESTful API、gRPC微服务、Web应用等各类Go项目,帮助开发者快速掌握GoFrame框架特性,提升开发效率和代码质量。 Use when this capability is needed.
-
tomevault-io Bundle GRAPHQLQuery language for APIs. Use when this capability is needed.
-
tomevault-io Bundle Vsintegration Ide DebuggingFix F# debugging issues (breakpoints, .pdb, sequence points). Build, run VS integration tests, inspect IL/PDB. Use when this capability is needed.
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 antigravity-api-skill, gemini-web-quicker-skill, setup-branch-protection. 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.