SkillHub

fivetran

v1.0.0

Fivetran — manage connectors, destinations, sync status, and groups via REST API

Sourced from ClawHub, Authored by aiwithabidi

Installation

Please help me install the skill `fivetran` from SkillHub official store. npx skills add aiwithabidi/fivetran

🔗 Fivetran

Fivetran — manage connectors, destinations, sync status, and groups via REST API

Requirements

Variable Required Description
FIVETRAN_API_KEY API key
FIVETRAN_API_SECRET API secret

Quick Start

# List connectors
python3 {{baseDir}}/scripts/fivetran.py connectors group_id <value>

# Get connector
python3 {{baseDir}}/scripts/fivetran.py connector-get id <value>

# Create connector
python3 {{baseDir}}/scripts/fivetran.py connector-create --service <value> --group_id <value> --config <value>

# Update connector
python3 {{baseDir}}/scripts/fivetran.py connector-update id <value> --paused <value>

# Delete connector
python3 {{baseDir}}/scripts/fivetran.py connector-delete id <value>

# Trigger sync
python3 {{baseDir}}/scripts/fivetran.py connector-sync id <value>

# Get schema
python3 {{baseDir}}/scripts/fivetran.py connector-schema id <value>

# List destinations
python3 {{baseDir}}/scripts/fivetran.py destinations

All Commands

Command Description
connectors List connectors
connector-get Get connector
connector-create Create connector
connector-update Update connector
connector-delete Delete connector
connector-sync Trigger sync
connector-schema Get schema
destinations List destinations
destination-get Get destination
groups List groups
group-get Get group
group-create Create group
users List users
metadata-connectors List connector types
webhooks List webhooks

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/fivetran.py <command> --human

Script Reference

Script Description
{{baseDir}}/scripts/fivetran.py Main CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation