LaunchKit · 2026
Back to Skills

confluence

Search and manage Confluence pages and spaces using confluence-cli.

1
2.7k downloads
by @francisbrero

Setup & Installation

openclaw skills install @francisbrero/confluence

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install confluence

Version History

v1.1.0Jan 17, 2026 - Version note by skill developer:

Fixed: Use confluence-cli (npm) instead of jira-cli. Added comprehensive setup guide and all CLI commands.

What This Skill Does

Connects to Confluence via confluence-cli to search, read, create, and update pages and spaces from the terminal. Requires a one-time setup with an Atlassian API token. Works with any Confluence Cloud instance.

Lets you read and write Confluence content directly from the terminal or agent workflows without navigating the web UI.

When to use it

  • Find a deployment guide buried in a large Confluence space
  • Read an architecture doc without opening a browser
  • Create a new page in a project space from a local HTML file
  • Update meeting notes or runbooks after a change
  • List child pages under a parent doc to map documentation structure

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find the onboarding documentation and show me its contents

AGENT
  1. 1Run `confluence search "onboarding"` to find matching pages
  2. 2Identify the page ID from the search results
  3. 3Run `confluence read <page-id>` to fetch the full page content
  4. 4Return the content to the user
OUTPUT

Full text of the onboarding page displayed in the terminal

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Atlassian API token from https://id.atlassian.com/manage-profile/security/api-tokensCONFLUENCE_TOKEN environment variableAtlassian account with access to a Confluence Cloud instance