confluence

Manage Confluence pages via CLI with space scoping and editor input.

4|Updated Jan 16, 2019
One-click install
npx skills add https://github.com/four43/dotfiles --skill confluence-four43
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence
Source: https://github.com/four43/dotfiles/tree/main/claude/skills/confluence
Command: npx skills add https://github.com/four43/dotfiles --skill confluence-four43

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Confluence page management can be tedious when done entirely through the web interface; this skill provides a CLI-based approach to browse, search, create, and edit Confluence pages, saving time and reducing context switching.

Core Features & Use Cases

  • Browse page trees and retrieve page metadata from specific spaces.
  • Create and edit pages with content supplied via an editor or stdin, including labels and comments.
  • Use case: a developer updates API documentation and keeps the Confluence pages synchronized with code changes.

Quick Start

Install the confluence CLI, configure spaces, and run a sample command like confluence show 12345678 to verify setup.

Frequently Asked Questions about confluence

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

FAQPage Schema
How do I manage Confluence pages from the command line?

You can manage Confluence pages from the command line by using a CLI-based approach to browse, search, create, and edit pages, which reduces context switching and saves time compared to the web interface.

Can I create and edit Confluence pages using stdin or a terminal editor?

Yes, you can create and edit Confluence pages by supplying content directly via a terminal editor or stdin input, including applying labels and comments to the pages.

What's the best way to keep Confluence documentation synchronized with code changes?

The best way to keep Confluence documentation synchronized is using CLI-driven page management, allowing developers to propagate updates from the terminal directly into specific spaces.

Do I need authentication credentials to browse Confluence page trees via CLI?

Yes, you need proper authentication credentials to interact with Confluence APIs and browse page trees or retrieve page metadata from specific spaces.

Does CLI-based Confluence page management work for IT operations and knowledge management workflows?

Yes, CLI-based Confluence page management applies to workflows in software development, IT operations, and knowledge management where teams operate within specific spaces and propagate updates from the terminal.

Why does my Confluence CLI command require space scoping?

Space scoping is enforced to ensure deterministic command usage, keeping your CLI interactions correctly targeted within specific Confluence spaces for page management tasks.