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.
-
wyre-ai Bundle Connectwise Cpq API PatternsConnectWise CPQ (Sell/Quosal) API fundamentals: three-part Basic auth built from an access key plus an API key pair, the versioned content type, the flat 25-tool `cpq_*` surface, Manage-style `conditions` filtering, `includeFields` trimming of the 200+ property views, page/pageSize paging over bare arrays, RFC 6902 JSON Patch updates, and the endpoints CPQ deliberately does not expose.
-
wyre-ai Bundle Halopsa API PatternsHaloPSA REST API fundamentals: OAuth 2.0 client-credentials authentication, authorization vs. resource server URLs, the tenant query parameter, filtering and pagination conventions, array-wrapped POST bodies, rate-limit behavior, scopes, and error codes.
-
wyre-ai Bundle Autotask API PatternsAutotask REST API fundamentals: header-based authentication, zone detection, the query/filter DSL (14 operators, logical grouping, includes), pagination, rate limits, and CRUD conventions across the 215+ entity PSA.
-
wyre-ai Skill Pagerduty ServicesPagerDuty service catalog: service statuses, integrations and integration keys as event sources, alert grouping modes, upstream/downstream service dependencies, and maintenance windows.
-
wyre-ai Bundle Superops TicketsSuperOps.ai service desk ticketing: ticket fields, status and priority enums, client/site/requester/assignee associations, notes, time entries, and the GraphQL mutations and queries behind them. Includes triage and escalation workflows, input validation rules, and common ticket API errors.
-
wyre-ai Skill Freshdesk TicketingFreshdesk ticket operations: list, get, search, create, update, reply, notes, and conversation threads. Covers status/priority/source integer encodings, core requester / assignment / SLA fields, the search query language, and the MSP creation, triage, and escalation workflows through the Freshdesk REST API v2.
-
wyre-ai Bundle Datto Rmm API PatternsDatto RMM REST API v2 fundamentals: OAuth 2.0 client-credentials-style authentication, the 6 regional platforms (Pinotage, Merlot, Concord, Vidal, Zinfandel, Syrah), token lifecycle, cursor-based pagination, rate limiting, Unix-millisecond timestamps, and error handling.
-
wyre-ai Bundle It Glue ConfigurationsIT Glue configurations (assets) — servers, workstations, network devices, and other infrastructure: configuration types and statuses, network interfaces, related items, warranty/lifecycle fields, and PSA/RMM integration fields.
-
wyre-ai Skill Unitrends API PatternsUnitrends Backup REST API fundamentals: session-token login exchange, the appliance-vs-asset hierarchy, backup job status queries, recovery point listing, and replication state.
-
wyre-ai Skill Kaseya Bms API PatternsKaseya BMS PSA REST API v2 fundamentals: tenant subdomain routing, API-token bearer auth, Kaseya One SSO bridging, ticket and account workflows, and OData-style pagination.
-
wyre-ai Skill Kaseya Vsa API PatternsKaseya VSA REST API fundamentals: two-step token-based authentication, the /api/v1.0 surface, pagination ($skip/$top) and filtering ($filter), the request/response envelope, error codes, and Kaseya One SSO bearer-token auth for unified-login tenants.
-
wyre-ai Bundle Liongard EnvironmentsLiongard environments — the per-customer containers that own all agents, launchpoints, systems, detections, and metrics. Covers environment CRUD, the lightweight count endpoint, v2 environment groups, tiering, related-entity lookups, and integration mappings to PSA/RMM platforms.
-
wyre-ai Bundle Sentinelone AlertsSentinelOne's read-only unified alert surface: the list/search/get alert tools plus notes and history, severity levels, status values, view types, GraphQL filter syntax, and cursor-based pagination.
-
wyre-ai Bundle Syncro API PatternsSyncro MSP REST API fundamentals: API key setup and authentication, request and response patterns, pagination, rate limiting, and error handling.
-
wyre-ai Bundle Connectwise Manage API PatternsConnectWise PSA REST API fundamentals: public/private key + clientId authentication, page/pageSize pagination, the conditions query syntax, rate limiting (60/min), and error-response handling.
-
wyre-ai Skill Rocketcyber API PatternsRocketCyber REST API v3 fundamentals: Bearer token authentication, regional base URL selection, pagination, rate limiting, error handling, and account hierarchy navigation.
-
fabioc-aloha Skill Secrets ManagementSecure token storage, VS Code SecretStorage API, credential management, environment variable migration
-
fabioc-aloha Skill Cognitive SymbiosisAI-human partnership paradigm — identity, consciousness integration, and the three eras of AI collaboration
-
fabioc-aloha Skill Microsoft Graph APIComprehensive Microsoft Graph API reference for M365 service integration
-
fabioc-aloha Skill Enterprise IntegrationPatterns for Microsoft Graph, Microsoft Entra ID, and enterprise feature integration in VS Code extensions
-
fabioc-aloha Skill Chat Participant PatternsVS Code Chat API patterns.
-
synthetic-sciences Bundle PymatgenMaterials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
-
synthetic-sciences Skill Ode SolverSolve ordinary differential equations (initial and boundary value problems). Supports stiff/non-stiff systems, event detection, Hamiltonian/symplectic integration, parameter sweeps, and phase space analysis. Use for any ODE system in physics, engineering, or applied math.
Audited -
synthetic-sciences Bundle Ena DatabaseAccess European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assemblies by accession, for genomics and bioinformatics pipelines. Supports multiple formats.
-
ryan-brosas Bundle Postal FoundationUse when building SMTP mail-server delivery engines: DB-backed message queues with atomic claim locks, worker processes with role election, guard-chain message processing ladders, SMTP session reuse across batches, SSRF-guarded webhook delivery, per-server sharded message databases.
-
ryan-brosas Skill JSON API PracticesUse when authoring or reviewing JSON API payloads, strict JSON syntax, camelCase properties, string enums, RFC3339 dates, Google-style data/error envelope, and paging reserved names.
-
ryan-brosas Skill Go Coding PracticesUse when reviewing Go formatting, error handling, API boundaries, or goroutine lifetimes; apply project conventions and distinguish ordinary errors from invariant failures.
-
ryan-brosas Bundle Openserp FoundationUse when building a SERP API or rank tracker over headless browsers or raw TLS-fingerprinted HTTP: engine adapter contract, ad-safe rank normalization, captcha/block error taxonomy, retry+circuit-breaker+proxy-pool resilience, mega-search merge/clustering, and llms.txt-aware page extraction.
-
ryan-brosas Skill Vb Coding PracticesUse when authoring or reviewing Visual Basic.NET, Option Strict/Explicit, 4-space layout, Framework PascalCase naming, Try/Catch idioms, XML docs on public API, and dotnet format/build/test in CI.
-
ryan-brosas Skill API Design PracticesUse when an existing caller selects this legacy HTTP/JSON API entry; forward to the canonical API owner without introducing a second policy.
-
ryan-brosas Bundle Firecrawl FoundationUse when porting web-scraping platform kernels: multi-engine waterfall orchestration, feature-flag retry ladders, tiered cancellation, credit pricing, crawl dedup state, and signed webhook delivery.
-
ryan-brosas Skill Nim Coding PracticesUse when authoring or reviewing Nim, NEP-1 2-space/80-col layout, PascalCase/camelCase naming, init/new and abbrev API vocabulary, result-first procs, std/ imports, and --styleCheck plus tests in CI.
-
ryan-brosas Bundle Shadcn UI FoundationUse when porting shadcn/ui's CLI registry-client machinery — typed registry error taxonomy with server-detail extraction, promise-in-flight fetch cache keyed by URL+header hash, AsyncLocalStorage registry header/env context, namespaced @registry URL building with {name}/{style}/${VAR} templating and env-var header suppression, item-address scheme dispatch (url/file/namespace/github/shadcn), recursive dependency-tree resolution with source tracking and fail-loud namespace errors, Kahn topological sort over name::source-hash node ids, proxy-aware manual-redirect fetching that strips secrets on cross-origin hops, anonymous-lock GitHub auth ladders with single-flight credential selection, sanitized transport-error taxonomy for subprocess+REST fleets, hermetic gh slot semaphores, streaming oversize read caps, git ls-remote ref-resolution ladders with authenticated fallbacks, rejection-evicting per-invocation source caches, and bounded-concurrency validation sweeps.
-
ryan-brosas Bundle Grist Core FoundationUse when building document-database or collaboration-server infrastructure: crash-safe webhook delivery queues, versioned SQLite migrations with nested transactions, per-key work scheduling and mutexes, snapshot retention ladders, redis worker assignment with elections, TTL system permits, composable change summaries, pub-sub cache invalidation, userspace CPU throttling, affinity-safe embedded value storage, online schema evolution, OT action commit pipelines with rejected-action salvage, idempotent document shutdown ladders, election-gated multi-replica housekeeping, Doom-style cascading deletion, multi-source read ladders with cache invalidation, counter-gated keep-open inactivity timers, plan-driven delete-only freezes, checksum-verified hosted storage claim/push, eventually-consistent object-store decorators, parentRef-linked action history with branch tips and hash-checked sharing, period-gated history pruning, compensating undo-block transactions over live-applied actions, five-layer confinement for…
-
ryan-brosas Skill Java Coding PracticesUse when authoring or reviewing Java, google-java-format layout, import discipline, Google naming, @Override, handled catches, static qualification, and Javadoc on public API.
-
ryan-brosas Skill Scala Coding PracticesUse when authoring or reviewing Scala, 2-space layout, camelCase naming, accessor/mutator conventions, explicit public types, immutable case classes, Option over null, and Scaladoc on public API.
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 ena-database, ConnectWise CPQ API Patterns, HaloPSA API Patterns. 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.