confluence-datacenter

Manage Confluence Data Center pages and attachments via REST API.

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/mfmezger/ai_agent_dotfiles --skill confluence-datacenter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-datacenter
Source: https://github.com/mfmezger/ai_agent_dotfiles/tree/main/shared/skills/confluence-datacenter
Command: npx skills add https://github.com/mfmezger/ai_agent_dotfiles --skill confluence-datacenter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, typer, rich, markitdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Confluence Data Center/Server instances, automating tasks like retrieving, creating, searching, and updating wiki pages.

Core Features & Use Cases

  • Content Management: Easily get, create, update, and delete Confluence pages.
  • Information Retrieval: Search Confluence content using CQL and list child pages or spaces.
  • File Handling: Manage attachments for pages.
  • Use Case: A developer needs to document a new API endpoint. They can use this Skill to create a new Confluence page with the API details, including code snippets and diagrams.

Quick Start

Use the confluence-datacenter skill to get the content of the Confluence page with ID 12345.

Frequently Asked Questions about confluence-datacenter

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

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

The Skill manages Confluence Data Center content via the REST API, allowing you to get, create, search, update, and delete wiki pages. It requires configuring environment variables for authentication and the instance URL.

Can I search Confluence pages using CQL and list child pages?

Yes, you can search Confluence content using CQL to find specific pages and list child pages or spaces. This information retrieval capability allows developers to programmatically navigate and query documentation structures within wiki instances.

Does this approach support managing attachments for Confluence pages?

Yes, the approach supports managing attachments for Confluence pages. You can handle file attachments directly through the REST API, streamlining how you upload and retrieve supplementary files linked to your documentation pages.

What environment variables do I need to interact with a Confluence Server instance?

To interact with a Confluence Server instance, you need environment variables for authentication credentials and the instance URL. These variables configure the connection so the REST API can securely manage your wiki content.

Are there limitations when using Python to update wiki pages on Confluence Data Center?

The main limitation is the requirement for specific Python dependencies like requests, python-dotenv, typer, and markitdown. You must ensure these libraries are installed and properly configured to successfully update wiki pages on Confluence Data Center.