A specialized CLI tool for AI agents to manage Fivetran connectors, destinations, and sync operations via the REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fivetran
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fivetran using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Fivetran skill is a robust integration designed to empower AI agents with the ability to manage complex data movement pipelines. By leveraging the Fivetran REST API, this skill allows for the programmatic control of connectors, destinations, and synchronization statuses. As a core component of the Openclaw Skills ecosystem, it provides a bridge between automated intelligence and data engineering infrastructure.
Built using Python 3.10+ with no external dependencies, this skill ensures maximum compatibility and performance. It enables developers to integrate data pipeline management directly into their agentic workflows, facilitating tasks like schema verification, connector creation, and real-time sync monitoring without leaving the development environment.
To use this skill within the Openclaw Skills framework, you must first configure your API credentials:
# Set your Fivetran API credentials
export FIVETRAN_API_KEY='your_api_key_here'
export FIVETRAN_API_SECRET='your_api_secret_here'
Verify the installation by listing your available destinations:
python3 scripts/fivetran.py destinations --human
The skill interacts with the Fivetran API to manage several key data entities. Below is how the data is organized:
| Entity | Key Attributes | Description |
|---|---|---|
| Connector | id, service, paused, sync_status | Represents a data source pipeline |
| Destination | id, service, group_id, region | Represents the target data warehouse |
| Group | id, name | Logical grouping of connectors and destinations |
| User | email, given_name, family_name, role | Identity and access management within Fivetran |
Loading
A high-performance interface for querying Fireflies.ai meeting data including transcripts, summaries, and speaker analytics via GraphQL.

A comprehensive integration for ElevenLabs that enables text-to-speech, instant voice cloning, and the creation of bidirectional conversational AI agents.

A comprehensive logistics tool for generating shipping labels, comparing carrier rates, verifying addresses, and tracking packages.

A lightweight Python-based skill for managing DocuSign envelopes, templates, and recipients through a streamlined CLI.

A zero-dependency Python skill for managing Fly.io edge infrastructure including apps, machines, volumes, and secrets via the Machines API.

An AI-powered founder accountability system designed to optimize decision-making and strategic reflection within Openclaw Skills.








































