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.
-
tomevault-io Bundle Stevef92 Fantasycritic FantasycriticAdd an Integration Test
-
tomevault-io Bundle Screenshot TestsUse when writing or running Paparazzi screenshot tests in stripe-android — covers PaparazziRule setup, recording/verifying commands, and test structure
-
tomevault-io Bundle Golang TestsGo testing for knowledge-db — API tests (muonsoft/api-testing), unit tests with testify and afero. Use when writing tests for internal/ and cmd/. Use when this capability is needed.
-
tomevault-io Bundle Koan API BuildingEntityController<T>, custom routes, payload transformers, auth policies Use when this capability is needed.
-
tomevault-io Bundle Add Test CoverageAnalyze git HEAD commit changes and implement comprehensive test coverage. Supports unit tests, integration tests, and E2E tests. Automatically detects language and testing frameworks from the repository. Use when this capability is needed.
-
tomevault-io Bundle API Endpoint GeneratorScaffold complete REST API endpoints with input validation, error handling, typed request/response, JSDoc or docstrings, and a unit test stub. Use when asked to create a new API route, endpoint, controller, handler, or REST resource in Express.js (TypeScript) or FastAPI (Python). Produces production-ready code following immutable patterns, Zod/Pydantic validation, and RFC 7807 error responses. Use when this capability is needed.
-
tomevault-io Bundle Nearby Places SkillSearch for nearby places like restaurants, cafes, stores, and services using Google Places API. Find places by type and location. Use when this capability is needed.
-
tomevault-io Bundle Add Admin API EndpointAdd a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`. Use when this capability is needed.
-
tomevault-io Bundle Github Tools AgentsAdd GitHub API tools to Vercel AI SDK apps using @github-tools/sdk. Covers tool setup, presets, approval control, token scoping, standard agents (ToolLoopAgent), and crash-safe durable agents (Vercel Workflow SDK). Use when this capability is needed.
-
tomevault-io Bundle Dagu REST APIGuide for using the Dagu REST API. Use when programmatically managing workflows, querying execution status, or integrating Dagu with external systems. Use when this capability is needed.
-
tomevault-io Bundle Sjtu Cookie Saver半交互式手动抓取传承交大(beta.share.dyweb.sjtu.cn)的登录态。打开 Chromium → 用户在浏览器里登 jAccount → 回车后脚本 dump cookies + 抓 localStorage token 到本地 JSON 供脚本复用。当用户说"传承交大重登"、"刷新传承 token"、"传承登不上"、"save_sjtu_cookies"时使用。注:选课社区已改用开放 API key,不再需要抓 cookie。 Use when this capability is needed.
-
tomevault-io Bundle Vite AdvancedAdvanced Vite 8 patterns including Rolldown-powered builds, advancedChunks, Environment API, plugin development, SSR configuration, library mode, and build optimization. Use when customizing build pipelines, creating plugins, or configuring multi-environment builds. Use when this capability is needed.
-
tomevault-io Bundle Autonomous LoopIterate until success or limit, composing existing skills with Jidoka integration Use when this capability is needed.
-
tomevault-io Bundle Gitcode Create PrUse when the user asks to create or update a pull request on GitCode, submit a merge request from a fork, or format PR content for GitCode API submission
-
tomevault-io Bundle Rust DevelopmentRust development best practices for the Guts project - idiomatic code, error handling, async patterns, and commonware integration Use when this capability is needed.
-
tomevault-io Bundle Herald ConfigurationThis skill should be used when the user asks "how do I configure Herald?", "how do I set up ElevenLabs?", "configure TTS", "change herald settings", "set up text-to-speech", "herald preferences", "elevenlabs api key", "herald not working", or needs help with Herald notification configuration, TTS providers, or troubleshooting. Use when this capability is needed.
-
tomevault-io Bundle API ClientAuthenticated HTTP API client with retry logic, rate limiting, response parsing, and structured error handling. Supports OAuth2, API key, and bearer token auth. Use when this capability is needed.
-
tomevault-io Bundle Tracker GithubGitHub Issues and Projects integration. Use for creating/updating issues, managing labels, adding to project boards, and tracking task status. Use when publishing artifacts, updating task status, or checking project state. Use when this capability is needed.
-
tomevault-io Bundle Convex HTTPHTTP actions for webhooks and API endpoints in Convex. Use when building webhook handlers (Stripe, Clerk, GitHub), creating REST API endpoints, handling file uploads/downloads, or implementing CORS for browser requests. Use when this capability is needed.
-
tomevault-io Bundle API Database DrizzleDrizzle ORM, queries, migrations Use when this capability is needed.
-
tomevault-io Bundle Huashu Weread Advisor微信读书高阶顾问。在底层 weread skill 的原子 API 之上,提供四类工作流:基于已读做个性化进阶推荐(advisor)、给方向规划入门到前沿的阶梯书单(path)、把零散划线想法提炼成读书笔记总结(alchemy)、做季度/年度阅读复盘并生成可发朋友圈/公众号的文章(review)。核心方法是「书架 + 笔记交叉分析」——书架揭示用户主动分类的兴趣,笔记数据揭示「真读过的」vs「只放着的」。当用户说「推荐书」「下一本读啥」「该读什么」「想搞懂 X 这个领域」「整理我的笔记」「这本书我记住了啥」「我今年读了什么」「读书复盘」「年度盘点」时触发。即使用户只是说「不知道读啥」「有没有相关的书」「帮我看看这本读完了吗」「这个领域我入门了吗」也应触发。 Use when this capability is needed.
-
tomevault-io Bundle Higress Wasm Go PluginDevelop Higress WASM plugins using Go 1.24+. Use when creating, modifying, or debugging Higress gateway plugins for HTTP request/response processing, external service calls, Redis integration, or custom gateway logic. Use when this capability is needed.
-
tomevault-io Bundle Ms Teams AppsMicrosoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API Use when this capability is needed.
-
tomevault-io Bundle Nodejs APINode.js REST API is a RESTful API built with Node.js and Express.js framework, Use when this capability is needed.
-
tomevault-io Bundle Azmankudus Style Eden Blueprint WebapiWeb API Blueprint (Platform-Agnostic)
-
tomevault-io Bundle Bankr Dev Arbitrary TransactionsThis skill should be used when building apps that submit raw EVM transactions, custom contract calls, or need to execute pre-built calldata through Bankr. Covers JSON format, validation, and integration patterns. Use when this capability is needed.
-
tomevault-io Bundle Fastapi ObservabilityThis skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns. Use when this capability is needed.
-
tomevault-io Bundle Design An InterfaceGenerate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice". Use when this capability is needed.
-
tomevault-io Bundle Navikt Sokos Skattekort Ktor REST APIKtor REST API
-
tomevault-io Bundle Java Collections StreamsCollections framework, Stream API, functional interfaces, and Optional patterns. Use when this capability is needed.
-
tomevault-io Bundle Simplellmfunc DeveloperDevelop and maintain the SimpleLLMFunc framework itself. Use when changing framework internals, tests, docs, specs, runtime primitives, decorator behavior, tool plumbing, event streams, PyRepl integration, provider adapters such as OpenAICompatible/OpenAIResponsesCompatible, or contributor-facing project structure and conventions. Use when this capability is needed.
-
tomevault-io Bundle Nuxt Test SkillUse when working with a test skill for validating npm-agentskills Nuxt integration
-
tomevault-io Bundle Playwright TestGenerate robust, zero-flakiness Playwright E2E tests following OpenMetadata patterns. Creates comprehensive test files with proper waits, API validation, multi-role permissions, and complete entity lifecycle management. Use when this capability is needed.
-
tomevault-io Bundle Github Pr ReviewPost PR review comments using the GitHub API with inline comments, suggestions, and priority labels. Use when this capability is needed.
-
tomevault-io Bundle Erc4337 Privacy WalletPrivacy-preserving ERC-4337 wallet development for vehicle identity and sensitive data protection. Use when implementing ERC-4337 account abstraction wallets that handle sensitive information (vehicle license plates, biometric data, personal IDs) requiring on-chain privacy. Triggers on requests like "implement ERC-4337 wallet for vehicle", "create privacy-protected account abstraction", "build wallet with vehicle number privacy", "develop ERC-4337 with ZK proof integration", or any smart contract wallet development requiring commitment schemes, deterministic address generation, and sensitive data protection. Use when this capability is needed.
-
tomevault-io Bundle Spotify APICreate and manage Spotify playlists, search music, and control playback using the Spotify Web API. UNIQUE FEATURE - Generate custom cover art images (Claude cannot generate images natively, but this skill can create SVG-based cover art for playlists). CRITICAL - When generating cover art, ALWAYS read references/COVER_ART_LLM_GUIDE.md FIRST for complete execution instructions. Use this to directly create playlists by artist/theme/lyrics, add tracks, search for music, and manage the user's Spotify account. 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 stevef92--fantasycritic--fantasycritic, screenshot-tests, golang-tests. 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.