Confluence
/install confluence
Confluence
Search and manage Confluence pages using confluence-cli.
REQUIRED: First-Time Setup
Before using this skill, complete these steps:
Step 1: Install the CLI
npm install -g confluence-cli
Step 2: Get an API token
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- Give it a label (e.g., "confluence-cli")
- Copy the token
Step 3: Configure the CLI
confluence init
When prompted, enter:
- Domain:
yourcompany.atlassian.net(without https://) - Email: Your Atlassian account email
- API token: Paste the token from Step 2
Step 4: Verify setup
confluence spaces
If you see your spaces listed, you're ready to use Confluence.
Search Pages
confluence search "deployment guide"
Read Page
confluence read \x3Cpage-id>
Page IDs are in the URL: https://yoursite.atlassian.net/wiki/spaces/SPACE/pages/123456/Title → ID is 123456
Get Page Info
confluence info \x3Cpage-id>
Find Page by Title
confluence find "Page Title"
List Spaces
confluence spaces
Create Page
confluence create "Page Title" SPACEKEY --body "Page content here"
Create Child Page
confluence create-child "Child Page Title" \x3Cparent-page-id> --body "Content"
Or from a file:
confluence create-child "Page Title" \x3Cparent-id> --file content.html --format storage
Update Page
confluence update \x3Cpage-id> --body "Updated content"
Or from a file:
confluence update \x3Cpage-id> --file content.html --format storage
List Child Pages
confluence children \x3Cpage-id>
Export Page with Attachments
confluence export \x3Cpage-id> --output ./exported-page/
Tips
- Domain in config should NOT include
https://- justyourcompany.atlassian.net - Use
--format storagewhen content is in Confluence storage format (HTML-like) - Page IDs are numeric and found in page URLs
- Config is stored at
~/.confluence-cli/config.json
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install confluence - After installation, invoke the skill by name or use
/confluence - Provide required inputs per the skill's parameter spec and get structured output
What is Confluence?
Search and manage Confluence pages and spaces using confluence-cli. Read documentation, create pages, and navigate spaces. It is an AI Agent Skill for Claude Code / OpenClaw, with 3482 downloads so far.
How do I install Confluence?
Run "/install confluence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Confluence free?
Yes, Confluence is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Confluence support?
Confluence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Confluence?
It is built and maintained by francisbrero (@francisbrero); the current version is v1.1.0.