query-integration-data

Query and modify data across integration platforms and data warehouses via SDKs and APIs.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill query-integration-data-spectra29115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-integration-data
Source: https://github.com/Spectra29115/Project-ResumeParser/tree/main/.local/skills/query-integration-data
Command: npx skills add https://github.com/Spectra29115/Project-ResumeParser --skill query-integration-data-spectra29115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires impure, databricks, bigquery, snowflake, linear, github, hubspot, slack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the ability to query and modify data in various integrations (like Linear, GitHub, HubSpot) and data warehouses (like Databricks, Snowflake) without building a dashboard or visualization interface.

Core Features & Use Cases

  • Data Operations on Integrations: Query, create, update, and delete data in connected integrations.
  • Data Warehouse Exploration: Read data from data warehouses, allowing for complex queries and analysis.
  • Use Case: When you need to quickly find specific information, such as the number of open issues in a project or the number of active users in a service, this Skill allows you to directly query the relevant database.

Quick Start

Run the 'query-integration-data' skill to execute a data query. For example, ask, "What are the top 10 users by activity?"

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 data from Snowflake and Databricks without building a dashboard?

You can query data warehouses like Snowflake and Databricks by initializing SDK clients to directly read and manipulate data. This approach bypasses visual dashboards, enabling ad-hoc queries and complex analysis through connected services.

Can I use APIs to manipulate data across integrations like GitHub and HubSpot?

Yes, you can use APIs to manipulate data across integrations like GitHub and HubSpot. The skill automates querying, creating, updating, and deleting records directly through connected services without requiring a visual interface.

What is the best way to run ad-hoc queries on connected integration platforms?

The best way to run ad-hoc queries on connected integration platforms is by using SDKs for direct database access. This allows you to quickly retrieve specific information, such as open project issues or active service users, without building a dashboard.

Does querying a data warehouse using an SDK require direct database access?

Querying a data warehouse using an SDK does require direct database access and SDK client initialization. This setup allows you to read and write data programmatically across various connected services and platforms.

How do I retrieve the top 10 users by activity from a data warehouse?

To retrieve the top 10 users by activity from a data warehouse, you execute a direct data query using initialized SDK clients. This method provides immediate access to read and analyze the requested user activity data.