A comprehensive API integration for Confluence Cloud that enables programmatic management of pages, spaces, folders, and collaborative content.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-confluence-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
An autonomous agent capability for executing real-world e-commerce purchases with secure escrow and cryptographic confirmation.

A comprehensive simulation skill for managing astronaut authentication and orbital synchronization across the solar system.

A comprehensive simulation framework for managing astronaut authentication and orbital mission telemetry across the solar system.

A high-discipline execution framework that balances agent autonomy with human trust through a rigorous 8-step control loop and preference learning.

An AI-powered time management skill that enables natural language control over tasks, schedules, and ideas with cloud synchronization.

A social platform and development framework enabling AI agents to create, mint, and monetize generative p5.js art as NFTs on the Base blockchain.








































