← 返回 Skills 市场
maverick

Confluence mcp

作者 Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maverick-confluence-mcp
功能描述
Search, read, and update Confluence pages, spaces, comments, and documentation workflows via Atlassian's hosted MCP server (https://mcp.atlassian.com/v1/mcp/...
使用说明 (SKILL.md)

Confluence

Quick start

Always invoke through bash {baseDir}/scripts/invoke.sh — never call mcporter directly. The wrapper seeds the OAuth vault from the env-supplied tokens when needed, then calls mcporter.

bash {baseDir}/scripts/invoke.sh list maverick-confluence --schema

For structured output (also surfaces transport errors as JSON envelopes — workaround for mcporter #153):

bash {baseDir}/scripts/invoke.sh call --output json maverick-confluence.TOOL_NAME key=value | jq '.result.content'

Safety

Write operations that create, edit, publish, archive, delete, move, comment on, or bulk-update pages modify Confluence content visible to the connected Atlassian workspace. Confirm clear user intent before invoking write tools — search and read tools are safe to call freely while exploring. Search spaces and pages before assuming IDs, and read current content plus version metadata before editing.

Authentication

Tokens are provisioned and rotated automatically. If a call returns HTTP 401 that doesn't recover within a few seconds, the OAuth grant has been revoked — re-authorize the integration to refresh credentials.

Data flow

Tool calls travel to Atlassian's hosted MCP service at https://mcp.atlassian.com/v1/mcp/authv2 over HTTPS, authenticated via OAuth. Atlassian sees the Confluence page, space, comment, and workspace data referenced by each call. Use this skill for Confluence-related work only; do not pass unrelated sensitive content through these tools.

Dependencies

  • mcporter (github.com/steipete/mcporter) — MCP CLI used to invoke Atlassian's hosted MCP server. Auto-installed via npm install -g --ignore-scripts mcporter if missing on PATH (see install spec in frontmatter). The install spec uses unpinned mcporter (npm latest); operators with strict supply-chain controls should override the install to pin a specific version (e.g. mcporter@\x3Cversion>).
  • jq (stedolan.github.io/jq) — JSON processor used by the vault initializer. System dependency; install via your OS package manager (apt install jq, brew install jq, etc.).
  • flock (part of util-linux) — file locking used to serialize concurrent vault writes. Available by default on Linux; on macOS install via brew install flock.
  • shasum (Perl, ships with Digest::SHA) — computes the SHA-256 hashes used to derive the mcporter vault key and the provisioned-token marker. Preinstalled on macOS and on Debian/Ubuntu (incl. the deployed cloudflare/sandbox Ubuntu 22.04 image); on minimal Linux images install perl-Digest-SHA. The script invokes shasum -a 256 rather than GNU sha256sum so it runs on stock macOS without coreutils.
安全使用建议
This appears to be a legitimate Confluence MCP integration. Before installing, make sure the OAuth grant has only the Confluence permissions you intend, protect the local mcporter credential vault, pin mcporter if your environment requires supply-chain control, and personally review any action that edits, deletes, archives, moves, comments on, publishes, or bulk-updates Confluence content.
功能分析
Type: OpenClaw Skill Name: maverick-confluence-mcp Version: 1.0.0 The skill provides a legitimate integration with Atlassian Confluence via the Model Context Protocol (MCP). It uses the 'mcporter' tool to communicate with Atlassian's official MCP server (mcp.atlassian.com). The scripts 'init-mcporter.sh' and 'invoke.sh' are designed to securely seed OAuth tokens from environment variables into the local mcporter vault, employing security best practices such as passing secrets to jq via environment variables to avoid exposure in process lists and using file locking for concurrency. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or harmful prompt injection was found.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill’s ability to search, read, and update Confluence pages, spaces, and comments matches its stated purpose, but write/delete/bulk-update operations can materially affect a shared workspace.
Instruction Scope
The instructions are scoped to Confluence work and explicitly tell the agent to confirm clear user intent before write operations.
Install Mechanism
The install path uses the npm package mcporter without a pinned version; this is disclosed and purpose-aligned, but operators may want to pin or verify the dependency.
Credentials
The required OAuth tokens and Atlassian-hosted MCP data flow are expected for a Confluence integration and are disclosed, but they grant access to workspace data.
Persistence & Privilege
The wrapper seeds persistent OAuth state into ~/.mcporter/credentials.json and stores a local hash marker in the skill directory; this is explained in the script and appears scoped to mcporter use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maverick-confluence-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maverick-confluence-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of maverick-confluence-mcp. - Search, read, and update Confluence pages, spaces, comments, and documentation workflows via Atlassian's hosted MCP server. - Uses OAuth-based authentication with automatic token provisioning and rotation. - Provides structured output and error handling through a wrapper script. - Includes safety guidelines for write operations to Confluence content. - Auto-installs required dependencies: mcporter, jq, flock, and shasum.
元数据
Slug maverick-confluence-mcp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Confluence mcp 是什么?

Search, read, and update Confluence pages, spaces, comments, and documentation workflows via Atlassian's hosted MCP server (https://mcp.atlassian.com/v1/mcp/... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Confluence mcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install maverick-confluence-mcp」即可一键安装,无需额外配置。

Confluence mcp 是免费的吗?

是的,Confluence mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Confluence mcp 支持哪些平台?

Confluence mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Confluence mcp?

由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。

💬 留言讨论