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.
-
tody-agent Bundle Cm Google FormGoogle App Script form-to-sheet integration with auto-retry, toast notifications, and Zalo/contact fallback. Reusable across any static website.
Audited -
aradotso Skill Mimo2codex ProxyLocal proxy that lets OpenAI Codex CLI/desktop talk to MiMo, DeepSeek, and other LLMs via Responses API translation
-
aradotso Skill Opencodex GatewayLocal gateway for Codex Desktop with custom API support, web dashboard, Computer Use engine, and Vision Bridge for text-only models
Audited -
aradotso Skill Codex Manager RustA Codex CLI account manager with local gateway forwarding for managing multiple Codex accounts, usage tracking, and OpenAI-compatible API gateway
Audited -
aradotso Skill Codex Auto RegisterAutomate ChatGPT/Codex account registration and OAuth token generation using DuckMail temporary email service
Audited -
aradotso Skill Codex Lb Load BalancerChatGPT/Codex multi-account load balancer with usage tracking, API key management, and OpenAI-compatible proxy
Audited -
aradotso Skill Codex Shim Byok ModelsRun Codex Desktop with Factory BYOK models and ChatGPT GPT-5.5 via local API shim
Audited -
aradotso Skill Codex2api Reverse ProxyCodex2API is a production-ready reverse proxy that converts Codex account pools into OpenAI/Anthropic-compatible API gateways with account management, scheduling, and admin dashboard.
-
aradotso Skill Codex App Transfer ProxyLocal Rust proxy that translates OpenAI Codex CLI Responses API into Chat Completions for Kimi, DeepSeek, GLM, and other OpenAI-compatible providers
Audited -
aradotso Skill Codexmonitor OrchestrationExpert in CodexMonitor, a Tauri app for orchestrating multiple Codex agents across local workspaces with threads, git integration, and remote daemon support.
-
aradotso Skill Codex Tools Account ManagerDesktop tool for managing multiple Codex accounts, monitoring usage, and providing local API proxy with public access
-
flpbalada Bundle Typescript Advanced TypesDesign readable advanced TypeScript types. Use when creating reusable type utilities, generics, conditional types, mapped types, template literal types, infer helpers, branded types, type guards, assertion functions, typed libraries, API clients, configs, or state helpers. Prefer simple types until complexity pays off. For broad code-quality typing guidance use typescript-best-practices.
-
jayden-dang Bundle Land BranchUse when a finished feature branch needs integration or disposition — produces a local merge, pull request, kept branch, discard, or block with reviewer-readable commits and pull-request text. Not for reviewing an existing PR (inspect-change), cutting a version (cut-release), or allocating human attention over a range (select-sample).
-
jayden-dang Bundle No CommentsDelete narrating and workaround comments in a scoped diff; keep only the narrow exception list — license, public API contracts, and constraints forced by systems we cannot change.
-
jayden-dang Bundle Hold StageUse when more is live than one or two ideas — a long working set, a review that walks every requirement ID, a change that must stay consistent — produces a stage of the ideas this act uses, with the rest left on disk.
-
syncfusion Bundle Syncfusion Wpf Chromeless WindowImplements the Syncfusion WPF ChromelessWindow for custom window chrome and title bar customization. Use this when creating custom window designs, customizing title bars, or implementing borderless windows in WPF applications. Covers title bar customization, background styling, border radius, custom buttons, and native chrome integration.
-
sky-cube Skill API Skill网关路由、鉴权、限流、熔断、日志的配置规范。当需要配置 API 网关(路由转发、统一鉴权、限流熔断、访问日志)时使用。
-
wangjs-jacky Skill Config Obsidian配置 Obsidian 同步环境。触发条件:用户想要配置 Obsidian 同步、设置 Remotely Save 后台触发、配置 Obsidian REST API 等。
-
halojerry Bundle Lark EventLark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM messages/reactions/chat changes, VC meeting ended, Minutes generated, Whiteboard updated, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
-
halojerry Skill Getnote AuthGetNote 认证管理:登录(浏览器 OAuth / API Key)、状态检查、登出。使用前先读 ../getnote-shared/SKILL.md。
-
halojerry Skill Getnote Shared使用 getnote CLI 前的共享基础规则:环境检查、CLI 安装、认证登录(浏览器 OAuth / API Key)、安全规则、笔记字段语义。使用 getnote 任何功能前必须先加载此技能。
-
halojerry Bundle Light System Design后端系统设计与数据库能力。当任务涉及系统架构、数据库设计、接口设计、权限/日志/异常/性能/部署时使用。设计 ER 图、数据表结构、接口文档、用户权限、数据流转、模块划分、API 规范、数据库索引、安全策略、部署方案,尤其适合科研系统、管理系统、数据分析平台、可视化平台、竞赛作品与软著项目。
Audited -
halojerry Bundle Multi Search EngineMulti search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
-
ariadoss Bundle Test CoverageFinds complex business logic, edge cases, corner cases, and past regressions that lack tests, then writes the missing unit tests (and integration/E2E tests when the risk genuinely crosses a boundary) — enforcing Google's Testing on the Toilet best practices (real > fake > mock, don't mock types you don't own, verify state not queries, avoid change-detector tests, DAMP over DRY in tests, limit mocks per test). Use when asked to "add tests", "cover edge cases", "check test coverage", "write missing tests", "harden the tests", "test this properly", or "make sure this is tested".
-
ariadoss Skill Swiftui AlarmkitSchedule alarms and countdown timers in iOS apps using AlarmKit. Use when implementing alarm functionality, timer features, AlarmKit integration, snooze/stop controls, Dynamic Island alarm displays, or focus mode override. Requires iOS 18+.
Audited -
ariadoss Skill Swiftui ToolbarsModern SwiftUI toolbar patterns including customizable toolbars, search integration, transition effects, and platform-specific behavior. Use when implementing or customizing toolbars in SwiftUI.
Audited -
arasz Bundle Dotnet Bdd TestingUse when adding Gherkin .feature files / a BDD runner to a .NET project: Reqnroll is the only live option (SpecFlow is EOL — never recommend it), xunit.v3 + CPM integration, tags/@ignore/Skip and Rule: blocks, or un-ignoring dormant scenarios. Includes the build-time code-behind recipe, feature-file overlap policy, and verified package facts.
-
hack23 Skill Secure Development PolicyComprehensive secure development lifecycle covering all SDLC phases, AI controls, testing, and security requirements per Hack23 ISMS
Audited -
ortus-boxlang Skill Commandbox TestingUse this skill for CommandBox TestBox integration: testbox run command, running tests from CLI, configuring runner URL in box.json, multiple output formats (json/antjunit), test watcher (testbox watch), CI integration, code coverage with FusionReactor, test labels and suites, and box.json testbox configuration.
-
ortus-boxlang Skill Boxlang Web DevelopmentUse this skill when building BoxLang web applications: Application.bx lifecycle, request/response handling, sessions, forms, REST APIs, HTTP clients, routing, CSRF protection, Server-Sent Events, or configuring CommandBox/MiniServer.
-
ortus-boxlang Skill Boxlang Java IntegrationUse this skill when integrating BoxLang with Java: createObject, static method calls, type conversion, importing classes, passing closures as functional interfaces, including JARs, JSR-223 scripting, or using Java libraries from BoxLang code.
-
ortus-boxlang Skill Commandbox Task RunnersUse this skill for CommandBox task runners: creating task CFCs, targets, passing parameters, lifecycle events (preTask/postTask/onError), interactive jobs with job DSL, progress bars, async/threading with AsyncManager, watching files, running commands from tasks, shell integration, property files, downloading files, sending email from tasks, and task target dependencies.
-
ortus-boxlang Skill Boxlang Core Dev Async TasksUse this skill when working with BoxLang asynchronous programming: BoxFuture (CompletableFuture extension), AsyncService, executor types (VIRTUAL/FIXED/CACHED/SCHEDULED), BaseScheduler, ScheduledTask fluent API, scheduling with cron constraints, task lifecycle callbacks, and registerring schedulers via ModuleConfig.bx.
-
ortus-boxlang Skill Commandbox Config SettingsUse this skill for CommandBox global configuration: config set/show/clear commands, server defaults, ForgeBox API tokens, endpoint settings, proxy configuration, module settings, env var overrides (box_config_*), setting sync across machines, task runner settings, tab completion style, preferred browser, artifacts directory, and nativeShell configuration.
-
tfcbot Skill Vidjutsu CloneClone a TikTok video's motion onto a new character using only the VidJutsu API — download, cloneability check, character, starting image, motion clone, poll to a finished video URL. No WaveSpeed, Gemini, or other provider keys required; VidJutsu holds those internally.
-
tfcbot Skill Connect AccountConnect a brand-owned account to Zernio via OAuth.
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 mimo2codex-proxy, codex-tools-account-manager, typescript-advanced-types. 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.