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 Skill Openclaw Skills API GatewayAPI Gateway
Audited -
tomevault-io Bundle Orinachum Reachy Nova SlackSlack Skill
-
tomevault-io Bundle Cider ClojureCIDER integration for Clojure development with nREPL Use when this capability is needed.
-
tomevault-io Bundle Glamorous GayGlamorous Toolkit integration with Gay.jl deterministic coloring. Moldable inspectors with GF(3)-balanced views, Lepiter color-coded knowledge graphs, and Bloc visualizations with SplitMix64 palettes. Use when this capability is needed.
-
tomevault-io Bundle Servo GhosttyServo browser engine integration with ghostty-web for full-color terminal tiles Use when this capability is needed.
-
tomevault-io Bundle Web3 TestingTest smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols. Use when this capability is needed.
-
tomevault-io Bundle Scaffold APIScaffold REST endpoints Use when this capability is needed.
-
tomevault-io Bundle Angular FormsBuild signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects. Use when this capability is needed.
-
tomevault-io Bundle Crud创建或修改 CRUD 模块。当需要创建新的增删改查 API、修改现有路由模块、添加新字段、新增接口、或用户请求"创建/修改 XX 管理"时使用 Use when this capability is needed.
-
tomevault-io Bundle Zhin HelperProvides guidance on working with the Zhin chatbot framework, including bot creation, plugin development, and integration with various chat platforms. Use when users ask about Zhin framework, bot development, or chat platform integration.
-
tomevault-io Bundle Pytest Fast APIpytest-fast-api - use when working on related tasks Use when this capability is needed.
-
tomevault-io Bundle Vscode ExtensionVS Code extension development workflow. Use when adding/modifying completion providers, diagnostics, CLI integration, server management, snippets, or building/packaging the extension. Use when this capability is needed.
-
tomevault-io Bundle AcestepUse ACE-Step API to generate music, edit songs, and remix music. Supports text-to-music, lyrics generation, audio continuation, and audio repainting. Use this skill when users mention generating music, creating songs, music production, remix, or audio continuation. Use when this capability is needed.
-
tomevault-io Bundle Express API生成Express.js REST API,包含TypeScript、中间件、验证、错误处理和认证模式。 Use when this capability is needed.
-
tomevault-io Bundle Eve EsiEVE Online ESI API integration patterns, authentication flows, rate limiting, and data modeling. Invoke with /eve-esi. Use when this capability is needed.
-
tomevault-io Bundle Helios CoreCore API for Helios video engine. Use when creating compositions, managing timeline state, controlling playback, or subscribing to frame updates. Covers Helios class instantiation, signals, animation helpers, and DOM synchronization. Use when this capability is needed.
-
tomevault-io Bundle Bunny GRAPHQLDirect GraphQL API integration with Bunny — the subscription billing and management platform. Covers the endpoint URL (https://<subdomain>.bunny.com/graphql), Bearer-token authentication, OAuth2 client-credentials flow with automatic token refresh, pagination via Relay-style connections, error response shape, and the most common queries and mutations for accounts, subscriptions, quotes, invoices, and payments. Use when calling Bunny's GraphQL API from a language without an official SDK (Go, Python, Rust, Elixir, PHP, Java, .NET, etc.), when the Node or Ruby SDKs don't cover an operation you need, or when you need to understand the raw request / response shape. For Node prefer the `bunny-node-sdk` skill; for Ruby prefer the `bunny-ruby-sdk` skill. Use when this capability is needed.
-
tomevault-io Bundle Add Knowledge Connector Unit TestsGuide for adding unit tests to a Knowledge Connector in a Cognigy Extension. Covers project setup (dependencies, scripts, build exclusion), test scaffolding using the Node.js standard test library (node:test + node:assert), the standard KnowledgeApi mock pattern, vendor-specific API mocking strategies, required test scenarios, and verification steps. Use when this capability is needed.
-
tomevault-io Bundle Cyblow Pypaginate API GRAPHQLGRAPHQL
-
tomevault-io Bundle Mls SetupSet up reso_cli by configuring your MLS API credentials and endpoint. Use when this capability is needed.
-
tomevault-io Bundle Testing StrategyProvides testing strategy guidance including test pyramid, coverage targets, test patterns, and stack-specific test tooling. Triggers on testing, test strategy, test coverage, unit test, integration test, e2e test, TDD, test pyramid, test plan, test architecture.
-
tomevault-io Bundle HTTP Request发起 HTTP 网络请求,支持 GET、POST、PUT、DELETE、PATCH 方法。当用户需要调用 API、获取网页内容、发送数据到服务器时使用。 Use when this capability is needed.
-
tomevault-io Bundle Agents Aea<a href="../api/skills/base#skill-objects">`Skills`</a> are the core focus of the framework's extensibility as they implement business logic to deliver economic value for the AEA. They are self-contained capabilities that AEAs can dynamically take on board, in order to expand their effectiveness in different situations. Use when this capability is needed.
-
tomevault-io Bundle Fish Audio APIWrite direct HTTP / WebSocket calls to the Fish Audio platform (TTS, ASR, voice models, wallet, real-time TTS streaming) without depending on the Python or JavaScript SDK. Use when the user asks to call Fish Audio from curl, a language without an official SDK, an edge/runtime environment that cannot install the SDK, or when they explicitly want raw REST / WebSocket code. Covers authentication, endpoint URLs, required headers, request / response schemas, MessagePack vs JSON vs multipart encoding rules, multi-speaker dialogue, and the WebSocket streaming protocol. Use when this capability is needed.
-
tomevault-io Bundle Laravel AuthUse when implementing user authentication, API tokens, social login, or authorization. Covers Sanctum, Passport, Socialite, Fortify, policies, and gates for Laravel 12.
-
tomevault-io Bundle Hono DevThis skill should be used when building APIs with Hono, using hc client, implementing OpenAPI, or when "Hono", "RPC", or "type-safe API" are mentioned. Use when this capability is needed.
-
tomevault-io Bundle Paid Tw Skills Payuni Webhook統一金流 Webhook 處理任務
-
tomevault-io Bundle KtorKtor HTTP client patterns for KMP. Use when implementing API clients, network requests, or remote data sources. Use when this capability is needed.
-
tomevault-io Bundle Zls Integrationzls-integration skill Use when this capability is needed.
-
tomevault-io Bundle Rust DisciplineRust code discipline for the RIPDPI workspace — API design, anti-patterns, panic policy, errors, RAII, allocation, concurrency, unsafe, and lints. Use when this capability is needed.
-
tomevault-io Bundle Prisma PostgresPrisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth. Use when this capability is needed.
-
tomevault-io Bundle Pwntester Octo Nvim Octo NvimThese can be found under GraphQL
-
tomevault-io Bundle Discover APIAutomatically discover API design skills when working with REST APIs, GraphQL schemas, API authentication, OAuth, JWT, rate limiting, API versioning, error handling, or endpoint design. Activates for backend API development tasks. Use when this capability is needed.
-
tomevault-io Bundle Reshaped V3 V4Migrates apps from Reshaped v3 to v4 breaking API changes. Use when the user asks to upgrade to v4, fix breaking changes, or migrate deprecated Reshaped APIs. Use when this capability is needed.
-
tomevault-io Bundle X APIUse when composing X (Twitter) posts, formatting content for X, or troubleshooting X API issues. Provides knowledge of X API v2 conventions, post formatting best practices, and content guidelines.
-
tomevault-io Bundle API DesignerDesign RESTful APIs with best practices for consistency and usability 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 openclaw--skills--api-gateway, orinachum--reachy-nova--slack, cider-clojure. 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.