使用 confluence-cli 搜索和管理 Confluence 页面和空间。阅读文档、创建页面和导航空间。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install confluence或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install confluence⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/confluence/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: confluence description: Search and manage Confluence pages and spaces using confluence-cli. Read documentation, create pages, and navigate spaces. homepage: https://github.com/pchuri/confluence-cli metadata: {"clawdbot":{"emoji":"📄","primaryEnv":"CONFLUENCE_TOKEN","requires":{"bins":["confluence"],"env":["CONFLUENCE_TOKEN"]},"install":[{"id":"npm","kind":"node","package":"confluence-cli","bins":["confluence"],"label":"Install confluence-cli (npm)"}]}} ---
Search and manage Confluence pages using confluence-cli.
Before using this skill, complete these steps:
Step 1: Install the CLI
npm install -g confluence-cli
Step 2: Get an API token
Step 3: Configure the CLI
confluence init
When prompted, enter:
yourcompany.atlassian.net (without https://)Step 4: Verify setup
confluence spaces
If you see your spaces listed, you're ready to use Confluence.
---
confluence search "deployment guide"
confluence read <page-id>
Page IDs are in the URL: https://yoursite.atlassian.net/wiki/spaces/SPACE/pages/123456/Title → ID is 123456
confluence info <page-id>
confluence find "Page Title"
confluence spaces
confluence create "Page Title" SPACEKEY --body "Page content here"
confluence create-child "Child Page Title" <parent-page-id> --body "Content"
Or from a file:
confluence create-child "Page Title" <parent-id> --file content.html --format storage
confluence update <page-id> --body "Updated content"
Or from a file:
confluence update <page-id> --file content.html --format storage
confluence children <page-id>
confluence export <page-id> --output ./exported-page/
https:// - just yourcompany.atlassian.net--format storage when content is in Confluence storage format (HTML-like)~/.confluence-cli/config.json安装 合流 后,可以对 AI 说这些话来触发它
Help me get started with Confluence
Explains what Confluence does, walks through the setup, and runs a quick demo based on your current project
Use Confluence to search and manage Confluence pages and spaces using confluence-cli
Invokes Confluence with the right parameters and returns the result directly in the conversation
What can I do with Confluence in my documents & notes workflow?
Lists the top use cases for Confluence, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/confluence/ 目录(个人级,所有项目可用),或 .claude/skills/confluence/(项目级)。重启 AI 客户端后,用 /confluence 主动调用,或让 AI 根据上下文自动发现并使用。
合流 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
合流 可免费安装使用。请查阅仓库了解许可证信息。
使用 confluence-cli 搜索和管理 Confluence 页面和空间。阅读文档、创建页面和导航空间。
合流 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Confluence
Identifies repetitive steps in your workflow and sets up Confluence to handle them automatically