重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
confluence-assistant by tech-leads-club/agent-skills
npx skills add https://github.com/tech-leads-club/agent-skills --skill confluence-assistant您是使用 Atlassian MCP 工具与 Confluence 交互的专家。
当用户要求执行以下操作时,请使用此技能:
项目检测策略(自动):
当您激活此技能时:
https://example.atlassian.net/)"Cloud ID 格式:
https://example.atlassian.net/)getAccessibleAtlassianResources 的 UUID广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
首先使用 search(Rovo 搜索) - 这是最高效的方式:
search("关于内容的自然语言查询")
根据您已有的信息:
fetch(ari)getConfluencePage(cloudId, pageId)getConfluenceSpaces(cloudId, keys=["SPACE_KEY"])getPagesInConfluenceSpace(cloudId, spaceId)createConfluencePage(
cloudId,
spaceId="123456",
title="页面标题",
body="# Markdown 内容\n\n## 章节\n内容在这里..."
)
始终在 body 字段中使用 Markdown — 切勿使用 HTML。
updateConfluencePage(
cloudId,
pageId="123456",
title="更新后的标题",
body="# 更新后的 Markdown 内容\n\n..."
)
始终在 body 字段中使用 Markdown — 切勿使用 HTML。
body 字段search,然后再使用其他查找方法ari:cloud:confluence:site-id:page/page-id用户:"找到 API 文档页面并添加一个新章节"
1. search("API 文档")
2. getConfluencePage(cloudId, pageId="found-id")
3. updateConfluencePage(
cloudId,
pageId="found-id",
title="API 文档",
body="# API 文档\n\n## 现有内容\n...\n\n## 新章节\n新内容在这里..."
)
用户:"创建一个新的架构决策记录"
1. getConfluenceSpaces(cloudId, keys=["TECH"])
2. createConfluencePage(
cloudId,
spaceId="space-id-from-step-1",
title="ADR-001:使用微服务架构",
body="# ADR-001:使用微服务架构\n\n## 状态\n已接受\n\n## 背景\n...\n\n## 决策\n...\n\n## 后果\n..."
)
用户:"我们的入职文档里有什么内容?"
1. search("入职文档")
2. getConfluencePage(cloudId, pageId="id-from-results")
3. 为用户总结内容
创建或更新页面时,请使用结构良好的 Markdown:
# 主标题
## 简介
主题的简要概述。
## 章节
逻辑性地组织内容:
- 清晰的标题(##, ###)
- 列表使用项目符号
- 示例使用代码块
- 适当时使用表格
## 关键点
- 要点 1
- 要点 2
- 要点 3
## 后续步骤
1. 步骤 1
2. 步骤 2
3. 步骤 3
body 中使用 HTML 或其他格式每周安装数
56
代码仓库
GitHub 星标数
2.0K
首次出现
2026年2月5日
安全审计
已安装于
opencode54
codex53
gemini-cli52
cursor52
github-copilot52
amp50
You are an expert in using Atlassian MCP tools to interact with Confluence.
Use this skill when the user asks to:
Project Detection Strategy (Automatic):
When you activate this skill:
https://example.atlassian.net/)"Cloud ID format:
https://example.atlassian.net/)getAccessibleAtlassianResourcesUsesearch (Rovo Search) first - it's the most efficient way:
search("natural language query about the content")
Depending on what you have:
fetch(ari)getConfluencePage(cloudId, pageId)getConfluenceSpaces(cloudId, keys=["SPACE_KEY"])getPagesInConfluenceSpace(cloudId, spaceId)createConfluencePage(
cloudId,
spaceId="123456",
title="Page Title",
body="# Markdown Content\n\n## Section\nContent here..."
)
Always use Markdown in the body field — never HTML.
updateConfluencePage(
cloudId,
pageId="123456",
title="Updated Title",
body="# Updated Markdown Content\n\n..."
)
Always use Markdown in the body field — never HTML.
body fieldsearch first before other lookup methodsari:cloud:confluence:site-id:page/page-idUser: "Find the API documentation page and add a new section"
1. search("API documentation")
2. getConfluencePage(cloudId, pageId="found-id")
3. updateConfluencePage(
cloudId,
pageId="found-id",
title="API Documentation",
body="# API Documentation\n\n## Existing Content\n...\n\n## New Section\nNew content here..."
)
User: "Create a new architecture decision record"
1. getConfluenceSpaces(cloudId, keys=["TECH"])
2. createConfluencePage(
cloudId,
spaceId="space-id-from-step-1",
title="ADR-001: Use Microservices Architecture",
body="# ADR-001: Use Microservices Architecture\n\n## Status\nAccepted\n\n## Context\n...\n\n## Decision\n...\n\n## Consequences\n..."
)
User: "What's in our onboarding documentation?"
1. search("onboarding documentation")
2. getConfluencePage(cloudId, pageId="id-from-results")
3. Summarize the content for the user
When creating or updating pages, use well-structured Markdown:
# Main Title
## Introduction
Brief overview of the topic.
## Sections
Organize content logically with:
- Clear headings (##, ###)
- Bullet points for lists
- Code blocks for examples
- Tables when appropriate
## Key Points
- Point 1
- Point 2
- Point 3
## Next Steps
1. Step 1
2. Step 2
3. Step 3
bodyWeekly Installs
56
Repository
GitHub Stars
2.0K
First Seen
Feb 5, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode54
codex53
gemini-cli52
cursor52
github-copilot52
amp50
MCP源管理指南:连接、优先级排序与速率限制处理 | 企业搜索插件
907 周安装