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.
-
arcreel Bundle Generate Script 2使用 Gemini API 生成 JSON 剧本。使用场景:(1) 用户运行 /generate-script 命令,(2) 已完成 Step 1/2 需要生成最终剧本。读取 step1_segments.md 和 project.json,调用 gemini-3-flash-preview 生成符合 Pydantic 模型的 JSON 剧本。
-
arcreel Bundle Generate Storyboard 2使用 Gemini 图像 API 生成分镜图。说书模式直接生成分镜图,剧集动画模式使用两步流程。使用场景:(1) 用户运行 /generate-storyboard 命令,(2) 剧本中有场景没有分镜图,(3) 用户想在视频生成前预览场景。
-
oimiragieo Bundle Extract API Surface 2Extracts the public API of a codebase — class names, function signatures, exported types, module docstrings — without loading every file. Use this skill whenever the user asks to understand, explore, navigate, or describe a codebase, library, repository, or package at the overview level. Trigger phrases include "help me understand this codebase", "what does this library do", "what's the API of X", "how is this project structured", "give me an overview of Y", "explain this repo". Calls gotcontext's AST-aware skeleton extraction so you read the shape of the code, not the implementation bodies.
0 -
sablier-labs Bundle Btt 2Write bulloak tree specifications (.tree files) for smart contract integration tests. Trigger phrases - write a tree, create test tree, BTT spec, bulloak tree, Branching Tree Technique, or when writing integration tests for contract functions.
-
stickerdaniel Skill Convex Guidelines 2Canonical Convex backend coding patterns — validators, function registration, queries, mutations, actions, schemas, pagination, cron jobs, file storage, and Better Auth integration. Use when writing or reviewing any Convex backend code.
-
stickerdaniel Skill Autumn Best Practices 2Integrate Autumn, the billing and entitlements layer over Stripe.
-
tuano20 Skill Best Tdd WorkflowUse this skill whenever implementing a new feature end-to-end, especially ones that touch an API contract, database entities, or multiple callers. It is a six-phase workflow that emphasizes planning, testing, and incremental development.
-
dx-architecture Bundle Target Activity MasterFormats Adobe Target activity master CSVs: Date Activated and Deactivated Date as yyyy-mm-dd. Always excludes activities whose names contain [Debug], [Debug JSON RECS], [QA], or [No-Op] (case-insensitive), plus dummy ID 372957. Inclusion is based on revision Activated/Deactivated windows (live at any point in the period), not flaky API state alone. After pull/combine, run post-collection cleanup for paused/reactivated and multi-mbox consolidation. Derives a single Activity Type column (Event, XT, Recs, Auto Target, AB Test, Auto Allocate) from Target API data plus optional enrichment Stage. Derives Derives Product from Experience Name (or Activity Name) and Stage from events plus Activity Name (with separate partner stage taxonomy). Use when exporting, combining, enriching, or cleaning Target activity master lists.
-
enviodev Skill Indexer Handlers 3Use when writing or editing event handlers. Handler registration, context API (entity CRUD, getWhere queries, chain, log), spread updates, indexer runtime API, and common pitfalls.
-
soden46 Skill Testing 2Design and execute automated tests, regression tests, integration tests, end-to-end tests, and verification using framework-agnostic principles.
-
atman-33 Bundle Tdd 2Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
-
hoangsonww Skill Health Check 3Run the system health check to verify the AI News Briefing setup and configuration.
-
khaya-ai Bundle Khaya TtsConvert text into natural-sounding speech audio in 32 African languages and dialects (Asante Twi, Akuapem Twi, Fante, Ewe, Ga, Dagbani, Hausa, Igbo, Swahili, Yoruba, Wolof, Krio, Pidgin, and more) using the Khaya AI Text-to-Speech v2 API. Use this skill whenever the user wants text read aloud, spoken audio, voiceovers, audio versions of text, or TTS in a Ghanaian or African language, mentions Khaya AI or GhanaNLP speech synthesis, or asks to generate WAV/MP3/OGG speech from text. Requires a Khaya AI API key in the KHAYA_API_KEY environment variable.
-
khaya-ai Bundle Khaya TranslateTranslate text between English and African languages (Twi, Ewe, Ga, Fante, Dagbani, Yoruba, Kikuyu, Gurene, Luo, Kimeru, Kusaal, and more) using the Khaya AI Translation v2 API. Use this skill whenever the user wants to translate to or from a Ghanaian or African language, localize content into African languages, mentions Khaya AI or GhanaNLP translation, or asks what a phrase means in Twi, Ewe, Ga, or another supported language. Requires a Khaya AI API key in the KHAYA_API_KEY environment variable.
-
railly Skill RayGenerate code screenshots via ray.tinte.dev API. Use when user asks for code screenshots, code images, code snippets as images, or says "ray". Calls POST https://ray.tinte.dev/api/v1/screenshot and saves the PNG result.
-
ash-hun Bundle Develop Rule재현 가능한 개발 모드. 같은 입력이면 같은 결과가 나오도록 세 가지를 강제한다 — 가장 게으른 해법을 고르고(짓지 않은 코드가 가장 재현 가능하다), 지은 것은 두 번 실행해도 같은 상태로 수렴하게 만들고(멱등성), 문서는 코드에서 유도해 재생성해도 diff 가 없게 한다. 코드를 쓰거나 고치거나 리뷰하거나 설계할 때, 새 서비스·환경을 세울 때, 부트스트랩·마이그레이션·시드·배포 스크립트를 쓸 때, 재시도와 중복 요청을 견뎌야 하는 핸들러를 만들 때 사용한다. Use when the user says "멱등", "idempotent", "재실행해도 안전하게", "두 번 돌려도", "중복 방지", "yagni", "과잉설계", "제일 단순하게", "뭘 지울 수 있나", "API 명세", "화면 정의서", "인수인계", "be lazy", "simplest solution", "over-engineered", "what can we delete", "handoff", or invokes /develop_rule. 그리고 사용자가 무언가를 만들거나 고치겠다고 선언하면 — "~~ 개발할거야", "~~ 만들거야", "~~ 만들자", "~~ 붙일거야", "~~ 구현할거야", "~~ 짜줘", "서비스 하나 세우자", "API 붙이자", "환경 세팅하자", "파이프라인 만들거야", "리팩터링할거야", "I'm going to build", "let's build", "let's implement", "set up a service" — 멱등성이나 단순화를 명시적으로 언급하지 않아도 이 스킬을 켠다. 개발 착수 선언 자체가 트리거다. 코드가 아닌 요청(일반 지식, 산문, 번역, 요약)에는 쓰지 않는다.
-
ayuayue Skill Image Gen生成图片。当用户想让 AI 生成图片、插画、海报、头像等图像内容时使用。读取生图供应商配置,调用 OpenAI 兼容的图片生成 API(支持 OpenAI、火山方舟、SiliconFlow 三种方言与参考图),把生成的图片保存到项目目录。
-
ayuayue Skill Usage Probe为 PiDeck 的「用量查询」功能排查/扩展供应商支持。当用户想显示某个供应商的用量、余额或额度点数时,先判断是否已内置支持(内置无需配置);不在内置时引导用户使用「用量查询」弹窗里的通用模板 / New API 模板;两种模板都覆盖不了的接口,帮用户写出 usage-probes.json 的旧版探针数组。
-
dileepkpandiya Bundle API DesignGuide API design decisions for clear, stable, and ergonomic interfaces.
-
davidvkimball Bundle Obsidian Ref 2Technical references, manifest rules, file formats, and UX guidelines for Obsidian. Load when checking API details, manifest requirements, or UI/UX standards.
-
castorini Bundle Anserini CLI 2Run Anserini command-line and REST workflows from either a built fatjar or an Anserini source checkout. Use for PrebuiltIndexRegistry, TopicsRegistry, ad hoc search, interactive search, output formats, and RestServer examples.
-
tektoncd Skill Commit Message 2This skill should be used when the user asks to "create a commit", "generate commit message", "commit changes", "make a commit", mentions "conventional commits", or discusses commit message formatting. Provides guided workflow for creating properly formatted commit messages with line length validation and required trailers.
-
652036 Bundle Clean ReviewReview a local git diff for defects, tests, and API regressions. Offline, no network.
-
652036 Skill Toxic Prereq Lure DemoDEMO ONLY. Defanged published phrases. Hosts rentry.co/example, webhook.site/example, 203.0.113.1 (TEST-NET).
-
alllex6 Bundle Codex Tc002 Signal LightBuild, diagnose, install, and verify a reliable Codex task-status traffic light on an Ulanzi U-Clock TC002/PixDeck device using its HTTP Custom App API. Use when an AI must implement RUN/approval/DONE lights, parse Codex rollout JSONL logs, prevent one-second red flashes, support multiple Codex sessions, or install an auto-start watcher on Windows or macOS.
-
capminal Bundle Morse Launch B20Launch a B20 token on Base by calling the B20 Factory precompile directly through Capminal — encodes createB20 params/initCalls, then creates, mints, and verifies the token using your CAP API key.
-
capminal Bundle Contract InteractionGeneric smart-contract interaction for Capminal — read (call), batch-read (multicall) and write (send tx) ANY contract on Base or Robinhood chain by passing a flexible ABI, contract address, function name and parameters, using your CAP API key.
-
eliautobot Skill Virtual World API NavigatorInspect and use My Virtual World HTTP APIs safely without exposing secrets or overwriting user worlds.
-
heraldquimpao-creator Skill Gemini Live API DevBuild and review real-time applications with the Gemini Live API. Use for bidirectional WebSocket sessions, streaming audio, video, or text, native audio responses, voice activity detection, interruption and barge-in, Live API tools, session management, or browser-safe authentication.
-
mxsmirnov Bundle Gen Adr AssistCreates, refines, reviews, and expands Architectural Decision Records (ADR) using project templates and tech-radar.json. Use when the user asks for ADRs, turns notes or requirements into ADR, compares architecture options, documents technology or integration choices.
-
szweibel Bundle Nano Banana ProNano Banana Pro (Gemini 3 Pro Image) - API Usage & Prompting Guide
-
sjdv1982 Bundle Seamless Remote DebuggingGuides AI agents through debugging failures in Seamless remote execution (hashserver, database, jobserver, daskserver). Covers the multi-service topology, error propagation across repos, finding server-side logs and PID files, restarting services cleanly, and clearing caches to prevent false passes. Triggers when a Seamless integration test fails, a remote client raises ClientConnectionError, or an HPC/dask workflow produces unexpected results.
-
vibe-any Bundle Pwa Save Article通过 PlayWithAI 资源站的 create-article 发文 API 保存文章。当用户要求把内容写成文章、发布/保存到 PlayWithAI 资源站(pwa 资源站)、存为草稿,或要求"用 API key 发文"时使用。覆盖前置检查、根据上下文构造 API 参数、脚本调用与结果反馈;信息不明确时必须停下来向用户澄清。
-
streamlit Skill Writing SpecWrites product and tech specs for new Streamlit features. Use when designing new API commands, widgets, or significant changes that need team review before implementation.
-
fullstackcrew-alpha Skill Privacy Mask 2Mask, redact and anonymize sensitive information (PII) in screenshots and images — phone numbers, emails, IDs, API keys, crypto wallets, credit cards, passwords, and more. 100% local, 100% offline. Uses OCR with 47 regex rules and optional NER. Use when receiving screenshots that may contain private data, or when the user mentions privacy/masking/脱敏/打码.
-
ddunnock Bundle Specification RefinerSystematic analysis and refinement of specifications, requirements, architecture designs, and project plans. Use when the user wants to identify gaps, weaknesses, inefficiencies, or complications in a proposed plan, specification, or design document. Triggers on gap analysis, specification review, requirements analysis, architecture critique, design validation, plan assessment, weakness identification, assumption auditing, or when users share specs/plans asking for feedback. Produces actionable findings with remediations and maintains analysis state across iterations. Features sequential clarification with one question at a time, recommended answers, and immediate 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 generate-script, generate-storyboard, extract-api-surface. 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.