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

  1. orbit CLI installed — if which orbit fails, 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
  2. A profile with a confluence-cloud or confluence-server service configured in ~/.config/orbit/config.yaml
  3. Valid credentials (API token for Cloud, PAT for Server) — can be stored in 1Password with op:// prefix
  4. For Cloud: auth type is basic with email as username and API token as password

Quick Reference

All commands follow the pattern: orbit -p <profile> confluence <command> [flags]

Related skills

More from jorgemuza/orbit

Installs
97
Repository
jorgemuza/orbit
First Seen
Mar 16, 2026