query-integration-data

Query and modify external integration and data warehouse records via APIs and SQL-like commands.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheTesseractAI/19 --skill query-integration-data-thetesseractai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/TheTesseractAI/19/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/TheTesseractAI/19 --skill query-integration-data-thetesseractai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @linear/sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to access and manipulate data stored in various external services and data warehouses, streamlining data-driven tasks and inquiries.

Core Features & Use Cases

  • Data Retrieval: Query issues, contacts, or other records from connected services like GitHub, Slack, HubSpot, and data warehouses such as BigQuery or Snowflake.
  • Data Modification: Create, update, or delete records directly within these connected systems based on user instructions.
  • Use Case: For example, extract the number of issues created this week from GitHub or update contact details in HubSpot without leaving the chat.

Quick Start

Connect to your data services by listing existing credentials with listConnections(), then execute read or write operations directly through inline code.

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 external data from APIs and data warehouses in one place?

Querying and modifying external data is done by connecting to services via listed credentials and executing read or write operations using inline code and SQL-like commands. This allows you to answer questions and automate updates without leaving the chat.

Can I update records in HubSpot or extract GitHub issues without leaving my chat interface?

Yes, you can update records in HubSpot or extract GitHub issues directly by executing read and write operations on connected integrations. This streamlines data-driven tasks by keeping all retrieval and modifications centralized.

What is the best way to automate data warehouse updates using connected APIs?

Automating data warehouse updates involves executing SQL-like commands and write operations through connected APIs. By issuing create, update, or delete instructions directly via inline code, you can manipulate records in systems like BigQuery or Snowflake.

Do I need to set up database connections before querying integration data?

Yes, before querying integration data you must establish connections by listing existing credentials with the listConnections function. This identifies available external services and warehouses so you can execute subsequent read or write operations.

Does this approach work with both data retrieval and data modification for connected integrations?

Yes, the approach works with both data retrieval and data modification for connected integrations. You can query issues, contacts, or other records, and also create, update, or delete records directly within connected systems based on user instructions.