query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill query-integration-data-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill query-integration-data-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access and modify data across multiple connected services and data warehouses, enabling rapid data retrieval, updates, and exports without a user interface.

Core Features & Use Cases

  • Read data from connected services and data warehouses via queries, counts, and exports.
  • Write data to these services (create, update, delete) to automate workflows and keep systems in sync.
  • Ad-hoc data exploration and exports (CSV/JSON) for reporting and analysis.

Quick Start

Query data across connected integrations and export results as CSV or JSON.

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 connected integrations?

You can query and modify data across connected integrations by using read operations like queries and counts, or write operations like create, update, and delete. This allows rapid data retrieval and synchronization without a user interface.

Can I automate data access and synchronization across services like Linear, GitHub, and HubSpot?

Yes, automating data access and synchronization across services like Linear, GitHub, and HubSpot is supported. You can write data to these platforms to automate workflows and keep systems in sync without external scripts.

How do I export ad-hoc data exploration results from data warehouses?

You can export ad-hoc data exploration results from data warehouses directly as CSV or JSON files. This enables quick reporting and analysis by retrieving data through read operations and exporting it immediately.

Does querying connected integrations require external scripts or manual credential setup?

No, querying connected integrations does not require external scripts or manual credential setup. Credentials are obtained automatically via listConnections() in the code_execution sandbox during the workflow process.

What is the best way to manage read and write operations across major data warehouses?

The best way to manage read and write operations across major data warehouses is through a unified workflow covering discovery, execution, and result return. This approach handles both data retrieval and modifications seamlessly.