Confluence Admin

Community

Automate Confluence content, from pages to attachments.

Authoravxkim
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually managing Confluence content, especially across multiple instances or with complex authentication, is a productivity drain. This skill streamlines content creation, updates, and searches, saving you from repetitive clicks and login hassles.

Core Features & Use Cases

  • Smart Authentication: Automatically handles PAT, password, or browser-based (nginx-protected) authentication, including session caching and refresh.
  • Comprehensive Page Management: Create, update, search (using CQL), and retrieve Confluence pages and their attachments.
  • Multi-Instance Support: Seamlessly manage multiple Confluence instances configured in your ~/.secrets.
  • Use Case: A technical writer needs to update documentation across several Confluence spaces, some behind an nginx proxy. This skill allows them to script these updates, ensuring consistency and avoiding manual login for each instance.

Quick Start

Locate tool

CONFLUENCE_TOOL=$(for path in $(jq -r 'to_entries[] | .value.installLocation + "/plugin/skills/confluence-admin/confluence-tool.sh"' ~/.claude/plugins/known_marketplaces.json); do [ -f "$path" ] && echo "$path" && break; done)

Discover instances

"$CONFLUENCE_TOOL" discover

Search pages

"$CONFLUENCE_TOOL" search DEVERSIN "type=page AND space=DEV AND title~"api"" 25

Dependency Matrix

Required Modules

playwright

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Confluence Admin
Download link: https://github.com/avxkim/personal-marketplace/archive/main.zip#confluence-admin

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.