Read-only mirror. This repo is automatically published from an internal repository. Do not open pull requests here — all development and review happens internally.
The official repository of Fivetran skills and plugins for AI Agents, as a Claude Plugin Marketplace.
/plugin marketplace add fivetran/skills
/plugin install base@fivetran-skills # default skills only
/plugin install <plugin>@fivetran-skills # one named plugin (see Plugins below)
- Click Customize in the left nav and click the + next to Personal Plugins
- Click + Create Plugin → Add Marketplace
- Enter
fivetran/skills
Skills can also be installed individually by referencing them in the skills/ subdirectory.
npx skills add fivetran/skills
See Vercel's Skills docs for flags like --global, --skill, --agent, and --list.
| Plugin | Description |
|---|---|
| base | Fivetran MCP and general skills |
| ad-performance | Cross-channel ad performance analysis via BigQuery, Snowflake, or Databricks |
| store-performance | E-commerce store performance analysis from raw Shopify connector data |
| Skill | Description |
|---|---|
| fivetran-account-info | Get a quick overview of the connected Fivetran account |
| lakehouse-explorer | Query Fivetran-managed Iceberg tables via DuckDB and Polaris, cost-efficiently |
The bundled Fivetran MCP server uses the published uvx launcher from
fivetran/fivetran-mcp:
uvx --from git+https://github.com/fivetran/fivetran-mcp fivetran-mcpWhen the base plugin is enabled, Claude Code prompts for the Fivetran
API key and API secret via userConfig and injects them into the MCP server
configuration automatically.