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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-confluence-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-confluence-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-confluence-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: confluence-v2 description: 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. ---
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.).
1) Configure credentials (one of):
2) 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
[email protected]
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://.
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 --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_EMAILtoken → CONFLUENCE_API_TOKENrefs/openapi-v2.v3.jsonrefs/endpoints.mdrefs/scopes.mdrefs/tests.mdrefs/usage.md安装 OpenClaw confluence 后,可以对 AI 说这些话来触发它
Help me get started with OpenClaw confluence
Explains what OpenClaw confluence does, walks through the setup, and runs a quick demo based on your current project
Use OpenClaw confluence to full Confluence Cloud REST API v2 skill (pages, spaces, folders, da...
Invokes OpenClaw confluence with the right parameters and returns the result directly in the conversation
What can I do with OpenClaw confluence in my documents & notes workflow?
Lists the top use cases for OpenClaw confluence, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-confluence-skill/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-confluence-skill/(项目级)。重启 AI 客户端后,用 /openclaw-confluence-skill 主动调用,或让 AI 根据上下文自动发现并使用。
OpenClaw confluence 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
OpenClaw confluence 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using OpenClaw confluence
Identifies repetitive steps in your workflow and sets up OpenClaw confluence to handle them automatically