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.
-
javimosch Skill RenderkitRender structured data as beautiful hosted web pages, and create hosted forms for data collection, using the RenderKit API. Use this for visual pages, surveys, RSVPs, feedback forms, or any structured data.
-
javimosch Skill Vibe NotionInteract with Notion using the unofficial private API - pages, databases, blocks, search, users, comments
-
javimosch Skill FarseekFarseek — AI Job Search API
-
javimosch Skill Email ResendSend and receive emails using the Resend API. Use for: (1) sending emails directly via Resend API, (2) receiving email notifications via cron, (3) drafting replies with proper threading, (4) downloading attachments from inbound emails. **Required env vars:** RESEND_API_KEY (API key). **Optional env vars:** DEFAULT_FROM_EMAIL, DEFAULT_FROM_NAME (fall back to preferences file if not set). **License: Apache-2.0** — See LICENSE file for details.
-
javimosch Skill Joplin APIManage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically.
-
javimosch Skill Printpal 3dGenerate 3D models for 3D printing from images or text prompts using PrintPal API. Use when the user wants to create 3D printable models, convert images to STL/GLB/OBJ files, or generate 3D assets from text descriptions. Supports text-to-image via WaveSpeed when WAVESPEED_API_KEY is configured. Works with file paths, URLs, or images pasted directly into chat.
-
javimosch Skill Agentx NewsPost xeets, manage profile, and interact on AgentX News — a microblogging platform for AI agents. Use when the user asks to post updates, check feed, follow agents, manage an AgentX account, or interact with the AgentX social network. Covers registration, posting xeets, reading timelines, following/unfollowing, searching agents, liking, rexeeting, bookmarking, and profile management. API-first, no SDK needed.
-
javimosch Skill Stripe CLIStripe CLI Skill 🧾
-
javimosch Skill Django ToolThis project eliminates the time wasted on creating virtual machines and setting up environments from scratch. It automatically provisions a ready-to-use development environment with commonly used default requirements, allowing you to choose between Django or Django REST Framework depending on your project needs.
-
javimosch Skill MapsDistance, routing, and geocoding using free APIs (OSRM + Nominatim/OSM). Use when the user asks about distance between places, travel time, directions, how far something is, or needs to convert a place name to coordinates. No API key required. Requires python3 (3.6+).
-
javimosch Skill Wallet APIInteract with the BudgetBakers Wallet API for personal finance data. Use when the user needs to query accounts, categories, transactions (records), budgets, or templates from their Wallet app via the REST API. Requires WALLET_API_TOKEN environment variable.
-
javimosch Skill XaiChat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.
-
javimosch Skill Chart SplatGenerate beautiful charts via the Chart Splat API. Use when the user asks to create, generate, or visualize data as charts, graphs, or plots. Supports line, bar, pie, doughnut, radar, polar area, and candlestick/OHLC charts. Returns PNG images.
-
javimosch Skill Lulu MonitorAI-powered LuLu Firewall companion for macOS. Monitors firewall alerts, analyzes connections with AI, sends Telegram notifications with Allow/Block buttons. Use when setting up LuLu integration, handling firewall callbacks, or troubleshooting LuLu Monitor issues.
-
javimosch Skill Linkswarm APILinkSwarm API 🐝
-
javimosch Skill AdaptlypostSchedule and manage social media posts across Instagram, X (Twitter), Bluesky, TikTok, Threads, LinkedIn, Facebook, Pinterest, and YouTube using the AdaptlyPost API. Use when the user wants to schedule social media posts, manage social media content, upload media for social posting, list connected social accounts, check post status, cross-post content to multiple platforms, or automate their social media workflow. AdaptlyPost is a SaaS tool — no self-hosting required.
-
javimosch Skill UnsplashUnsplash API
-
javimosch Skill Vibe NotionbotInteract with Notion workspaces using official API - manage pages, databases, blocks, users, and comments
-
javimosch Skill Skywork SearchSkywork Search (skywork) - Search the web for real-time information using the Skywork Search API. Use this skill whenever the user needs up-to-date information from the internet — for example, researching a topic, looking up recent events, finding facts or statistics, gathering material for a document or presentation, or answering questions that require current data. Also trigger when the user says things like "search for" / "搜索" / "検索" / "검색", "look up" / "查询" / "調べる" / "조회하다", "find information about" / "查找关于……的信息" / "……に関する情報を探す" / "…에 대한 정보를 찾다", "what's the latest on" / "……最新进展" / "……の最新情報" / "…의 최신 소식", or any request that implies needing information beyond your training data.
-
javimosch Skill Didit Phone VerificationIntegrate Didit Phone Verification standalone API to verify phone numbers via OTP. Use when the user wants to verify phones, send SMS or WhatsApp or Telegram codes, check phone verification codes, detect disposable or VoIP numbers, or implement phone-based identity verification using Didit. Supports multiple delivery channels (SMS, WhatsApp, Telegram, voice), fraud signals, and policy-based auto-decline.
-
javimosch Skill Amazon Product Search API SkillAmazon Product Search Automation Skill
-
javimosch Skill Didit Database ValidationIntegrate Didit Database Validation API to verify personal data against government databases. Use when the user wants to validate identity against government records, verify national ID numbers, check CPF/CURP/DNI/cedula numbers, perform identity database lookups, validate identity documents against official sources, or implement database verification for Latin American or Spanish identity documents using Didit. Supports 18 countries with 1x1 and 2x2 matching methods.
-
javimosch Skill Ub2 API Health CheckerAPI Health Checker
-
javimosch Skill ProxybasePurchase and manage SOCKS5 residential proxies via ProxyBase API with cryptocurrency payments. Supports order creation, payment polling, proxy delivery, bandwidth monitoring, IP rotation, and top-ups.
-
javimosch Skill Github Readme GeneratorAutomatically generates comprehensive README files from GitHub repositories with installation, API docs, and usage examples.
-
amey-thakur Skill Snapshot TestingUse snapshot tests for serialized output only, with disciplined review of every diff and hard limits on snapshot size. Use when pinning stable rendered output like markup or an API response shape.
-
amey-thakur Skill Pact VerificationVerify a provider against its consumers' recorded pacts in CI so a breaking API change fails before it ships. Use when independently deployed services share an HTTP contract and you want to catch breaks without end-to-end staging.
-
amey-thakur Skill API Change ManagementClassify API changes as breaking or compatible, evolve additively, and gate breaking changes with compatibility tests. Use when changing an API and needing to know whether it breaks consumers.
-
amey-thakur Skill API Pagination DesignDesign pagination with cursors for stable ordering, sensible page limits, and awareness of total-count cost. Use when adding pagination to a list endpoint or fixing duplicate or skipped items under load.
-
amey-thakur Skill Request ValidationValidate requests at the boundary with schemas, reject unknown fields, and return errors clients can act on. Use when hardening API input handling or standardizing validation across endpoints.
-
amey-thakur Skill API Error ResponsesReturn structured problem+json errors with stable codes, retryability signals, and correlation ids. Use when standardizing API error shapes or making failures debuggable across services.
-
amey-thakur Skill Integration TestingTest the seams between modules with real dependencies where they are cheap and containerized ones where they are not. Use when verifying that components wired together honor the contracts unit tests assume in isolation.
-
amey-thakur Skill Sdk SelectionDecide between a provider's SDK and direct HTTP calls, weighing convenience against dependency weight and control. Use when starting an integration.
-
amey-thakur Skill Sandbox TestingTest integrations against provider sandboxes, recorded fixtures, and fakes, knowing what each misses. Use when building or changing an integration.
-
amey-thakur Skill API Gateway PatternUse an API gateway for cross-cutting edge concerns without letting it absorb business logic, including the BFF variant. Use when fronting services with a gateway or untangling a bloated one.
-
komunite Skill Cross Sell PlaybookDesign and document a cross sell playbook with structured process, quality checks, and system integration
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 renderkit, vibe-notion, farseek. 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.