Home Tutorials Categories Skills About
ZH EN JA KO
📘

Confluence

Knowledge Base Notes & Task Management

Install Command

npx clawhub@latest install confluence

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Confluence to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Confluence appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Full-text search of Confluence pages and spaces Read and create wiki page content Manage page labels and comments

Detailed Description

Confluence MCP Server integrates the Atlassian Confluence knowledge base into AI workflows, enabling you to search, read, and manage team documentation using natural language.

Core Features

  • Intelligent Search: Use CQL (Confluence Query Language) for full-text search with filtering by space, label, author, and time range
  • Page Management: Read complete page content (including body, attachments, and comments), create new pages, or update existing pages
  • Space Browsing: List all accessible spaces, browse the page tree structure within spaces

Configuration

{
  "mcpServers": {
    "confluence": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-confluence"],
      "env": {
        "CONFLUENCE_URL": "https://your-domain.atlassian.net",
        "CONFLUENCE_USERNAME": "your-email",
        "CONFLUENCE_API_TOKEN": "API token"
      }
    }
  }
}

Use Cases

  • Quickly search technical documentation and operations manuals in the team knowledge base
  • Let AI read product requirement documents to assist with coding implementation
  • Automatically organize meeting notes and publish to Confluence spaces
  • Cross-space information retrieval to generate project knowledge summaries