LaunchKit · 2026
Back to Skills

coupler-io

Read-only data access via Coupler.io's MCP server.

0
505 downloads
by @nika-is-nika

Setup & Installation

openclaw skills install @nika-is-nika/coupler-io

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install coupler-io

Version History

v1.1.2Feb 24, 2026 - Version note by skill developer:

- Updated authentication setup instructions: replaced `mcporter auth https://mcp.coupler.io/mcp` with `mcporter auth --http-url https://mcp.coupler.io/mcp` - Adjusted re-authentication command to use `--http-url` flag - No functional or behavioral changes to the skill itself - Documentation improvements for clarity and accuracy

What This Skill Does

Provides read-only access to Coupler.io data flows through an MCP server. Supports listing flows, retrieving execution metadata, inspecting column schemas, and running SQL queries against synced data.

Lets agents query Coupler.io-synced data with SQL directly, without exporting files or configuring a separate database connection.

When to use it

  • Querying synced spreadsheet data with SQL
  • Checking column schema of a data flow before analysis
  • Listing active flows to locate a specific dataset
  • Pulling filtered rows from a synced data source
  • Retrieving the last successful execution ID for a flow

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Show me the top 10 rows from my sales data flow

AGENT
  1. 1List all data flows to find the sales flow ID
  2. 2Retrieve the flow details to get the last successful execution ID
  3. 3Inspect the schema to identify column names
  4. 4Run a SQL query with LIMIT 10 against the execution data
OUTPUT

Top 10 rows from the sales data flow returned as structured records

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Coupler.io account with at least one data flow configured to OpenClaw destination