confluence

Installation
SKILL.md

confluence-cli Skill

A CLI tool for Atlassian Confluence. Lets you read, search, create, update, move, delete, and convert pages and attachments from the terminal or from an agent.

Installation

Pi Coding Agent: local package with protected writes

Install this local checkout to load this skill and package-local Pi tools without globally installing confluence. Install the clone's dependencies first because Pi does not install dependencies for local-path packages:

cd /absolute/path/to/confluence-cli
npm ci
pi install /absolute/path/to/confluence-cli

When running in Pi, use the typed Confluence tools for supported operations instead of Bash. The package intentionally refuses generic API requests: it does not register confluence_api, api, raw argv, or model-selected HTTP method tools. Do not route arbitrary Confluence REST requests through this package.

Pi read tools are: confluence_read, confluence_search, confluence_info, confluence_spaces, confluence_children, confluence_export, confluence_convert, confluence_find, confluence_versions, confluence_comments, confluence_attachments, confluence_property_list, and confluence_property_get.

Installs
84
GitHub Stars
293
First Seen
Mar 6, 2026
confluence — pchuri/confluence-cli