query-integration-data

Connect to external data sources and perform read/write operations via the listConnections API.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill query-integration-data-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/query-integration-data
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill query-integration-data-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect to external integrations and data warehouses to read, write, and synchronize data across services such as Linear, GitHub, HubSpot, Slack, Google services, Databricks, Snowflake, and BigQuery via a unified, code-execution sandbox workflow.

Core Features & Use Cases

  • Read data from multiple services (queries, counts, exports) to answer questions in chat or generate reports.
  • Write data across connected platforms (create, update, delete) to automate workflows and tasks.
  • Expose a discoverable integration layer that gathers credentials with listConnections() and executes API calls directly from the code_execution sandbox.

Quick Start

Connect to a chosen integration using listConnections, then perform a read or write operation to return data.

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 live data from external integrations like Linear, GitHub, and Slack?

You can query live data from external integrations by using the listConnections API to identify connected services, then executing read operations within a code_execution sandbox to fetch and return data from Linear, GitHub, Slack, or other platforms.

Can I write and modify data across connected platforms using this integration?

Yes, you can write and modify data across connected platforms. The integration supports create, update, and delete operations across services such as Linear, GitHub, and HubSpot directly from the code_execution sandbox with credential handling.

What data warehouses can I connect to for read and write operations?

You can connect to data warehouses including Databricks, Snowflake, and BigQuery. The integration identifies these external sources via listConnections and executes read or write API calls within a sandboxed environment.

Do I need to manually handle credentials when querying connected integrations?

No, you do not need to manually handle credentials. The integration uses the listConnections API within the code_execution sandbox to automatically gather and manage credentials for connected services during read and write operations.

What is the best way to export data from multiple services into a unified report?

The best way to export data is to use the code_execution sandbox to query multiple connected services, gather the results, and return them for report generation or to answer questions in chat with live data.

Are there limitations when performing create, update, or delete operations across multiple services?

Operations require sandboxed execution and depend on available connections identified by the listConnections API. Error checking is supported, but operations are limited to the services you have actively connected and authenticated within your environment.