confluence

Manage Confluence Cloud pages, spaces, blog posts, comments, labels, and tasks via REST API v2.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill confluence-nclgisa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/confluence/skills/confluence
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill confluence-nclgisa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of Confluence Cloud content, enabling users to create, update, delete, and search pages, blog posts, and comments efficiently.

Core Features & Use Cases

  • Content Management: Full CRUD operations for Confluence pages and blog posts.
  • Search & Retrieval: Powerful CQL search for finding specific information within Confluence.
  • Collaboration: Manage comments, labels, and tasks associated with pages.
  • Use Case: Quickly find all pages related to a specific project using a CQL query, then update a key page with new information.

Quick Start

Use the confluence skill to search for pages containing the term "project roadmap".

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I manage Confluence Cloud pages using REST API v2?▼

You can manage Confluence Cloud pages using REST API v2 by performing full CRUD operations to create, update, and delete pages, spaces, and blog posts directly through automated interactions.

Can I search Confluence content using CQL queries?▼

Yes, you can search Confluence content using CQL queries to retrieve specific information, allowing you to find pages and blog posts matching complex search criteria efficiently.

How do I automate adding comments and labels to Confluence pages?▼

You can automate adding comments and labels to Confluence pages by utilizing REST API endpoints designed for managing collaboration features and tasks associated with specific pages.

What do I need to authenticate with Confluence Cloud via REST API?▼

To authenticate with Confluence Cloud via REST API, you need per-operator authentication using your Atlassian email address combined with a valid API token for secure access.

What is the best way to find and update project documentation in a wiki?▼

The best way to find and update wiki documentation is executing a CQL-based search to locate relevant pages, then applying CRUD updates to modify the retrieved content directly.