confluence-cli

List spaces, retrieve pages, search with CQL, and create pages via Confluence Cloud REST API v2.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill confluence-cli-magnus919
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: confluence-cli
Source: https://github.com/magnus919/agent-skills/tree/main/confluence-cli
Command: npx skills add https://github.com/magnus919/agent-skills --skill confluence-cli-magnus919

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need to switch between your terminal and a web browser to manage documentation, allowing you to search, view, and create Confluence pages directly within your workflow.

Core Features & Use Cases

  • Efficient Navigation: Quickly list spaces and browse pages without leaving your command line environment.
  • Advanced Search: Utilize Confluence Query Language (CQL) to perform complex searches for specific documentation or knowledge base articles.
  • Content Creation: Streamline documentation efforts by creating new pages directly from your terminal.

Quick Start

Use the confluence-cli skill to search for all pages in the DEV space containing the keyword deployment.

Frequently Asked Questions about confluence-cli

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

FAQPage Schema
How do I manage Confluence documentation directly from the terminal?โ–ผ

You can manage Confluence documentation from the terminal by using a CLI that interacts with Atlassian Confluence Cloud via the REST API v2 to list spaces, retrieve pages, run CQL searches, and create pages.

Can I search Confluence pages using CQL without opening a browser?โ–ผ

Yes, you can execute Confluence Query Language (CQL) searches directly from your command line to find specific knowledge base articles or documentation without switching to a web browser.

What credentials do I need to automate Confluence page creation via the API?โ–ผ

Automating Confluence page creation requires valid Atlassian API credentials to execute authenticated HTTP operations against the Confluence Cloud REST API v2, along with the requests library installed.

Does this CLI tool work with Confluence Server or only Confluence Cloud?โ–ผ

This CLI tool is designed specifically for Atlassian Confluence Cloud, utilizing the REST API v2 to perform authenticated documentation management operations and may not support Confluence Server deployments.

What is the best way to list Confluence spaces and browse pages in a command line environment?โ–ผ

The best way to list spaces and browse pages in a command line environment is using a Confluence CLI that facilitates efficient navigation through authenticated REST API v2 requests.

Are there limitations when creating Confluence pages directly from the terminal?โ–ผ

Limitations include dependency on valid Atlassian API credentials and the requests library for authenticated HTTP operations, confining automated page creation and management tasks to Confluence Cloud REST API v2 capabilities.