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 Helixdevelopment Helixagent Windsurf Git IntegrationWindsurf Git Integration
-
tomevault-io Bundle Payment Gateway IntegrationIntegrates payment processing with Stripe, PayPal, or Square including subscriptions, webhooks, and PCI compliance. Use when implementing checkout flows, recurring billing, or handling refunds and disputes.
-
tomevault-io Bundle Github Flow For Claude On WebComplete GitHub workflow for Claude Code on the web. ALL GitHub operations MUST use REST API (never gh CLI). Includes branch naming (claude/*-sessionId), push retry logic, PR/issue management via API, and complete workflows. Use for all GitHub interactions in Claude Code web environment. Use when this capability is needed.
-
tomevault-io Bundle Polymarket Weather TraderTrade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run gopfan2-style trading. Use when this capability is needed.
-
tomevault-io Bundle Puppeteer TestGuide for writing Puppeteer-based end-to-end tests for Chrome Extensions. Use this skill when creating automated tests for extension popup, side panel, service worker, content scripts, or testing service worker termination. Covers Jest integration, browser launch configuration, and extension-specific testing patterns. Use when this capability is needed.
-
tomevault-io Bundle Terraphim Terraphim Skills Disciplined VerificationYou are a verification specialist executing Phase 4 of disciplined development. Your role is to verify that the implementation matches the design through systematic unit and integration testing with full traceability.
-
tomevault-io Bundle Web API Reverse EngineeringReverse engineer web pages to discover APIs and produce OpenAPI 3.1 specs using Chrome automation Use when this capability is needed.
-
tomevault-io Bundle Community MetricsCreate new community metrics by adding enum values, recording functions, wiring, backfill migrations, and API integration. Use when adding new community metrics, creating metrics, or tracking community activity. Use when this capability is needed.
-
tomevault-io Bundle Cloudflare Workers TestingComprehensive testing guide for Cloudflare Workers using Vitest and @cloudflare/vitest-pool-workers. Use for test setup, binding mocks (D1/KV/R2/DO), integration tests, or encountering test failures, mock errors, coverage issues. Use when this capability is needed.
-
tomevault-io Bundle Laravel Query BuilderBuild filtered, sorted, and included API endpoints using spatie/laravel-query-builder. Activates when working with QueryBuilder, AllowedFilter, AllowedSort, AllowedInclude, or when the user mentions query parameters, API filtering, sorting, includes, or spatie/laravel-query-builder. Use when this capability is needed.
-
tomevault-io Bundle Speakeasy API Skills Orchestrate Multi Target SdksOrchestrate Multi-Target SDKs
-
tomevault-io Bundle Marstek Open API UdpHow this integration talks to Marstek devices via the local Open API over UDP (JSON messages) and how to handle errors safely Use when this capability is needed.
-
tomevault-io Bundle Tidybot Robot ConnectionRobot connection credentials and API endpoints — IP address, API key, base URL, and all key REST endpoints. Use when (1) making API calls to the robot, (2) executing code on the robot via /code/execute, (3) debugging connection issues or timeouts, (4) needing the robot IP or API key mid-session, (5) polling execution status or retrieving recorded frames, or (6) fetching SDK docs or the getting-started guide. Use when this capability is needed.
-
tomevault-io Bundle Uptrend AnalyzerAnalyzes market breadth using Monty's Uptrend Ratio Dashboard data to diagnose the current market environment. Generates a 0-100 composite score from 5 components (breadth, sector participation, rotation, momentum, historical context). Use when asking about market breadth, uptrend ratios, or whether the market environment supports equity exposure. No API key required.
-
tomevault-io Bundle Omer Metin Skills For Antigravity Stripe Integration---
-
tomevault-io Bundle Omer Metin Skills For Antigravity Wallet Integration---
-
tomevault-io Bundle Qiscus Integration Integration Skills Project MemoryProject Memory System
-
tomevault-io Bundle Signnow WebhooksGuides webhook implementation for event-driven SignNow integrations, including endpoint setup, payload validation, and event handling. Use when this capability is needed.
-
tomevault-io Bundle Ric Xapp DevGuidance for developing OSC RIC xApps (RC/KPM/E2 subscription patterns), safe integration steps, and common pitfalls (polling vs periodic reporting). Use when this capability is needed.
-
tomevault-io Bundle REST API Changelog TrackerTracks breaking changes across REST API versions by diffing OpenAPI specs with oasdiff and monitoring endpoint deprecation headers. Stores version history in SQLite via better-sqlite3. Use when this capability is needed.
-
tomevault-io Bundle Wordpress REST API BuilderBuild and debug WordPress REST endpoints with a specialized skill. Use when this capability is needed.
-
tomevault-io Bundle Aj Geddes Useful AI Prompts API Changelog VersioningAPI Changelog & Versioning
-
tomevault-io Bundle Social Media IntegrationSocial media API integration enables applications to connect with social Use when this capability is needed.
-
tomevault-io Bundle Test Data GeneratorCreates test fixtures, mock data, and test scenarios for unit and integration tests. Use when setting up test data, creating mocks, or generating test fixtures.
-
tomevault-io Bundle Fallback And ResilienceWhat to do when a tool fails, an API hits a rate limit, or a site blocks scraping. Maps every primary tool to its best fallback so a single failure doesn't block the search. Use when this capability is needed.
-
tomevault-io Bundle Brendadeeznuts1111 Project R Score Tier1380 OpenclawTier-1380 OpenClaw Integration Skill
-
tomevault-io Bundle Brendadeeznuts1111 Tier 1380 Omega Google Gemini APIGoogle Gemini API - Complete Guide
-
tomevault-io Bundle Brendadeeznuts1111 Tier 1380 Omega Openai AssistantsOpenAI Assistants API v2
-
tomevault-io Bundle Axiom Background Processing RefComplete background task API reference - BGTaskScheduler, BGAppRefreshTask, BGProcessingTask, BGContinuedProcessingTask (iOS 26), beginBackgroundTask, background URLSession, with all WWDC code examples Use when this capability is needed.
-
tomevault-io Bundle Update Github Issue Project StatusUpdate GitHub issue project statuses for single or multiple issues using the GitHub Projects V2 API. Use when needing to programmatically set issue statuses (todo, in_progress, done) in GitHub Projects, especially when the user wants to update project board status or when handling multiple issues at once. Requires GITHUB_PROJECT_PAT or GH_PROJECT_PAT environment variable with project permissions. Use when this capability is needed.
-
tomevault-io Bundle Agentic WalletCrypto wallet operations via the awal CLI — sign in, check balances, send USDC/ETH/POL/SOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping/trading/converting tokens, funding/topping up/onramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base. Use when this capability is needed.
-
tomevault-io Bundle API Test DesignStrategies for designing comprehensive API tests including contract testing, integration testing, and performance testing Use when this capability is needed.
-
tomevault-io Bundle Idfm JourneyQuery Île-de-France Mobilités (IDFM) PRIM/Navitia for place resolution, journey planning, and disruptions/incident checks. Use when asked to find routes in Île-de-France (e.g., "itinéraire de X à Y"), resolve station/stop ids, or check RER/metro line disruptions, and you have an IDFM PRIM API key. Use when this capability is needed.
-
tomevault-io Bundle Simmer CopytradingMirror positions from top Polymarket traders using Simmer API. Size-weighted aggregation across multiple wallets. Use when this capability is needed.
-
tomevault-io Bundle Jarchi ScriptingThis skill should be used when the user asks to "write a JArchi script", "create an Archi script", "build an .ajs script", "add a dialog to a script", "use SWT widgets", "create a JFace dialog", "use Eclipse UI in JArchi", "extend a Java class in JavaScript", "use Java.type()", "work with ArchiMate elements", "use the jArchi API", "create a library module", "use GraalJS", mentions JArchi, Archi scripting, ArchiMate modeling scripts, SWT/JFace UI, or GraalVM JavaScript for Archi. Use when this capability is needed.
-
tomevault-io Bundle Tlossmtgboss Cyber Mortgage Crm Salesforce ValidatorSalesforce Integration Validator
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 helixdevelopment--helixagent--windsurf-git-integration, payment-gateway-integration, github-flow-for-claude-on-web. 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.