query-integration-data

Query and modify data across integrations and warehouses via chat.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill query-integration-data-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill query-integration-data-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect to multiple integrations and data warehouses to read and write data directly from chat, eliminating the need to build scaffolding or UIs.

Core Features & Use Cases

  • Unified data access across connectors (Linear, GitHub, HubSpot, Slack, Google services, etc.) and data warehouses (Databricks, Snowflake, BigQuery).
  • Read operations: queries, counts, exports; Write operations: create, update, delete.
  • Ad-hoc and automated workflows: fetch, transform, and apply data changes via chat with credential discovery via listConnections.
  • Sandboxed execution: code runs inline in the code_execution sandbox with no external scripts.

Quick Start

Ask me to query data across your connected integrations.

Frequently Asked Questions about query-integration-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query data across multiple integrations like HubSpot and Linear?

You can query data across multiple integrations by performing read operations such as queries, counts, and exports directly from chat. The skill connects to platforms like HubSpot, Linear, GitHub, and Slack to retrieve and modify information without building external UIs.

Can I write and modify data in Snowflake and BigQuery warehouses?

Yes, you can modify data in Snowflake and BigQuery warehouses using write operations like create, update, and delete. Before performing write actions, you must use listConnections(connectorName) to fetch credentials and execute the operation within the code_execution sandbox.

What's the best way to run ad-hoc data queries across connected SaaS apps?

The best way to run ad-hoc data queries across connected SaaS apps is through unified data access in chat. You can fetch, transform, and apply data changes across Google services, Slack, and other connectors using inline sandboxed execution without external scripts.

Does this data integration approach require external scripts or scaffolding?

No, this data integration approach does not require external scripts or scaffolding. Code runs inline within the code_execution sandbox, allowing you to connect to warehouses like Databricks and execute read or write operations directly from the chat interface.

How do I fetch credentials before performing write operations on integrated data?

To fetch credentials before performing write operations on integrated data, use the listConnections(connectorName) function. This discovers the necessary authentication for your connector, allowing you to securely execute create, update, or delete actions in the sandbox.