connect-ai-base

Query live enterprise data from systems like Salesforce and Workday.

4|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-base
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-ai-base
Source: https://github.com/CDataSoftware/connect-ai-skills/tree/main/skills/connect-ai-base
Command: npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-base

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The connect-ai-base skill streamlines querying live enterprise data using CData Connect AI, ensuring a structured approach to data discovery and retrieval.

Core Features & Use Cases

  • Data Querying: Access and query live enterprise data from various systems like Salesforce, Workday, NetSuite, etc.
  • Discovery Workflow: Ensures the correct discovery workflow is followed before querying data, including schema discovery and error recovery.
  • Universal Tools: Provides universal tools for data retrieval and exploration, including queryData, getTables, and getColumns.
  • Connector Skills: Can be composed with connector-specific skills for deeper data patterns and functionalities.
  • Use Case: A user can ask for recent orders from their company's system, and the skill will query the relevant data source and return the information.

Quick Start

Call the connect-ai-base skill to retrieve recent orders from the connected system.

Frequently Asked Questions about connect-ai-base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query live enterprise data from systems like Salesforce or Workday?

To query live enterprise data, you use universal data retrieval tools that access connected systems like Salesforce or Workday and return the requested records directly. The process ensures proper schema discovery before retrieval.

What is the discovery workflow for live data querying?

The discovery workflow for live data querying involves exploring available tables and columns to understand the schema before executing a query. This structured approach ensures accurate data retrieval and includes error recovery.

Can I retrieve recent orders from NetSuite using a live query?

Yes, you can retrieve recent orders from NetSuite by executing a live query against the connected enterprise data source. The skill handles the data retrieval and returns the specific order information requested.

Do I need connector-specific skills to access enterprise data?

You do not need connector-specific skills to access enterprise data, as universal tools handle basic retrieval. However, you can compose the base skill with connector-specific skills for deeper data patterns and functionalities.

What tools are available for schema discovery in enterprise data sources?

Available tools for schema discovery in enterprise data sources include getTables and getColumns. These universal tools allow you to explore the data structure and ensure correct schema discovery before querying live data.