query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/gopforever/Idle-Echoes --skill query-integration-data-gopforever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/gopforever/Idle-Echoes/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/gopforever/Idle-Echoes --skill query-integration-data-gopforever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables cross-service data access and modification by querying and updating data across connected integrations (Linear, GitHub, HubSpot, Slack, Google services, etc.) and data warehouses (Databricks, Snowflake, BigQuery).

Core Features & Use Cases

  • Read operations: queries, counts, and exports across supported services and warehouses.
  • Write operations: create, update, delete across integrations to modify data and automate tasks.
  • Ad-hoc and automated data tasks: answer questions, export results, and perform multi-step workflows across platforms.

Quick Start

Connect a service via listConnections('connectorName') and run a simple read or write operation to verify credentials and start querying data.

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 Linear, GitHub, and HubSpot?

Query data across multiple integrations by using listConnections('connectorName') to retrieve credentials and calling APIs directly in the code_execution sandbox. This supports read operations like queries, counts, and exports across connected services.

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

Yes, you can modify data in connected data warehouses like Snowflake, BigQuery, and Databricks. The skill supports write operations including create, update, and delete across connected platforms to automate tasks.

What is the best way to export data from Google services and Slack?

Export data from Google services and Slack by executing read operations within the code_execution sandbox. This approach retrieves credentials via listConnections and calls APIs directly to extract and export results.

Does this data integration approach work for multi-step workflows across different platforms?

Yes, this data integration approach works for multi-step workflows across different platforms. It enables cross-service data access and modification, allowing you to perform automated tasks and answer questions across connected integrations and warehouses.

How do I connect and verify credentials before querying integration data?

Connect and verify credentials before querying integration data by calling listConnections with the specific connectorName. This retrieves the necessary credentials so you can run a simple read or write operation to start querying data directly.