query-integration-data

Query and modify data across integrations and data warehouses via listConnections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connecting to multiple services to read or write data usually requires ad-hoc scripts, manual API work, and juggling credentials. This Skill centralizes cross-service data access, enabling you to run read and write operations against Linear, GitHub, Slack, Google services, and supported data warehouses in a single workflow.

Core Features & Use Cases

  • Read operations: query issues, counts, exports, and retrieve up-to-date data from connected services.
  • Write operations: create, update, or delete resources across services, enabling automation of common admin tasks.
  • Ad-hoc workflows: perform multi-step operations within the code_execution sandbox using credential lookups via listConnections, without needing external script files.

Quick Start

List the latest Linear issues 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 modify data across multiple API integrations without writing external scripts?

You can query and modify data across multiple API integrations by executing operations inline within the code_execution sandbox, using listConnections(connectorName) to obtain credentials and enable script-free execution.

Can I perform both read and write operations on connected services like Linear and GitHub?

Yes, you can perform read and write operations on connected services like Linear and GitHub, allowing you to query issues, export data, and create, update, or delete resources across your integrations.

What is the best way to export data from connected integrations to CSV?

The best way to export data to CSV is by running read operations within the code_execution sandbox to query the latest data from your connected services and formatting the results inline.

Do I need to manually manage API credentials to automate cross-service data tasks?

No, you do not need to manually manage API credentials to automate cross-service data tasks because the code executes inline and uses listConnections(connectorName) to automatically obtain credentials.

Does this approach work for automating admin tasks across data warehouses and Google services?

Yes, this approach works for automating admin tasks across data warehouses and Google services by centralizing cross-service data access for read and write operations in a single workflow.

Why does centralizing data access help with multi-step workflows?

Centralizing data access helps with multi-step workflows by eliminating ad-hoc scripts and manual API work, allowing you to perform multi-step operations within the code_execution sandbox.