Skills fivetran
Fivetran — manage connectors, destinations, sync status, and groups via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/fivetran" ~/.claude/skills/clawdbot-skills-fivetran && rm -rf "$T"
manifest:
skills/aiwithabidi/fivetran/SKILL.mdsource content
🔗 Fivetran
Fivetran — manage connectors, destinations, sync status, and groups via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | API key |
| ✅ | 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 |
|---|---|
| List connectors |
| Get connector |
| Create connector |
| Update connector |
| Delete connector |
| Trigger sync |
| Get schema |
| List destinations |
| Get destination |
| List groups |
| Get group |
| Create group |
| List users |
| List connector types |
| 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 |
|---|---|
| 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