query-integration-data

Query and mutate data across connected integrations and data warehouses.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/binan-maker/QRS --skill query-integration-data-binan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/binan-maker/QRS/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/binan-maker/QRS --skill query-integration-data-binan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects to and manipulates data across multiple external services and data warehouses (e.g., Linear, GitHub, HubSpot, Slack, Google services, Databricks, Snowflake, BigQuery) from a single skill interface, reducing context switching and manual API handling.

Core Features & Use Cases

  • Read data across connected services: query, count, export data from APIs and warehouses.
  • Write data across services: create, update, delete resources via API calls.
  • Automate ad-hoc data operations across multiple platforms without building UI integrations.
  • Example: fetch latest tickets from Linear and update a CRM contact in HubSpot, all in one workflow.

Quick Start

Connect to a supported integration and run a read or write query using listConnections() to obtain credentials and then execute API calls.

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 connected integrations like HubSpot and Linear?

To query and modify data across connected integrations, use listConnections(connectorName) to fetch credentials, then execute API calls directly in the code_execution sandbox for reads and writes without needing script files.

Can I read and write data to multiple external services from a single workflow?

Yes, you can read and write data to multiple external services from a single workflow. The skill performs API calls for create, update, delete, query, and export operations across platforms like GitHub, Slack, and Google services.

How do I get API credentials for data warehouses like Snowflake and BigQuery?

You get API credentials for data warehouses like Snowflake and BigQuery by running listConnections(connectorName). If a required connection is missing, the skill guides discovery and setup via the integrations skill.

What is the best way to automate ad-hoc data operations across different platforms?

The best way to automate ad-hoc data operations across different platforms is by executing inlined code in the sandbox. This approach fetches tickets from Linear and updates CRM contacts in HubSpot without building UI integrations.

Do I need to create script files to execute API calls for data queries?

No, you do not need to create script files to execute API calls for data queries. The skill executes inlined code directly within the code_execution sandbox to handle read and write operations across connected services.

Does this approach work with data warehouses and SaaS APIs simultaneously?

Yes, this approach works with data warehouses and SaaS APIs simultaneously. It connects to external services like Databricks, Snowflake, BigQuery, Slack, and Google services from a single interface to reduce context switching.