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-phpSkills 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-node