Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Show me the top 10 rows from my sales data flow
- 1List all data flows to find the sales flow ID
- 2Retrieve the flow details to get the last successful execution ID
- 3Inspect the schema to identify column names
- 4Run a SQL query with LIMIT 10 against the execution data
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.