connect-ai-confluence

Query Confluence Cloud/Server spaces, pages, comments, attachments, and users.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires connect-ai-base, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies querying Confluence Cloud/Server data, enabling efficient retrieval and analysis of spaces, pages, comments, attachments, and user information.

Core Features & Use Cases

  • Confluence Data Model Access: Interact with the Confluence data model for spaces, pages, comments, attachments, users, and more.
  • Query Workflow: Navigate the space → page → refine query workflow for detailed data retrieval.
  • Image/Attachment Retrieval: Extract images and attachments from pages using base64 encoding.
  • Use Case: For instance, retrieve the latest updates from a specific Confluence space, including page titles, authors, and last update dates.

Quick Start

Use the connect-ai-confluence skill to fetch the latest pages from the 'Engineering' space in Confluence.

Frequently Asked Questions about connect-ai-confluence

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

FAQPage Schema
How do I query Confluence data for spaces, pages, and comments?

To query Confluence data, use this Skill to navigate the space-to-page workflow, retrieving spaces, pages, comments, attachments, and user information from Confluence Cloud or Server through structured data model access.

Can I retrieve attachments and images from Confluence pages?

Yes, you can retrieve attachments and images from Confluence pages. This Skill extracts images and attachments using base64 encoding, ensuring binary file content is accurately fetched alongside standard text-based page data.

Do I need connect-ai-base to query Confluence Cloud or Server?

Yes, you need the connect-ai-base dependency to query Confluence. It provides essential service discovery and error recovery mechanisms required by this Skill to establish connections and execute data retrieval operations reliably.

What is the best way to get the latest page updates from a specific Confluence space?

The best way to get latest page updates from a Confluence space is to follow the refine query workflow. This Skill fetches page titles, authors, and last update dates by targeting the designated space within the Confluence data model.

Does this Confluence data querying approach work with both Cloud and Server deployments?

Yes, this Confluence querying approach works with both Cloud and Server deployments. It provides a unified interface to interact with the Confluence data model across different hosting environments for spaces, pages, and users.

Why does my Confluence image retrieval fail when querying page attachments?

Confluence image retrieval may fail without proper base64 encoding. This Skill handles binary attachment extraction by operating within the Confluence data model and applying base64 encoding to ensure accurate image and file data retrieval.