confluence
Installation
SKILL.md
Confluence with orbit CLI
Manage Confluence pages, publish markdown documentation, and control page layout using the orbit CLI. Supports Confluence Cloud and Server/Data Center via REST API with multi-profile support and 1Password secret resolution.
Prerequisites
orbitCLI installed — ifwhich orbitfails, install with:- macOS/Linux (Homebrew):
brew install jorgemuza/tap/orbit - macOS/Linux (script):
curl -sSfL https://raw.githubusercontent.com/jorgemuza/orbit/main/install.sh | sh - Windows (Scoop):
scoop bucket add jorgemuza https://github.com/jorgemuza/scoop-bucket && scoop install orbit
- macOS/Linux (Homebrew):
- A profile with a
confluence-cloudorconfluence-serverservice configured in~/.config/orbit/config.yaml - Valid credentials (API token for Cloud, PAT for Server) — can be stored in 1Password with
op://prefix - For Cloud: auth type is
basicwith email as username and API token as password
Quick Reference
All commands follow the pattern: orbit -p <profile> confluence <command> [flags]