query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill query-integration-data-adminsairolotech-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill query-integration-data-adminsairolotech-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connecting to multiple external services and data warehouses to read and write data often requires manual work, credential management, and custom code. This capability enables programmatic data access across services, reducing friction and enabling automated workflows.

Core Features & Use Cases

  • Read data from Linear, GitHub, HubSpot, Slack, Google services, and data warehouses like Databricks, Snowflake, and BigQuery.
  • Write operations: create, update, and delete resources across connected services.
  • Ad-hoc queries and exports: fetch data for chat answers, reports, or automation without a UI.
  • Multi-step automation: orchestrate cross-service workflows from within the chat or automation sandbox.

Quick Start

Query across connected integrations to fetch or export data with a single prompt.

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 and modify data across multiple API integrations and data warehouses?

To query and modify data across multiple API integrations and data warehouses, you can use a programmatic capability that reads, exports, and writes data across services like Linear, GitHub, HubSpot, Slack, Snowflake, and BigQuery without requiring local script files.

Can I write data back to connected services like HubSpot and Slack from a chat automation?

Yes, you can write data back to connected services like HubSpot and Slack from a chat automation. The capability supports create, update, and delete operations across connected integrations using credentials obtained via the listConnections sandbox function.

What's the best way to run ad-hoc queries on Snowflake and BigQuery without writing local scripts?

The best way to run ad-hoc queries on Snowflake and BigQuery without writing local scripts is using a code execution sandbox that obtains credentials programmatically, allowing you to fetch data directly for chat answers, reports, or multi-step automation workflows.

Does this approach work with Databricks and Google services for cross-service data orchestration?

Yes, this approach works with Databricks and Google services for cross-service data orchestration. It connects to these data warehouses and external services to perform both read and write operations, enabling automated workflows without manual credential management or custom UI.

How are credentials managed when accessing connected integrations like GitHub and Linear?

Credentials for accessing connected integrations like GitHub and Linear are managed programmatically. The system uses the listConnections(connectorName) function within a code_execution sandbox to obtain the necessary authentication tokens, eliminating manual credential handling.