confluence

Manage Confluence pages, spaces, templates, and macros via the Cloud API.

1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/markus41/lobbi-design-system --skill confluence-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/markus41/lobbi-design-system/tree/main/.claude/skills/confluence
Command: npx skills add https://github.com/markus41/lobbi-design-system --skill confluence-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires atlassian-python-api.

What problem does it solve?

This Skill streamlines the management and updating of documentation in Confluence, eliminating manual effort and ensuring your knowledge base is always current and accessible.

Core Features & Use Cases

  • Page & Space Operations: Create, update, get, and delete Confluence pages and manage spaces via API.
  • Search & Query: Perform CQL searches and queries to find relevant content efficiently.
  • Templates & Macros: Utilize predefined page templates and Confluence macros for consistent and rich documentation.
  • Use Case: Create a new Confluence page for API documentation using a predefined template, including code blocks and expand macros, saving time and ensuring consistency.

Quick Start

Create a new Confluence page titled "Agent API Reference" in space 'GA' using the API Documentation template.

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I automate creating and updating Confluence pages?

Automate Confluence page creation and updates using the atlassian-python-api library to perform CRUD operations via the Confluence Cloud API. Define page content, templates, and metadata, then execute create or update calls to deploy pages at scale without manual intervention.

Can I search and retrieve Confluence content programmatically?

Yes, use CQL queries through the Confluence API to search pages and spaces by content, metadata, or other criteria. Retrieved results can be formatted as HTML or storage format for processing, analysis, or integration into downstream workflows.

What's the best way to manage Confluence spaces and templates at scale?

Manage spaces and deploy templates programmatically via the Confluence Cloud API to enforce consistent documentation structure, governance, and formatting across your knowledge base. Automate template application and macro injection to reduce manual setup.

Do I need API authentication to work with Confluence programmatically?

Yes, Confluence Cloud API requires authentication credentials. The Skill handles API authentication setup so you can execute page and space operations securely without manual credential management in each request.

Can I use Confluence macros and HTML formatting in automated pages?

Yes, the Skill supports Confluence macros and both HTML and storage format content in automated pages. This enables rich documentation with code blocks, expandable sections, and other formatted elements deployed programmatically.

What scenarios require API-based Confluence integration instead of manual editing?

API-based integration suits documentation workflows requiring bulk page creation, templated content deployment, knowledge base synchronization, automated API documentation generation, and team collaboration at scale where manual updates create bottlenecks.