confluence

Automates Confluence content management via REST API and ADF payloads.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill confluence-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/confluence
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill confluence-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides AI assistants to perform Confluence tasks (view, create, update, search, summarize) via the Confluence REST API and Atlassian Document Format (ADF).

Core Features & Use Cases

  • View and read Confluence pages using REST API and ADF.
  • Create, update, and manage page content with structured ADF bodies.
  • Search spaces and pages with Confluence Query Language (CQL) and summarize results for quick decision making.

Quick Start

Read a Confluence page by title, summarize its content, and then create or update a page using Atlassian Document Format (ADF).

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I automate Confluence content management using the REST API?

Automate Confluence content management through REST API calls and Atlassian Document Format (ADF) payloads to view, create, update, and search pages across spaces with robust error reporting.

What is Atlassian Document Format (ADF) and when do I need it for Confluence pages?

Atlassian Document Format (ADF) is the structured JSON payload format required by the Confluence REST API to create and update page content. You need ADF whenever automating page body construction.

How do I search Confluence spaces and pages programmatically?

Search Confluence spaces and pages programmatically using Confluence Query Language (CQL) via REST API calls, then summarize results for quick decision making.

What credentials do I need to automate Confluence page creation and updates?

Automate Confluence page creation and updates using token-based or ACLI-based credentials, which handle authentication for REST API calls and ensure secure access.

Does this approach work for summarizing Confluence page content automatically?

Yes, automate Confluence page content summarization by reading pages via the REST API, extracting the ADF body, and generating summaries for quick decision making.

What are the limitations of automating Confluence with REST API and ADF?

Limitations of automating Confluence with REST API and ADF include handling structured ADF payload construction correctly and managing token-based or ACLI-based credential authentication to avoid errors.