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.
-
rysweet Skill Workiq WslAccess Microsoft 365 data (emails, calendar, files) from WSL via the Windows Copilot CLI bridge. Routes queries through powershell.exe to the Windows-native Copilot CLI with WorkIQ plugin for M365 Graph API access.
-
rysweet Bundle Awesome Copilot SyncMonitors awesome-copilot releases for drift against the amplihack integration. Checks latest commits on github/awesome-copilot via the GitHub API and reports whether the local integration is current or has drifted behind upstream changes. Use when auditing integration freshness or before updating awesome-copilot features.
-
rysweet Skill Testing CodeGenerates and improves tests following TDD principles. Activates when new features are implemented, test coverage is low, or user requests tests. Ensures comprehensive test coverage with unit, integration, and edge case tests.
-
posthog-skills Bundle Integration ExpoPostHog integration for Expo applications
-
posthog-skills Bundle Integration RubyPostHog integration for any Ruby application using the Ruby SDK
-
posthog-skills Bundle Feature Flags APIPostHog feature flags for API applications
-
posthog-skills Bundle Integration FlaskPostHog integration for Flask applications
-
posthog-skills Bundle Integration SwiftPostHog integration for Swift iOS and macOS applications
-
posthog-skills Bundle Integration DjangoPostHog integration for Django applications
-
posthog-skills Bundle Integration Nuxt 4PostHog integration for Nuxt 4 applications
-
posthog-skills Bundle Integration PythonPostHog integration for any Python application using the Python SDK
-
posthog-skills Bundle Integration AndroidPostHog integration for Android applications
-
posthog-skills Bundle Integration AngularPostHog integration for Angular applications
-
posthog-skills Bundle Integration FastapiPostHog integration for FastAPI applications
-
posthog-skills Bundle Integration LaravelPostHog integration for Laravel applications
-
posthog-skills Bundle Integration Nuxt 3 6PostHog integration for Nuxt versions 3.0 to 3.6
-
posthog-skills Bundle Integration SveltekitPostHog integration for SvelteKit applications
-
posthog-skills Bundle Integration Ruby On RailsPostHog integration for Ruby on Rails applications
-
posthog-skills Bundle Integration Javascript WebPostHog integration for client-side web JavaScript applications using posthog-js
-
posthog-skills Bundle Integration Tanstack StartPostHog integration for TanStack Start full-stack applications
-
posthog-skills Bundle Integration Javascript NodePostHog integration for server-side Node.js applications using posthog-node
-
posthog-skills Bundle Omnibus Instrument IntegrationAdd PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that need PostHog initialization. Covers SDK installation, provider setup, and basic configuration for any framework.
-
ovachiever Bundle Better AuthBuild authentication systems for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, and RBAC. Self-hosted alternative to Clerk/Auth.js. IMPORTANT: Requires Drizzle ORM or Kysely for D1 - no direct D1 adapter. v1.4.0 (Nov 2025) adds stateless sessions, ESM-only (breaking), JWT key rotation, SCIM provisioning. v1.3 adds SSO/SAML, multi-team support. Use when: self-hosting auth on Cloudflare D1, migrating from Clerk, implementing multi-tenant SaaS, or troubleshooting D1 adapter errors, session serialization, OAuth flows, TanStack Start cookie issues, nanostore session invalidation.
-
ovachiever Bundle Cloudflare KvStore key-value data globally with Cloudflare KV's edge network. Use when: caching API responses, storing configuration, managing user preferences, handling TTL expiration, or troubleshooting KV_ERROR, 429 rate limits, eventual consistency, or cacheTtl errors.
-
ovachiever Bundle Cloudflare ImagesStore and transform images with Cloudflare Images API and transformations. Use when: uploading images, implementing direct creator uploads, creating variants, generating signed URLs, optimizing formats (WebP/AVIF), transforming via Workers, or debugging CORS, multipart, or error codes 9401-9413.
-
thelobbi Skill TestingTesting patterns including pytest, unittest, mocking, fixtures, and test-driven development with extended thinking integration. Activate for test writing, coverage analysis, TDD, hypothesis-driven development, and quality assurance tasks.
-
thelobbi Bundle Tool UseTool use patterns for Claude including schema design, tool_choice modes, result handling, parallel execution, error recovery, and extended thinking integration.
-
thelobbi Skill StreamingServer-Sent Events (SSE) streaming for Claude API with support for text, tool use, and extended thinking. Activate for real-time responses, stream handling, and progressive output.
-
thelobbi Skill Batch ProcessingMessage Batches API for Claude with 50% cost savings on bulk processing. Activate for batch jobs, JSONL processing, bulk analysis, and cost optimization.
-
thelobbi Skill Extended ThinkingExtended thinking (ultrathink) configuration for Claude API. Activate for complex reasoning tasks, deep analysis, multi-step problem solving, and tasks requiring careful deliberation. Enables Claude's internal reasoning with configurable thinking budgets.
-
thelobbi Skill ChartsMUI X Charts — BarChart, LineChart, PieChart, ScatterChart, composition API, custom axes, tooltips, and responsive patterns
-
thelobbi Skill Data GridMUI X DataGrid configuration, server-side integration, and optimization
-
thelobbi Skill Date PickersMUI X Date/Time Pickers setup, configuration, and form integration
-
thelobbi Skill Forms ValidationMUI form patterns with validation and library integration
-
thelobbi Skill Blazor TestingTesting Blazor apps with bUnit, xUnit, WebApplicationFactory, and integration testing patterns
-
thelobbi Skill Csharp PatternsModern C# 13/15 patterns, LINQ mastery, async/await, records, pattern matching, .NET 10/11 features, and .NET AI 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 workiq-wsl, awesome-copilot-sync, testing-code. 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.