query-integration-data

Query and write data across connected services and data warehouses via APIs.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill query-integration-data-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/query-integration-data
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill query-integration-data-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query and modify data across multiple connected integrations and data warehouses. This skill enables fetching, exporting, and writing data via APIs with credentials retrieved through listConnections() in the code_execution sandbox.

Core Features & Use Cases

  • Read operations: queries, counts, exports across Linear, GitHub, Slack, Google services, and data warehouses
  • Write operations: create, update, delete across integrations
  • Ad-hoc data operations: fetch, modify, and automate multi-service tasks

Quick Start

List connections with listConnections('linear') and run a basic read across a connected service.

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 integrations and data warehouses?

You query data across connected integrations by fetching credentials via listConnections and calling APIs within the code_execution sandbox to safely handle reads, exports, and writes across services like Linear, GitHub, and Slack.

Can I write and modify data in external data warehouses through API integrations?

Yes, you can perform write operations including create, update, and delete actions in external data warehouses by executing API calls securely within the code_execution sandbox using retrieved credentials.

What is the best way to automate cross-service data workflows and ad-hoc retrieval?

Automating cross-service data workflows involves using the code_execution sandbox to fetch, modify, and execute multi-service tasks, enabling seamless ad-hoc data retrieval and cross-service updates.

Do I need to use listConnections before fetching data from integrations?

Yes, you must call listConnections to retrieve the necessary authentication credentials before fetching or exporting data from connected services and data warehouses within the sandbox.

Does this approach support both read operations and data exports across Google services and Slack?

Yes, this approach supports read operations including queries, counts, and data exports across Google services, Slack, GitHub, and Linear by leveraging API calls in the execution sandbox.