confluence-v2 for Openclaw

A comprehensive API integration for Confluence Cloud that enables programmatic management of pages, spaces, folders, and collaborative content.

pangin
v1.0.0
Feb 1, 2026
0
2.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install openclaw-confluence-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install openclaw-confluence-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is confluence-v2?

The confluence-v2 skill provides a robust interface for interacting with the Confluence Cloud REST API v2 directly from your development environment. This integration supports all major v2 endpoint groups, including pages, spaces, folders, whiteboards, and databases. By utilizing Openclaw Skills, developers can automate documentation workflows, manage content hierarchies, and perform complex bulk operations that are difficult to achieve through the standard web interface.

Built with extensibility in mind, this skill includes dedicated helpers for authentication and pagination, ensuring that even large-scale Confluence instances are easily navigable. Whether you are migrating data or building custom integrations, this tool serves as a bridge between your local scripts and Atlassian's collaborative platform.

confluence-v2 Use Cases

  • Automating the creation and management of Confluence pages and spaces.
  • Bulk updating labels, properties, or task statuses across multiple documents.
  • Migrating existing content from legacy CLI tools to the modern REST API v2 structure.
  • Generating automated reports or documentation updates as part of a CI/CD pipeline.
  • Integrating Confluence content management into wider automation workflows using Openclaw Skills.

How confluence-v2 Works

  1. The skill initializes using environment variables or a configuration file to establish a secure connection to the Confluence Cloud site.
  2. Authentication is handled via either Basic Auth (Email/API Token) or OAuth access tokens to authorize API requests.
  3. Users execute modular scripts located in the scripts/ directory, which act as wrappers for specific API groups like pages or spaces.
  4. The internal client.js helper processes the request, manages pagination for large datasets, and handles the HTTP communication.
  5. The API response is returned to the user, providing structured data or confirmation of the performed action.

confluence-v2 Setup

To get started with this skill, you need to configure your environment variables for authentication. You can choose between Basic and OAuth methods. Create a local configuration file or export these variables in your terminal:

export CONFLUENCE_BASE_URL=https://your-site.atlassian.net/wiki
export CONFLUENCE_AUTH_METHOD=basic
export [email protected]
export CONFLUENCE_API_TOKEN=YOUR_TOKEN

Once configured, you can run scripts directly using Node.js:

node scripts/pages.js list --all

confluence-v2 Data Schema & Taxonomy

The skill organizes its operations through a directory-based schema and references OpenAPI specifications for accuracy:

Component Description
scripts/ Contains the primary execution logic for each API resource group (pages, spaces, etc.).
refs/ Documentation for OpenAPI specs, endpoint mappings, and security scopes.
client.js The core HTTP client that manages headers, auth, and pagination logic.
call.js A utility for making ad-hoc GET/POST/PUT requests to any Confluence v2 endpoint.

confluence-v2 Advanced Features

  • Support for Confluence Premium and Enterprise features via optional Admin Key headers.
  • Seamless migration path for users transitioning from the legacy confluence-cli tool.
  • Native handling of modern Confluence content types including Whiteboards and Databases.
  • Built-in pagination support to handle massive lists of pages or spaces without manual logic.
  • Full access to Openclaw Skills capabilities for script-based automation and data processing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*