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.
-
serejaris Skill LyricsLyrics and songwriting — original lyrics for pop, rock, hip-hop, R&B, folk, electronic, classical vocal, Chinese-style (中国风), and all musical genres. Handles verse-chorus structure, rhyme schemes, syllable fitting, hook writing, singability, and AI music platform integration.
-
runxhq Bundle SlackRead bounded Slack search and thread evidence, plan an exact reply, and deliver an approved reply through any compatible Slack binding with stable-message readback.
-
runxhq Bundle Stripe PayExecute a Stripe SPT payment through the canonical hosted spend contract.
-
runxhq Bundle Schema GuardCheck a proposed API or data contract against the current contract, real sample payloads, and a compatibility policy, and gate publication behind a refusable verdict with native digest evidence.
-
runxhq Bundle Slack NotifyPlan a digest-bound Slack notification, then deliver the exact approved channel post through any compatible Slack binding with provider readback.
-
saeed-vayghan Bundle GRAPHQL ArchitectGraphQL schema architect designing efficient, scalable API graphs. Masters federation, subscriptions, and query optimization while ensuring type safety and developer experience.
-
saeed-vayghan Bundle Fullstack DeveloperEnd-to-end feature owner with expertise across the entire stack. Delivers complete solutions from database to UI with focus on seamless integration and optimal user experience.
-
saeed-vayghan Bundle Payment IntegrationExpert payment integration specialist mastering payment gateway integration, PCI compliance, and financial transaction processing. Specializes in secure payment flows, multi-currency support, and fraud prevention with focus on reliability, compliance, and seamless user experience.
-
ever-just Bundle TddTest-driven development — the red/green/refactor loop, what makes a test worth keeping (behavior through public interfaces, not implementation details), where tests go (seams agreed up front), and the anti-patterns that make tests lie (implementation-coupled, tautological, horizontal-sliced). Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests written well.
-
ever-just Skill Godaddy APIManage GoDaddy domains and DNS records via the official GoDaddy Developer Portal REST API (developer.godaddy.com). Use when user needs to list domains, update DNS records, check domain availability, or automate domain management tasks.
Audited -
ever-just Bundle Programmatic Osint SourcesCatalog of data-rich OSINT/enrichment sources that can be pulled PROGRAMMATICALLY with low lift — a public URL endpoint, a keyless REST API, or a genuine free-tier API. Use when you have an identifier (email, name, domain, username, phone, company, or IP) and want to turn it into rich machine-readable data: find or verify emails, reverse-lookup a person from an email, enumerate subdomains and infrastructure, check breach/credential exposure, resolve a company to officers/beneficial owners, confirm an account exists on a platform, enrich a phone number, or pivot an identity across ecosystems. Generalizes the "Gravatar returns a profile from an email" trick to hundreds of sources. Covers keyless endpoints, free-key APIs, and cheap paid upgrades, each with a concrete example call and honest auth/ToS/freshness caveats.
-
nirholas Skill PortfoliometaReal-time and historical market data for stocks and crypto via PortfolioMeta API — prices, fundamentals, earnings, analyst ratings, and financial statements.
Audited -
nirholas Skill Binance Token InfoQuery token details via Binance Web3 API by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, volume, holders, liquidity), and fetch K-Line candlestick charts.
Audited -
nirholas Skill Free Crypto News GuideGuide to free-crypto-news — a free, no-API-key-required crypto news aggregator. Fetches headlines from 15+ sources including CoinDesk, The Block, Decrypt, CoinTelegraph, and more. Features RSS parsing, keyword filtering, sentiment scoring, and webhook notifications.
Audited -
nirholas Skill Dust Sweeping Defi GuideGuide to DeFi dust sweeping strategies — identifying and consolidating small token balances across wallets and chains. Covers gas-efficient batching, threshold calculations, yield deployment of swept dust, and integration with Sperax USDs auto-rebase.
Audited -
nirholas Skill Elizaos Plugin GuideGuide to building ElizaOS plugins for autonomous AI agents. Covers the ElizaOS architecture, plugin lifecycle, action/evaluator/provider patterns, memory management, and integration with crypto/DeFi tools. ElizaOS is the leading framework for autonomous agents in Web3.
Audited -
nirholas Skill Binance Crypto Market RankCrypto market rankings and leaderboards via Binance Web3 API. Query trending tokens, top searched tokens, Binance Alpha tokens, social hype sentiment, smart money inflow rankings, meme token rankings, and top trader PnL leaderboards.
Audited -
nirholas Skill Binance Query Address InfoQuery any on-chain wallet address for token holdings and positions via Binance Web3 API. Retrieves all token balances including price, 24h change, and holding quantity across BSC, Base, and Solana.
Audited -
nirholas Skill Crypto Data Aggregation GuideGuide to CryptoDataPy — a Python library that aggregates crypto data from 20+ sources into a single unified interface. Covers price data, on-chain metrics, social data, derivatives, and macro indicators. One API for CoinGecko, Glassnode, DeFi Llama, and more.
Audited -
nirholas Skill Subgraph Development GuideGuide to building blockchain data indexes with The Graph — subgraph architecture, schema design, mapping handlers, deployment, and querying. Covers GraphQL APIs for DEX data, token transfers, and DeFi protocol events. Use when explaining blockchain indexing or building custom data pipelines.
Audited -
nirholas Skill Xeepy Python Twitter GuideGuide to xeepy — a comprehensive Python library for X (Twitter) with 154 files and 44K+ lines of code. Features full API v2 coverage, spaces, communities, lists, polls, Grok integration, and async support. 57 stars. The most complete Python X library.
Audited -
omninode-ai Skill Hook Health AlertPeriodic hook health check with Slack alerting when error rates exceed thresholds
-
omninode-ai Bundle Integration SweepContract-driven post-merge integration verification — dispatches to node_integration_sweep_orchestrator for execution
-
vodouai Skill Backend ArchitectExpert backend architect for API design, database schema planning, system architecture, migration strategy, and authentication systems
-
theneoai Skill CavemanUltra-compressed communication mode that cuts ~75% of token use by dropping articles, filler words, and pleasantries while preserving technical accuracy. Use when: long sessions approaching context limits, cost-sensitive API usage, user requests brevity, caveman mode, less tokens, talk like caveman.
Audited -
wesleyegberto Skill Nodejs Backend PatternsBuild production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.
-
wesleyegberto Skill Java Feature DevelopmentOrchestrate end-to-end Java Spring Boot feature development from idea or plan to reviewed, committed code. Use this skill proactively when the user wants to implement a feature, endpoint, service, domain object, or integration in a Spring Boot application — even if they just say "implement this", "add this endpoint", "build this service", "develop this plan", or "create this API". Spawns parallel specialist subagents for codebase exploration, architecture planning, Spring Boot implementation, testing, and code review, then guides the user through approval, commit, and optional PR creation.
Audited -
wesleyegberto Skill Node Feature DevelopmentOrchestrate end-to-end Node.js backend feature development from idea or plan to reviewed, committed code. Use this skill proactively when the user wants to implement a feature, endpoint, service, module, or integration in a Node.js application — even if they just say "implement this", "add this endpoint", "build this service", "develop this plan", or "create this API". Works with any Node.js framework (Express, Fastify, NestJS, Koa) and TypeScript or JavaScript. Spawns parallel specialist subagents for codebase exploration, architecture planning, implementation, testing, and code review, then guides the user through approval, commit, and optional PR creation.
Audited -
aaaaqwq Bundle API GatewayAPI Gateway
Audited 1 -
aaaaqwq Bundle Qingyun APIqingyun-api Skill
1 -
richard0901 Skill Tool Builder交互式创建和管理 Chat 模式的自定义 HTTP 工具。当用户想要创建新的 API 工具、配置 Chat 工具、添加自定义工具、管理自定义工具、或说"帮我创建一个 XX 工具"时使用此 Skill。也适用于调试、修复或删除已有的自定义工具。
-
aravinds-wick Skill Dev AssistantManage and execute tasks for dev-assistant. Use when designing system architecture, choosing design patterns, reviewing API contracts, analyzing coupling or over-engineering, or decomposing a complex feature into parallel implementation tasks for any language or stack.
-
aravinds-wick Skill Pr Review TriageMonitor a Slack channel for new PR review requests, perform code reviews scoped to team-owned files, post findings to Slack threads, and approve or comment. Requires --channel, --team, and --repo arguments. Designed to run on /loop.
-
aravinds-wick Skill Pr List By AuthorLists open GitHub pull requests filtered by a user-supplied list of author logins and review state (not draft, not fully approved). Supports per-repo gh pr list or cross-repo gh search prs plus optional reviewDecision post-check, and optional posting to a Slack channel or canvas. Use when the user runs /pr-list-by-author, asks for a daily PR queue, PRs waiting on review, team triage, or sharing that list to Slack across named repos or all visible repos on GitHub Enterprise or GitHub.com.
-
aravinds-wick Skill Pr Request ReviewRequest a code review for a PR by finding the right Slack channel (from PR CODEOWNERS comment or capabilities.json), checking if a bot thread already exists in that channel, and bumping the thread or posting fresh. Use when the user runs /pr-request-review, asks to request a review, wants to ping a team for their PR, or says "bump my PR".
-
aravinds-wick Bundle Slack Gif CreatorA toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack.
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 api-gateway, qingyun-api, lyrics. 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.