integration-templates
Build, test, and migrate Nango API integrations
All Skills in This Repository (9)
Pure Emerald Level Indicatorsmigrating-nango-deletion-detection
Migrate Nango syncs from legacy deletion APIs to trackDeletes workflow.
migrating-to-zero-yaml
Migrate legacy nango.yaml projects to Zero YAML TypeScript scaffolding.
migrating-to-checkpoints
Migrate Nango TypeScript createSync implementations to checkpoint-based progress models.
building-nango-functions-locally
Build and validate Nango Functions locally in a TypeScript project.
building-nango-functions-remotely
Compile, dry-run, and deploy Nango actions and syncs from a single TypeScript file.
nango-toolbox
Route external API calls through a centralized gateway with environment-based secrets and headers.
sync-builder-skill
Automate Nango sync creation with reusable pagination, batch saving, and deletion patterns.
integration-patterns-skill
Implement Nango actions and syncs with strict schemas and explicit parameters.
action-builder-skill
Automate creation and refactoring of Nango integration actions in TypeScript projects.
Frequently Asked Questions
FAQPage SchemaHow to install Nango integration templates?โผ
Run `npx skills add NangoHQ/integration-templates --all -g -y` in your terminal to install all skills globally.
How to build a Nango sync or action?โผ
The builder skills guide your agent through creating createAction() or createSync() functions with proper schemas, checkpoints, and pagination, then validate them with nango dryrun and generated tests.
How to migrate a nango.yaml project to TypeScript?โผ
The migrating-to-zero-yaml skill converts legacy YAML configs into TypeScript models, createSync and createAction wrappers, and an index.ts entry point while preserving existing behavior.
Can these skills connect to any external API?โผ
Yes. The nango-toolbox skill acts as a universal gateway to any SaaS or API such as Slack, HubSpot, Gmail, or Notion through Nango-managed connections.
Do I need a local Nango project to use these skills?โผ
No. The remote building skill compiles, dry-runs, and deploys single-file functions through Nango's HTTP API using only a secret key.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core