Confluence Admin

Create, update, and search Confluence pages across multiple instances.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/avxkim/personal-marketplace --skill confluence-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Confluence Admin
Source: https://github.com/avxkim/personal-marketplace/tree/main/plugin/skills/confluence-admin
Command: npx skills add https://github.com/avxkim/personal-marketplace --skill confluence-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

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