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.
-
theexperiencecompany Skill Twitter Send DmSend Twitter/X DMs - find user, verify identity, then send message.
-
theexperiencecompany Skill Create PrCreate GitHub pull requests following team best practices - proper title format, description template, reviewers, labels, and linked issues
-
theexperiencecompany Skill Gmail Draft SendCreate and send Gmail emails using draft-first workflow. Always draft first, get user approval, then send.
-
theexperiencecompany Skill Meet Invite SlackInstantly create a Google Meet space and share the link with a teammate on Slack.
-
theexperiencecompany Skill Find ItemsFind pages and databases in Notion - search, list, query database contents with filters
-
theexperiencecompany Skill Tracked Todo Working MemoryComplete guide for GAIA tracked todos — philosophy, two modes (immediate/long-running), the canvas.md / activity.md files, scheduling/recurrence, and institutional memory.
-
theexperiencecompany Skill Notion Create PageIntelligently create Notion pages — search for duplicates, find parent, structure content with blocks, offer sharing
-
theexperiencecompany Skill Slack Send MessageSend Slack messages intelligently - discover channels/users, understand conversation context, craft contextual messages, handle DMs and threads.
-
theexperiencecompany Skill Gaia Self KnowledgeHow GAIA itself works — its agents, memory, skills, integrations, and workspace. Read this when the user asks how you work, what you can do, how to configure you, or when you are unsure about your own mechanics.
-
theexperiencecompany Skill Github Create IssueCreate GitHub issues with proper formatting, labels, and details.
-
theexperiencecompany Skill Gmail Find ContactsFind contacts in Gmail - search for specific people or email addresses from email history.
-
theexperiencecompany Skill Linear Create IssueCreate Linear issues intelligently - search for duplicates, learn team patterns, evaluate sub-issue breakdown, then create with proper context.
-
theexperiencecompany Skill Linkedin Create PostCreate and manage LinkedIn posts with a professional standard - post as me or company, and high-quality engagement workflows.
-
theexperiencecompany Skill Slack Gather ContextGather comprehensive Slack context — search messages, identify what needs attention (mentions, DMs, urgent), read channel pulse, synthesize findings
-
theexperiencecompany Skill Calendar Create EventCreate calendar events intelligently - check availability, handle attendees, manage recurrence, timezone-aware scheduling with confirmation workflow.
-
theexperiencecompany Skill Meeting Create InviteSchedule meetings and generate video conferencing links (Google Meet, Zoom, Microsoft Teams) and invite participants.
-
theexperiencecompany Skill Notion Search ContentSmart Notion search — query pages and databases, apply filters, traverse content, synthesize findings
-
theexperiencecompany Skill Todoist Organize TasksIntelligently organize Todoist projects, tasks, labels and sections — search before creating, learn user patterns, smart decomposition
-
theexperiencecompany Skill Send DmSend direct messages on X (Twitter) - compose and send DMs to users, handle multi-part messages for longer content
-
theexperiencecompany Skill Gaia Custom InstructionsHow per-integration custom instructions work — reading them, updating them, and when to persist a user's preference (e.g. "for Slack focus on
-
theexperiencecompany Skill Googledrive Manage FilesFind, organize, share, download, and export files in Google Drive, including handing a file to Gmail as an attachment.
-
theexperiencecompany Skill Googlesheets Charts GraphsCreate charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights
-
kunchenguid Skill Compact AdviserRead or change compact-adviser settings for Codex - the mode (hint or off), the minimum context before a checkpoint is judged, TypeSafe request logging, and the TypeSafe API key. Use when the user asks about compaction advice, the /compact hint, compact-adviser status, or wants to turn the adviser on or off.
-
uselexora Skill Lexora Buddy AnimationUse when the user asks Lexora Buddy to move, emote, celebrate, rest, or perform a visible desktop-pet action.
-
jpmorgan-payments Skill Jpm Csr 2Generate a Certificate Signing Request (CSR) and matching private key for JPM Payments API onboarding. Use this skill when a merchant needs to create a CSR to send to their JPM Relationship Manager (RM) for client ID provisioning via IDAHO/IDAnywhere, when generating a new key pair for JPM/Chase Orbital API authentication, or when preparing credentials before completing JPM onboarding. Supports CAT, PROD, or both environments at once and enforces the JPM rule that the CN must differ between CAT and PROD.
-
jpmorgan-payments Bundle Jpm OAUTH 2Implement J.P. Morgan Payments OAuth authentication (JWT signing + IDAnywhere token exchange) in a merchant project. Use this skill when a merchant has their clientId, certificate, private key, and SHA-1 thumbprint and wants to generate the auth code in their codebase — typically right after running jpm-integrations-get-started. Produces a language-specific auth module with built-in token caching that follows JPM guidance against regenerating tokens per request. Supports Node/TypeScript, Python, and Java idiomatically; for other languages, translates from the canonical algorithm. Asks for target environment (CAT or PROD) and JWT TTL (default 6 months for CAT, 8h for PROD per JPM guidance); the resource_id is read from the merchant's `.env` at runtime rather than collected interactively.
-
jpmorgan-payments Bundle Jpm Notifications 2Receive and verify J.P. Morgan Payments webhook events (notifications) in a merchant project. Use when the merchant needs to consume server-to-server event callbacks from JPM — e.g., dispute opened, card updated, payment captured, refund processed — instead of polling REST endpoints. Covers webhook endpoint setup, JPM signing-key fetch, signature verification (EC default, RSA optional), optional mTLS, and CAT smoke test. Companion to `jpm-merchant-integrations`; assumes OAuth is already in place via `jpm-oauth`.
-
jpmorgan-payments Bundle Jpm Merchant Integrations 2Implement J.P. Morgan Payments API integrations in a merchant project once OAuth authentication is in place. Use this skill after a merchant has completed JPM onboarding and wired up authentication (typically right after `jpm-oauth`) and is ready to integrate one of the supported APIs — Checkout, Online Payments, Tokenization, 3-D Secure, or Account Updater. For inbound webhook handling, use the companion `jpm-notifications` skill instead. Recommends implementing one API at a time, reusing the credentials and auth module already wired into the project.
-
jpmorgan-payments Bundle Jpm Integrations Get Started 2Triage and credential intake for merchants starting with J.P. Morgan Payments APIs. Use this skill when the user wants to migrate from another payment provider to JPM or start a new JPM integration from scratch. Sets up a .env file (generated fresh or updated in place) with the clientId, certificate path, and private key path that downstream skills will read at runtime. Does not persist credential contents.
-
jesse-merhi Skill TddBuild or fix behavior test-first through a red-green-refactor loop when the user requests TDD, test-first work, or integration-style tests.
-
thecolliery Bundle Drift CanaryCompatibility and schema drift canary — checks for database schema migration safety, breaking API contract changes, serializable payload mismatches, and backward compatibility drift. Triggers on keywords: "/drift-canary", "drift-canary", "contract drift", "breaking changes". Use when changing DB schemas, API contracts, serialized payloads, or required config keys.
-
jesse-merhi Skill Parallel Slice OrchestrationImplement specs with parallel agents, disjoint ownership, integration, and verification.
-
64x-lunicorn Bundle Plan TicketsSplits an agreed Spec into sub-issue tickets, an integration test ticket, a reviewed architecture issue and a wayfinder issue that fixes the order agents work in.
-
kerpopule Skill Jev SearchUse after any web or API search, before opening results or spending another round. Jev picks which results to read, whether the evidence is enough, and which query to run next from ones you wrote.
-
btspoony Bundle Mstar Branch WorktreeMorning Star 业务仓 Git 功能分支、worktree 隔离与三写域模型(L1 跨 plan:主 checkout control root + iteration integration worktree + 每 plan feature worktree + `execution_lease`,默认 gitignore 下经 control 绝对路径读写进程产物;L2 同 plan:`references/parallel-writable-pre-dispatch.md`,N 次 invoke ≠ 隔离)、Spec 集成分支、QC/QA 检出对齐(`Review cwd` / `Working branch` / `plan_id` / `Review range` / `Diff basis` 三审 + QA 逐字相同)。Read when PM writes `Working branch` / `Branch policy`, iteration/parallel writable dispatch, QC/QA checkout alignment, or guarded post-merge worktree/branch cleanup (`mstar worktree cleanup`) is needed.
-
shaharishay14 Bundle API MapperAPI Mapper
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 twitter-send-dm, create-pr, gmail-draft-send. 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.