query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill query-integration-data-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/skills/query-integration-data
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill query-integration-data-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query and modify data across connected integrations and data warehouses directly from chat, eliminating the need to switch tools or build custom connectors.

Core Features & Use Cases

  • Read operations: queries, counts, and exports across Linear, GitHub, HubSpot, Slack, Google services, and data warehouses.
  • Write operations: create, update, and delete across those services.
  • Ad-hoc data tasks: fetch, export, and modify data on demand; automate multi-service workflows.
  • Data warehouse support: Databricks, Snowflake, BigQuery for cross-system data tasks.

Quick Start

Use this skill to query or modify data across connected services; you can first run listConnections(connectorName) to retrieve credentials, then call the appropriate APIs to perform the requested operation.

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 connected apps and data warehouses from chat?

You can query data across connected apps and data warehouses directly from chat by retrieving credentials with listConnections() and then calling the appropriate APIs to perform read operations like queries, counts, and exports.

Can I create, update, and delete records in HubSpot, Linear, and GitHub without leaving the chat interface?

Yes, you can create, update, and delete records across HubSpot, Linear, GitHub, Slack, and Google services by obtaining credentials via listConnections() and making direct API calls for write operations.

What is the best way to run ad-hoc data tasks across Snowflake, BigQuery, and Databricks?

The best way to run ad-hoc data tasks across Snowflake, BigQuery, and Databricks is using this skill to fetch, export, and modify cross-system data on demand directly from your chat interface.

Does this approach require building custom connectors to automate multi-service workflows?

No, it eliminates the need to build custom connectors or switch tools by relying on the listConnections() function in the code_execution sandbox to obtain credentials and call APIs directly for multi-service workflow automation.

How do I retrieve credentials for a specific integration before querying its data?

You retrieve credentials for a specific integration by running listConnections(connectorName) in the code_execution sandbox, which then allows you to call the appropriate APIs to perform the requested data operations.

What are the limitations of querying connected integrations directly from chat?

Operations are limited to the scope of read operations like queries, counts, and exports, and write operations like create, update, and delete across connected integrations and supported data warehouses using direct API calls.