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 NotmcpLocal tool system for API integrations and automation. Use when connecting to external services, fetching data from APIs, or performing tasks that require credentials or network access. Use when this capability is needed.
-
tomevault-io Bundle EchoTest-only skill that echoes input back. Used for integration testing. Use when this capability is needed.
-
tomevault-io Bundle MathTest-only skill that performs basic arithmetic. Used for integration testing. Use when this capability is needed.
-
tomevault-io Bundle 1passwordSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
-
tomevault-io Bundle X CLIUse this skill when the task is to authenticate with X, fetch timelines, tweets, users, search results, followers, or following data through x-cli, or to troubleshoot x-cli auth, rate limits, and GraphQL query ID drift.
-
tomevault-io Bundle Snowflake Create External Access IntegrationConsult Snowflake CREATE EXTERNAL ACCESS INTEGRATION parameter reference before generating any CREATE EXTERNAL ACCESS INTEGRATION DDL. Use when this capability is needed.
-
tomevault-io Bundle Slime LispSLIME integration for Common Lisp development Use when this capability is needed.
-
tomevault-io Bundle PumpfunComplete PumpFun Protocol guide for building token launches, bonding curves, and AMM integrations on Solana. Covers Pump Program (token creation, buy/sell on bonding curves), PumpSwap AMM (liquidity pools, swaps), fee structures, creator fees, and SDK integration. Use when this capability is needed.
-
tomevault-io Bundle RaydiumComplete Raydium Protocol SDK - the single source of truth for integrating Raydium on Solana. Covers SDK, Trade API, CLMM, CPMM, AMM pools, LaunchLab token launches, farming, CPI integration, and all Raydium tools. Use when this capability is needed.
-
tomevault-io Bundle GRAPHQL APIGraphQL API development - use when working on related tasks Use when this capability is needed.
-
tomevault-io Bundle PatternsReference for Morok's patterns! DSL and rewrite engine API. Use when writing optimization patterns, debugging pattern matching, or understanding rewrite limitations. Use when this capability is needed.
-
tomevault-io Skill Openclaw Skills Asana APIAsana
Audited -
tomevault-io Skill Openclaw Skills Attio APIAttio
Audited -
tomevault-io Skill BitbucketManage Bitbucket repositories, pull requests, and pipelines via API. Use when this capability is needed.
-
tomevault-io Skill Openclaw Skills Brevo APIBrevo
Audited -
tomevault-io Bundle Testing AqaDesign and maintain automated UI/API tests (framework patterns, stability, CI artifacts); not one-off manual checks Use when this capability is needed.
-
tomevault-io Bundle P3ngu1nzz V Daemon DB APIdb-api skill
-
tomevault-io Bundle Swift Concurrency ProReviews Swift code for concurrency correctness, modern API usage, and common async/await pitfalls. Use when reading, writing, or reviewing Swift concurrency code. Use when this capability is needed.
-
tomevault-io Bundle Breaking ChangeAnalyze the current branch for breaking changes to Protean's public API and generate the required mitigations. Use when the user says "check for breaking changes", "is this a breaking change", "deprecation", "API compatibility", or before any PR that touches public-facing code in protean.*. Also trigger when renaming, moving, or removing any class, function, or method that user code could depend on. Use when this capability is needed.
-
tomevault-io Bundle NewapiAssistant for newapi (new-api), an open-source unified AI gateway platform (https://github.com/QuantumNous/new-api). Use when the user asks about New API, managing models, groups, balance, or tokens, or securely copying keys, applying them to config files, or using them in commands without exposing secrets. Use when this capability is needed.
-
tomevault-io Bundle Aix InitInitialize or upgrade aix framework in a project. Detects tech stack, generates appropriate tier structure, and sets up Claude Code integration. Use when this capability is needed.
-
tomevault-io Bundle Arch AuthOAuth 인증 시스템 구현. OAuth, JWT, API Key, 로그인, 인증, 세션, 토큰 관련 구현 시 사용. Use when this capability is needed.
-
tomevault-io Bundle MetaplexComplete Metaplex Protocol guide for Solana NFTs and digital assets. Covers Core (next-gen NFTs), Token Metadata, Bubblegum (compressed NFTs), Candy Machine, Genesis (token launches), MPL-Hybrid, Inscriptions, DAS API, and the Umi framework. The single source of truth for all Metaplex integrations. Use when this capability is needed.
-
tomevault-io Bundle Shaoster Glaze Django APIDjango + DRF Conventions
-
tomevault-io Bundle Solana Foundation Pay Pay`pay` (also referred to as `pay-cli` or `pay.sh`) gives agents paid HTTP/API
-
tomevault-io Bundle WrikeManage Wrike tasks, projects, folders, and comments via the Wrike REST API. Use when this capability is needed.
-
tomevault-io Bundle SpikeThis skill should be used when the user asks to "run a spike", "test an assumption", "do a proof of concept", "de-risk", "validate an API", "check if X works", "prototype", "build a PoC", or when a design document contains risky technical unknowns that need validation before committing to implementation. Use when this capability is needed.
-
tomevault-io Bundle CLI DesignUnix-composable CLI design patterns. Use when building CLI tools, designing command trees, implementing output layers, or testing CLI behavior. Covers stream separation (stdout/stderr), format flags (--json/--plain), exit codes, TTY detection, composability, and error design. Language-agnostic principles; Rust implementation patterns in resources/. For API design (REST, HTTP), see api-design. Use when this capability is needed.
-
tomevault-io Bundle Coucoudb Octoscan OctoscanScanner CLI Integration Tests Generator
-
tomevault-io Bundle Fetching PricesRetrieves stock and cryptocurrency price data via Financial Datasets API. Use when asked about stock prices, crypto prices, historical prices, or price performance. Use when this capability is needed.
-
tomevault-io Bundle Cyblow Pypaginate API RESTREST API DESIGN
-
tomevault-io Bundle Dojo Integration TestUse this skill when the user asks to "test dojo contracts", "run integration tests", "start dojo stack", "test with torii", "verify contract behavior", mentions integration testing for Dojo/Cairo contracts, or needs to set up local katana/torii infrastructure.
-
tomevault-io Bundle Review Envoy Gateway PrReview an Envoy Gateway pull request for essential API, implementation, status, and test coverage requirements. Use when this capability is needed.
-
tomevault-io Bundle Django Create API EndpointSteps for adding a new Django REST Framework API endpoint Use when this capability is needed.
-
tomevault-io Bundle Unit TesterWrite, review, and refactor unit tests with strict discipline. Invoke when the user asks to add tests, fix flaky tests, improve coverage, refactor a test suite, or review testing practices. The skill enforces FIRST (Fast, Isolated, Repeatable, Self-validating, Timely), the AAA layout, testing through the public API only, and deterministic execution. It pushes back hard on test-for-test's-sake, over-mocking, snapshot overuse, and tests that break on refactor rather than on behaviour change. Pairs with the solid-developer skill — untestable code is usually a DIP/encapsulation failure in the code under test, not a test problem. Use when this capability is needed.
-
tomevault-io Bundle Saving CodeactsSave executed Python code as reusable tools in the gentools package. Use when preserving successful code executions for later reuse. Covers creating package structure (api.py, impl.py), defining Pydantic output models, and implementing the run() interface. 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 notmcp, echo, math. 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.