Teach your AI agent how to integrate with 146+ SaaS apps. One abstraction, every connector. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible editor.
$npx skills add apideck/api-skills




Skills teach your agent the Apideck Unified API pattern. Write the integration once, then switch connectors by changing a single string.
// Same code, different connectors
import Apideck from "@apideck/unify";
const apideck = new Apideck({
apiKey: "YOUR_API_KEY",
appId: "YOUR_APP_ID",
consumerId: "YOUR_CONSUMER_ID",
});
// Switch connector with one string
const sf = await apideck.crm.contacts.list({
serviceId: "salesforce",
});
const hs = await apideck.crm.contacts.list({
serviceId: "hubspot",
});SDK skills, connector skills, and meta skills that cover the full integration lifecycle.
Write integration code once. Switch between Salesforce, HubSpot, Pipedrive, or any other connector by changing one string.
TypeScript, Python, C#, Java, Go, and PHP. Each skill teaches your agent the SDK patterns, auth flows, and best practices.
Hand-authored skills for top connectors (Salesforce, QuickBooks, BambooHR) with field mappings, gotchas, and migration guides.
Install via the skills CLI into Claude Code, Cursor, Windsurf, Cline, or any editor that supports CLAUDE.md / .cursorrules.
Cross-cutting knowledge for auth flows, pagination, error handling, webhook setup, and migration from direct vendor APIs.
Every skill is validated structurally and scored by Tessl LLM evaluation. 85% average across 20 core skills.
Each SDK skill teaches your agent the patterns, types, and auth flows for that language.
@apideck/unify$ npx skills add apideck/api-skills --skill apideck-nodeapideck-unify$ npx skills add apideck/api-skills --skill apideck-pythonApideckUnifySdk$ npx skills add apideck/api-skills --skill apideck-dotnetunify$ npx skills add apideck/api-skills --skill apideck-javasdk-go$ npx skills add apideck/api-skills --skill apideck-goapideck/unify$ npx skills add apideck/api-skills --skill apideck-phpKnowledge modules that teach your agent how Apideck works, not just how to call a specific SDK. Install them alongside the SDK skill for your language.
apideck-unified-apiCore concepts of the Apideck Unified API: resources, operations, consumers, and connector routing.
$ npx skills add apideck/api-skills --skill apideck-unified-apiapideck-restHow to call the Apideck REST APIs directly with auth, headers, pagination, and error handling.
$ npx skills add apideck/api-skills --skill apideck-restapideck-best-practicesRecommended patterns for production Apideck integrations: idempotency, retries, rate limits, and error recovery.
$ npx skills add apideck/api-skills --skill apideck-best-practicesapideck-connector-coverageKnow which resources and operations each connector supports before you call them.
$ npx skills add apideck/api-skills --skill apideck-connector-coverageapideck-codegenGenerate typed clients and scaffolding from the Apideck OpenAPI spec for your stack.
$ npx skills add apideck/api-skills --skill apideck-codegenapideck-portmanContract-test Apideck APIs with Portman, our open-source OpenAPI-driven testing tool.
$ npx skills add apideck/api-skills --skill apideck-portmanapideck-migrationMigrate from a direct vendor API (e.g. Salesforce, QuickBooks) to the Apideck Unified API.
$ npx skills add apideck/api-skills --skill apideck-migrationSkills cover every resource and operation across the Apideck platform.
$ npx skills add apideck/api-skills$ npx skills add apideck/api-skills --skill quickbooks$ npx skills add apideck/api-skills --skill apideck-nodeLast updated