query-integration-data

Query and modify data across connected integrations and data warehouses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query and modify data across multiple connected integrations and data warehouses to enable conversational access to live data without building custom connectors.

Core Features & Use Cases

  • Read operations: query data, count results, export data to CSV/JSON from any connected service.
  • Write operations: create, update, or delete resources across integrations (e.g., issues, tickets, contacts) as part of natural-language workflows.
  • Ad-hoc and automated workflows: perform multi-step operations across APIs and data warehouses (Databricks, Snowflake, BigQuery) without external dashboards.

Quick Start

List existing connections with listConnections('connectorName'), then execute a sample read or write across a connected integration.

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 live data from BigQuery and HubSpot in the same workflow?

Query live data across BigQuery and HubSpot by listing available connections with listConnections, then executing read or write operations inline within the code_execution sandbox.

What is the best way to modify records across connected integrations without building custom connectors?

Modifying records across connected integrations uses natural-language workflows to create, update, or delete resources directly across services like Linear, GitHub, and Slack.

Can I run write operations like create and update on data warehouses like Databricks and Snowflake?

Write operations like create, update, and delete are supported across connected integrations and data warehouses including Databricks, Snowflake, and BigQuery.

How do I get API credentials for querying connected services?

API credentials for querying connected services are obtained by calling listConnections with the specific connectorName, which retrieves the required authentication details.

Does querying data across integrations work if my connections are not yet configured?

Querying data across integrations supports multi-step setup via the integrations skill, guiding you through configuring connections when they are not yet established.

What does exporting query results from connected integrations to CSV or JSON involve?

Exporting query results involves running read operations across connected services and formatting the retrieved data outputs directly into CSV or JSON files.