fivetranfivetranOfficialยท7 Agent Skills Included

connector_sdk_tools

Build, test, migrate, and deploy Fivetran data connectors

Builds, tests, evaluates, and deploys custom Fivetran Connector SDK connectors from plain-English descriptions. Migrates existing Airbyte, Meltano, and Fivetran Functions connectors to the Connector SDK without manual rewriting. Encrypts credentials automatically and runs local sync tests, removing risky manual configuration and slow debugging cycles.
npx skills add fivetran/connector_sdk_tools --all -g -y
Available:

Instructs the agent how to route user requests to the correct connector skill, enforce encrypted credential handling, and delegate code fixes to the connector-fixer subagent.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install connector_sdk_tools?โ–ผ

Run `npx skills add fivetran/connector_sdk_tools --all -g -y` in your terminal to install all skills globally.

How to build a custom Fivetran connector?โ–ผ

Describe the API or data source you want to connect, and the build-connector skill researches the API, scaffolds the project with fivetran init, and generates working connector code.

Can I migrate an Airbyte connector to Fivetran?โ–ผ

Yes. The migration skills port Airbyte sources, Meltano taps, and Fivetran Functions connectors to the Connector SDK while preserving streams, primary keys, and sync behavior.

Are my API credentials safe when testing connectors?โ–ผ

Yes. Credentials are entered through a local encryption script and decrypted only in memory at runtime, so plaintext secrets never appear in chat or files.

Which coding agents work with this plugin?โ–ผ

It runs natively in Claude Code, Codex CLI, Gemini CLI, and GitHub Copilot CLI using each platform's standard plugin format.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’