connect-ai-confluence
CData Connect AI — Confluence 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 Confluence-specific guidance for querying Confluence 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 Confluence driver. Do not call getInstructions for Confluence — the guidance it provides is already incorporated here. Proceed directly to schema discovery (getTables / getColumns) after identifying the Confluence connection via getCatalogs.
Deployment Scope
This skill targets Confluence Cloud. The Users view's columns are explicitly marked "available only for Confluence Cloud" in the driver metadata, and most of the patterns in this skill assume Cloud's AccountId-based user model. Server / Data Center deployments may expose a different column set — if you're working against a Server or Data Center connection, verify each column reference with getColumns before relying on it.