NangoHQNangoHQOfficialยท9 Agent Skills Included

integration-templates

Build, test, and migrate Nango API integrations

Builds Nango actions and syncs for any third-party API, locally or through remote compile and deploy endpoints. Migrates legacy YAML projects to TypeScript, upgrades syncs to checkpoint-based incremental runs, and fixes deletion detection. Eliminates manual pagination handling, broken registrations, and flaky tests with enforced dryrun and validation workflows.
npx skills add NangoHQ/integration-templates --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’