OpenClaw confluence
Full Confluence Cloud REST API v2 skill (pages, spaces, folders, databases, whiteboards, comments, labels, tasks, properties, etc.) with basic/OAuth auth, pagination, and migration from confluence-cli
Full Confluence Cloud REST API v2 skill (pages, spaces, folders, databases, whiteboards, comments, labels, tasks, properties, etc.) with basic/OAuth auth, pagination, and migration from confluence-cli
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Use this skill to call Confluence Cloud REST API v2 endpoints directly. Supports all v2 groups (pages, spaces, folders, whiteboards, databases, embeds, comments, labels, properties, tasks, etc.).
scripts/.Set these env vars (preferred) or store in a local config file:
CONFLUENCE_BASE_URL=https://pangin.atlassian.net/wiki CONFLUENCE_AUTH_METHOD=basic # basic | oauth CONFLUENCE_EMAIL=chrono3412@gmail.com CONFLUENCE_API_TOKEN=YOUR_TOKEN # or for OAuth # CONFLUENCE_OAUTH_TOKEN=YOUR_OAUTH_ACCESS_TOKENOptional admin key header (Premium/Enterprise only)
CONFLUENCE_ADMIN_KEY=true
Base URL is always
https://<site>.atlassian.net/wiki.
scripts/client.js — HTTP client wrapper, auth header, paginationscripts/* — endpoint groups (pages, spaces, folders, etc.)# list everything node scripts/spaces.js list --all node scripts/pages.js list --all node scripts/labels.js list --allget single items
node scripts/pages.js get 89522178 node scripts/folders.js direct-children 87457793
ad-hoc call
node scripts/call.js GET /folders/87457793/direct-children
If
~/.confluence-cli/config.json exists, map:
domain → CONFLUENCE_BASE_URL (https://{domain}/wiki)email → CONFLUENCE_EMAILtoken → CONFLUENCE_API_TOKENrefs/openapi-v2.v3.jsonrefs/endpoints.mdrefs/scopes.mdrefs/tests.mdrefs/usage.mdNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.