Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.).
Configure credentials (one of): Basic: email + API token OAuth: access token Call endpoints using scripts in 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_TOKEN # Optional 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, pagination scripts/* โ 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 --all # get 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_EMAIL token โ CONFLUENCE_API_TOKEN
OpenAPI spec: refs/openapi-v2.v3.json Endpoints list: refs/endpoints.md Scopes: refs/scopes.md Tests: refs/tests.md Usage tips: refs/usage.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.