update-page

Update Confluence page titles, bodies, and labels via Python script.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill update-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-page
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/confluence-tools/skills/update-page
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill update-page

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of updating Confluence pages, ensuring content is current, accurate, and properly formatted without manual intervention.

Core Features & Use Cases

  • Content Updates: Modify page titles, bodies, and labels efficiently.
  • Markdown Support: Seamlessly convert markdown content to Confluence format.
  • Version Management: Automatically handles version increments and messages.
  • Use Case: Update a project documentation page with new technical specifications, append meeting notes to a team wiki, or change the status labels on a release document.

Quick Start

Use the update-page skill to change the title of Confluence page with ID 123456 to "Updated Project Overview".

Frequently Asked Questions about update-page

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

FAQPage Schema
How do I update Confluence page content using markdown?

You can update Confluence pages by providing markdown content directly or via file input, which the script automatically converts to Confluence format. It handles title, body, and label modifications while managing version increments automatically.

Can I append new content to an existing Confluence wiki page?

Yes, you can append content to an existing Confluence wiki page. The update mechanism supports appending, prepending, and replacing body content, allowing you to add meeting notes or technical specifications to current documentation efficiently.

Does this tool support managing Confluence page labels and titles?

Yes, it fully supports managing Confluence page labels and titles. You can modify page titles, add new labels, or remove existing ones to update the status and categorization of your release documents and project wikis.

What is the best way to convert markdown to Confluence format for page updates?

The best way to convert markdown to Confluence format is using an automated script that handles version management and content replacement. This ensures your markdown documentation is seamlessly formatted and current without manual intervention.

How does version management work when updating Confluence pages?

Version management is handled automatically when updating Confluence pages. The script increments the page version and manages version messages, ensuring your content updates are properly tracked without manual version number entry.