Fivetran
/install 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 \x3Cvalue>
# Get connector
python3 {{baseDir}}/scripts/fivetran.py connector-get id \x3Cvalue>
# Create connector
python3 {{baseDir}}/scripts/fivetran.py connector-create --service \x3Cvalue> --group_id \x3Cvalue> --config \x3Cvalue>
# Update connector
python3 {{baseDir}}/scripts/fivetran.py connector-update id \x3Cvalue> --paused \x3Cvalue>
# Delete connector
python3 {{baseDir}}/scripts/fivetran.py connector-delete id \x3Cvalue>
# Trigger sync
python3 {{baseDir}}/scripts/fivetran.py connector-sync id \x3Cvalue>
# Get schema
python3 {{baseDir}}/scripts/fivetran.py connector-schema id \x3Cvalue>
# 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 \x3Ccommand> --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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fivetran - After installation, invoke the skill by name or use
/fivetran - Provide required inputs per the skill's parameter spec and get structured output
What is Fivetran?
Fivetran — manage connectors, destinations, sync status, and groups via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.
How do I install Fivetran?
Run "/install fivetran" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fivetran free?
Yes, Fivetran is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Fivetran support?
Fivetran is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fivetran?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.