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 Extracting Code StructureExtracts file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, Dart/Flutter analyzer, ctags, or other language-specific tools to get outlines and signatures. Use this skill when listing all methods, functions, or classes in a file, exploring unfamiliar code, getting API overviews, or deciding what to read selectively
-
tomevault-io Bundle Odoo Orm APIMaster the Odoo ORM for data manipulation, environment management, and CRUD operations. Use when this capability is needed.
-
tomevault-io Bundle AirtableAirtable API — databases, records, and bases management Use when this capability is needed.
-
tomevault-io Bundle New Go EndpointThis skill automates the API-first workflow for creating new Go API endpoints. It handles OpenAPI spec updates, code generation, SQLC query creation, handler implementation, and Redis caching patterns. Use when adding new endpoints to the Lexicon backend. Use when this capability is needed.
-
tomevault-io Bundle Web Realtime SseServer-Sent Events for unidirectional server-to-client streaming, EventSource API, fetch streaming, reconnection patterns, message parsing Use when this capability is needed.
-
tomevault-io Bundle WorkspaceDynamic multi-repo and monorepo awareness for Claude Code. Analyze workspace topology, track API contracts, and maintain cross-repo context. Use when this capability is needed.
-
tomevault-io Bundle Alps2openapiGenerate OpenAPI specification from ALPS profile. Converts ALPS semantic descriptors to RESTful API definitions with automatic validation. Use when this capability is needed.
-
tomevault-io Bundle Kubit Designing APIUse when adding new API surface, modifying existing APIs, or defining TypeScript types for framework features. Use when discussing method signatures, return types, decorator APIs, or module exports.
-
tomevault-io Bundle MobaiControl Android and iOS mobile devices through the MobAI HTTP API. Use this skill when the user asks to interact with mobile devices, take screenshots, tap elements, type text, swipe, launch apps, or automate mobile tasks. Use when this capability is needed.
-
tomevault-io Bundle Zod ValidationZod schema validation patterns. Use when validating API inputs and data. Use when this capability is needed.
-
tomevault-io Bundle REST API OciUse when designing, reviewing, or implementing REST APIs and OpenAPI/Swagger specs for consistent resource-oriented API design. Applies to CRUDL resource APIs, operation names, URI and HTTP method choices, request/response models, list pagination/filtering/sorting, errors, lifecycle state, optimistic concurrency, idempotency, versioning, naming, and production API review readiness. The guidance is generic REST guidance derived from OCI API consistency best practices; apply OCI-specific conventions only when the target API uses or wants OCI-style contracts.
-
tomevault-io Bundle Ecs API ReferenceAmazon ECS API specification reference. Use when implementing ECS-compatible APIs in KECS to accurately reproduce request/response structures, parameters, error codes, and behaviors. Reference for implementing APIs like CreateCluster, CreateService, RunTask, RegisterTaskDefinition. Use when this capability is needed.
-
tomevault-io Bundle Aura IntegrationAutomatically captures Gemini CLI intent and writes it to .gemini.intent whenever code changes are made. Use this skill when making any modifications to the codebase so that the local Aura Semantic Version Control system can track the AI's reasoning. Use when this capability is needed.
-
tomevault-io Bundle Add Cron JobScaffold a new cron job with in-process guard, env-configurable schedule, SyncStatus DB locking, and job registry wiring. Use when this capability is needed.
-
tomevault-io Bundle Add EndpointScaffold a new Express API endpoint with controller, route (OpenAPI annotations), response type, and barrel exports. Use when this capability is needed.
-
tomevault-io Bundle Evolve SkillAnalyze feedback and evolve skills through structured improvement. The meta-skill that makes other skills better. Use when this capability is needed.
-
tomevault-io Bundle Har ExtractionUse when user has a HAR file and wants to create API mocks, or when setting up MSW mocking for tests/Storybook from network recordings.
-
tomevault-io Bundle Davinci ResolveDaVinci Resolve video editing and color grading automation via Python DaVinciResolveScript API Use when this capability is needed.
-
tomevault-io Bundle Backend DevelopmentBackend API design, database architecture, microservices patterns, and Use when this capability is needed.
-
tomevault-io Bundle Cc TraceInteractive assistant for intercepting, debugging, analyzing and reviewing Claude Code API requests using mitmproxy. Guides setup, certificate configuration, and active traffic inspection via web or CLI interface. Supports learning Claude Code internals, debugging issues, and optimizing API usage. Use when this capability is needed.
-
tomevault-io Bundle Scf Worker云函数工程师,负责腾讯云 SCF 无服务器函数开发。遵循最小权限、幂等、重试+死信、可观测性工程基线。处理 COS 直传签名、回调处理、媒体转码、Webhook 转发、批处理任务。适用于收到 SCF 部门任务卡(如 CMS-S-001)或修复类任务卡时使用。 Use when this capability is needed.
-
tomevault-io Bundle Doc GenerationGenerate OpenAPI specs, GraphQL docs, architecture diagrams (Mermaid/C4), README scaffolding, and automate changelogs from code and commit history. Use when this capability is needed.
-
tomevault-io Bundle Microsoft TodoManage tasks and lists in Microsoft To Do on Windows via PowerShell and Microsoft Graph API. Create, complete, and organize tasks with My Day and reminders. Use when this capability is needed.
-
tomevault-io Bundle Resonance BackendBackend Engineer Specialist. Use this for API design, business logic, integrations, and database interactions. Use when this capability is needed.
-
tomevault-io Bundle Analysis PhaseValidates cross-artifact consistency and detects breaking changes during feature analysis. Use when running /analyze command, validating spec-plan alignment, checking task-implementation consistency, or identifying API/database/UI breaking changes before deployment. (project)
-
tomevault-io Bundle Ops DocsComma-separated list of doc types (e.g., 'runbooks,api-docs') or 'all'. If omitted, you will be asked. Use when this capability is needed.
-
tomevault-io Bundle Fastify TypescriptGuidelines for building high-performance APIs with Fastify and TypeScript, covering validation, Prisma integration, and testing best practices Use when this capability is needed.
-
tomevault-io Bundle Modu AI Moai Adk Moai Tool Ast GrepAST-Grep Integration
-
tomevault-io Bundle Slim Meeting AgendaWrite comprehensive meeting agendas by orchestrating context gathering from previous summaries, querying external services (GitHub, Slack, etc. via TECH.md), and matching custom format templates. Automatically identifies and suggests generation of missing meeting summaries. Use when preparing for upcoming meetings and need structured agenda with context from multiple sources. Use when this capability is needed.
-
tomevault-io Bundle Rust TestRust testing workflow for unit, integration, doc, snapshot, property, async, regression, and coverage-aware tests in greenfield Cargo projects. Use for creating, improving, validating, or reviewing Rust tests. Use when this capability is needed.
-
tomevault-io Bundle GithubbingGitHub CLI (gh) installation and authenticated operations in Claude.ai containers. Use when user needs to create issues, PRs, view repos, or perform GitHub operations beyond raw API calls. Use when this capability is needed.
-
tomevault-io Bundle Claude CookbooksLook up examples and patterns from the official Anthropic Claude Cookbooks repository. Use when you need reference implementations, code examples, or best practices for Claude integrations, tool use, agents, prompting techniques, or API usage. Use when this capability is needed.
-
tomevault-io Bundle Redth Appledev Tools Appledev ToolsApp Store Connect API Development
-
tomevault-io Bundle ProducthuntSearch and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API. Use when user mentions Product Hunt, PH, or product launches. Use when this capability is needed.
-
tomevault-io Bundle Calcom AccessAccess Cal.com API via CLI with 1Password API key. Use when user wants to list bookings, create event types, manage schedules, or mentions cal.com access. TRIGGERS - calcom, cal.com, bookings, list bookings, event types, schedules, availability, create booking page. Use when this capability is needed.
-
tomevault-io Bundle Mlflow PythonMLflow experiment tracking via Python API. TRIGGERS - MLflow metrics, log backtest, experiment tracking, search runs. Use when this capability is needed.
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 extracting-code-structure, odoo-orm-api, airtable. 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.