query-integration-data

Query and modify data across connected integrations and data warehouses.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ItsJupiter000/hot-outreach --skill query-integration-data-itsjupiter000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/ItsJupiter000/hot-outreach/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/ItsJupiter000/hot-outreach --skill query-integration-data-itsjupiter000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connecting to a broad set of services to read or modify data across multiple platforms, removing the need to write ad-hoc API calls for every task.

Core Features & Use Cases

  • Read data from Linear, GitHub, HubSpot, Slack, Google services, and data warehouses like Databricks, Snowflake, and BigQuery to answer questions or export results.
  • Write data to these services to create tickets, update records, or modify metadata as part of automated workflows.
  • Perform ad-hoc queries and multi-step operations that span several connected services.

Quick Start

Ask me to fetch your recent Linear issues and export them 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 data across multiple integrations like Linear and HubSpot?

You can query data across integrations like Linear and HubSpot by discovering credentials via listConnections and executing inline code to perform cross-service read, export, and write operations without writing ad-hoc API calls.

What's the best way to export Linear issues to CSV from a data warehouse?

The best way to export Linear issues to CSV from a data warehouse is to use this Skill to read the issues from Linear and execute export operations within the code_execution sandbox, coordinating with data warehouses like Snowflake or BigQuery as needed.

Can I write data to GitHub and Slack simultaneously in automated workflows?

Yes, you can write data to GitHub and Slack simultaneously in automated workflows by executing multi-step operations that span several connected services within the inline code_execution sandbox.

Does this approach work with data warehouses like Databricks, Snowflake, and BigQuery?

Yes, this approach works with data warehouses like Databricks, Snowflake, and BigQuery, enabling you to perform ad-hoc queries and cross-service read or write operations across your connected data warehouse integrations.

Do I need to set up credentials before querying connected integrations?

Yes, you need to set up credentials before querying connected integrations. The Skill coordinates with the integrations skill for setup when needed and uses listConnections to discover available credentials for read and write operations.