AgentSkillsCN

fivetran

为Fivetran与Airbyte提供托管连接器技能——触发同步、检查状态,并浏览连接器。

SKILL.md
--- frontmatter
name: fivetran
description: >
  Managed connector skill for Fivetran and Airbyte — trigger syncs,
  check status, and browse connectors.
metadata:
  openclaw:
    requires:
      bins: [clawdata]
    primaryEnv: FIVETRAN_API_KEY
    tags: [connectors, fivetran, airbyte, sync, ingestion]

Fivetran / Airbyte

Managed connector skill for triggering and monitoring data syncs.

Commands

TaskCommand
List connectorsclawdata fivetran connectors
Trigger syncclawdata fivetran sync <connector-id>
Sync statusclawdata fivetran status <connector-id>
Connector detailsclawdata fivetran describe <connector-id>
Pause connectorclawdata fivetran pause <connector-id>
Resume connectorclawdata fivetran resume <connector-id>

Configuration

Fivetran

bash
export FIVETRAN_API_KEY=your-api-key
export FIVETRAN_API_SECRET=your-api-secret

Airbyte

bash
export AIRBYTE_API_URL=http://localhost:8000/api/v1
export AIRBYTE_API_TOKEN=your-token

When to use

  • User wants to trigger a data sync → clawdata fivetran sync
  • User asks about connector status → clawdata fivetran status
  • User needs to see what data sources are configured → clawdata fivetran connectors