---
title: "Confluence Agent CLI"
date: 2026-06-24T00:00:00.000-04:00
tags: ["typescript", "cli", "claude"]
url: https://www.cbetz.com/portfolio/confluence-agent-cli
---

# Confluence Agent CLI

_A git-like CLI that lets coding agents pull, edit, and push Confluence pages as local files._

Confluence Agent CLI gives AI coding agents a filesystem-native way to work with Confluence. It treats a Confluence page tree like a git repo: pull pages into local Markdown (with the raw storage HTML and attachments preserved), review changes as unified diffs, and push back with optimistic version checks that refuse to clobber remotely-edited pages.

It detects lossy conversions when Confluence-specific macros are present and ships with a Claude agent skill documenting the recommended edit workflow.
