query-integration-data

Query and modify data across connected services via a sandboxed interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill query-integration-data-crajkumarsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/CRAJKUMARSINGH/M3_Bridge/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill query-integration-data-crajkumarsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Querying and combining data from multiple services is time-consuming and brittle when done with manual API calls. This skill provides a unified, sandboxed interface to read and write data across connected integrations and warehouses.

Core Features & Use Cases

  • Read data from connected services (Linear, GitHub, HubSpot, Slack, Google services, etc.) and from supported data warehouses.
  • Write operations: create, update, delete resources across services.
  • Export results to CSV/JSON for analysis or reporting.
  • Automate multi-step tasks that span multiple services, without leaving the chat.

Quick Start

Ask me to query data across a connected service and return the results.

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 combine data from multiple APIs like Linear and HubSpot?

To query and combine data from multiple APIs, this skill provides a unified, sandboxed interface to read and write data across connected integrations like Linear, HubSpot, and Google services without manual API calls.

Can I automate write operations across GitHub and Slack in a single workflow?

Yes, you can automate write operations to create, update, and delete resources across GitHub, Slack, and other connected services by executing deterministic, testable workflows within the code execution sandbox.

What is the best way to export cross-service integration data to CSV or JSON?

The best way to export cross-service integration data to CSV or JSON is using this skill to run ad-hoc queries across connected data warehouses and services, then exporting the results directly for analysis or reporting.

Do I need specific credentials to query data from connected integrations?

Yes, you need credentials to query data from connected integrations, which are retrieved via the listConnections(connectorName) function before executing code in the sandboxed environment.

How does sandboxed code execution handle multi-step data workflows?

Sandboxed code execution handles multi-step data workflows by providing a secure, deterministic environment to run testable read and write operations that span multiple connected services and data warehouses.