connect-ai-airtable

Installation
SKILL.md

CData Connect AI — Airtable Skill

⚠️ Prerequisites — load these first

  • connect-ai-base skill

Before proceeding, locate and read the connect-ai-base skill. If it is not available in the current environment (not loaded, not enabled, or not installed), stop immediately. Do not proceed with the task. Tell the user that the connect-ai-base skill is required and ask them to install and enable it before continuing.

This skill provides Airtable-specific guidance for querying Airtable data through CData Connect AI. It composes on top of the connect-ai-base skill, which handles the discovery workflow, error recovery, SQL dialect, and query naming convention.

Precedence

This skill replaces getInstructions for the Airtable driver. Do not call getInstructions for Airtable — the guidance it provides is already incorporated here. Proceed directly to schema discovery (getSchemas / getTables / getColumns) after identifying the Airtable connection via getCatalogs.

Schema

Airtable is a multi-schema driver. Unlike most connectors, the middle segment of the three-part name is not a fixed driver name — it is either the Information metadata schema or the name of a specific base:

Installs
1
GitHub Stars
4
First Seen
Aug 28, 2026
connect-ai-airtable — cdatasoftware/connect-ai-skills