What problem does it solve? Working with Confluence Cloud programmatically requires navigating two different REST API versions, CQL query syntax, and the XHTML storage format, which is error-prone and time-consuming to do manually. ## Core Features & Use Cases - CQL Search: Find pages by title, space, creator, labels, dates, or full-text content using the v1 search API. - Page Management: Read pages with body content, create new pages, update existing pages with proper version handling, and add comments via the v2 API. - Space Browsing: List and view Confluence spaces using curl or the acli CLI fallback. - Use Case: Ask to "update the architecture page in the ENG space with our new deployment diagram notes" and the skill searches for the page, reads the current version, constructs storage-format XHTML, and updates it with the correct version increment. ## Quick Start Ask the assistant to find the onboarding documentation page in Confluence and summarize its contents.