query-integration-data

Query and modify records across external services and data warehouses.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill query-integration-data-hajrasarwar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/hajrasarwar11/DataBase-Engine-with-AI/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/hajrasarwar11/DataBase-Engine-with-AI --skill query-integration-data-hajrasarwar11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables querying and modifying data across multiple external services and data warehouses directly from chat, eliminating manual toggling between apps and speeding up decision-making.

Core Features & Use Cases

  • Read data across connected integrations (e.g., issues, tickets, messages, contacts)
  • Write data across integrations (create, update, delete, modify records)
  • Export data for analysis or archival (CSV/JSON) and support for multi-step cross-service workflows

Quick Start

Connect to a service with listConnections('connectorName') and perform a sample read or write operation in the code_execution sandbox to demonstrate the workflow.

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 from external integrations like Linear and GitHub directly in chat?

You can query data from external integrations by using the listConnections function to discover available connectors, then executing read or write operations within the code_execution sandbox to fetch records in real-time chat workflows.

Can I write and modify records across connected services such as Slack and BigQuery?

Yes, you can write and modify records across connected services. This skill supports creating, updating, and deleting data across connectors like Slack and BigQuery using the code execution sandbox with proper credential management.

What is the best way to export data from multiple data warehouses for analysis?

The best way to export data from data warehouses like Databricks, Snowflake, or BigQuery is to query the connected integrations and export the resulting records as CSV or JSON files for analysis or archival.

Do I need to set up connections before fetching data from cloud warehouses?

Yes, you must establish connections first. The workflow requires discovering available data sources using listConnections before you can perform any read or write operations on cloud warehouses in the execution sandbox.

Does this data integration approach support multi-step cross-service workflows?

Yes, this data integration approach supports multi-step cross-service workflows. You can read data from one connector, process it, and write or export it to another service seamlessly within a single chat workflow.

What are the limitations of modifying records across connected integrations in real-time?

Modifying records across connected integrations depends on proper credential management and available API connections. Operations are executed within a code sandbox, meaning complex transformations may be limited by the sandbox environment and connector API constraints.