query-integration-data

Read and write data across connected services via a unified API surface.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill query-integration-data-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/query-integration-data
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill query-integration-data-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables reading data from and writing data to multiple connected services through a unified API surface, eliminating the need to switch between tools for each provider.

Core Features & Use Cases

  • Read data across connected integrations (issues, tickets, contacts, messages) and perform exports.
  • Write data across integrations (create, update, delete) to automate workflows and keep systems in sync.
  • Uses a sandboxed code_execution environment and the credential discovery function listConnections(connectorName) to securely access connectors.

Quick Start

Connect a service with listConnections(), then perform a read or write operation inline in the sandbox.

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 integrations?

To query and modify data across integrations, this Skill connects to external services via a unified API surface. It uses a sandboxed code execution environment to perform cross-service data retrieval and multi-service write operations.

What is the best way to read and write data across services like GitHub, Linear, or Slack?

Reading and writing data across services like GitHub, Linear, or Slack is handled through a unified API surface. You can retrieve issues, update tickets, and export messages while keeping systems in sync automatically.

How do I discover credentials for an API connector before querying data?

To discover credentials for an API connector before querying data, use the listConnections(connectorName) function. This credential discovery mechanism securely identifies and accesses available connectors for your integrations.

Can I automate cross-service data workflows and keep systems in sync?

Yes, you can automate cross-service data workflows and keep systems in sync. The Skill supports writing data across integrations, allowing you to create, update, and delete records automatically without switching between provider tools.

Does the multi-service data integration approach work safely in a sandboxed environment?

Multi-service data integration works safely within a sandboxed code execution environment. This ensures that read and write operations across external services are isolated and secure during cross-service data manipulation.