query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill query-integration-data-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill query-integration-data-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you answer questions and perform data operations by querying or updating data across connected third-party services and data warehouses without building a dashboard or UI.

Core Features & Use Cases

  • Read and analyze data on demand: query records, counts, and exports from integrations like Linear, GitHub, HubSpot, Slack, and Google services.
  • Perform controlled write operations: create, update, and delete entities in connected services when the user’s request requires it.
  • Support data warehouse exploration: query datasets in Databricks, Snowflake, and BigQuery, including schema discovery patterns for broad questions.

Quick Start

Use the query-integration-data skill to get the answer and produce an export by running a chat request like: "How many Linear issues were created in the last 7 days, and export the results to CSV."

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 export data from connected integrations?

To query integration data, you use the listConnections() function for credentials and execute API or SQL calls in a code_execution sandbox. This allows you to retrieve records and produce structured outputs for tabular CSV exports.

Can I perform write operations like creating or updating records across connected services?

Yes, you can perform controlled write operations to create, update, and delete entities in connected services. This is executed through API calls within the code_execution sandbox when your request requires data modification.

How do I query data warehouses like Snowflake or BigQuery without building a dashboard?

You can explore data warehouses like Databricks, Snowflake, and BigQuery by running SQL queries in the sandbox. The skill supports schema discovery patterns to help answer broad questions directly from your datasets.

What integrations are supported for reading and analyzing data on demand?

You can read and analyze data from integrations including Linear, GitHub, HubSpot, Slack, and Google services. The skill queries records and counts from these platforms to answer your questions without needing a dedicated UI.

Do I need to manually set up credentials before querying my connected data?

You need to use listConnections() to retrieve credentials for supported services, or initiate integration setup via the integrations skill. This ensures your API and SQL calls have the authentication needed to execute successfully.

What is the best way to get counts and export results from Linear issues?

The best way to get counts and exports is by running a chat request targeting your Linear integration, such as asking for issues created in the last 7 days. The skill executes the query and exports the results to a structured CSV format.