Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/morphicai/openclaw-morphixai/confluencenpx skills add Morphicai/openclaw-morphixai --skill confluencegit clone --depth 1 https://github.com/Morphicai/openclaw-morphixaiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00048 | $0.01350 |
| Opus 5 | $0.00024 | $0.00675 |
| Sonnet 5 | $0.00010 | $0.00270 |
| Haiku 4.5 | $0.00005 | $0.00135 |
Grade A, and why
confluence scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Confluence Cloud
通过 mx_confluence 工具管理 Confluence 工作区:空间浏览、页面 CRUD、标签管理、评论、子页面导航、CQL 搜索。
前置条件
- 安装插件:
openclaw plugins install openclaw-morphixai - 获取 API Key: 访问 morphix.app/api-keys 生成
mk_xxxxxx密钥 - 配置环境变量:
export MORPHIXAI_API_KEY="mk_your_key_here" - 链接账号: 访问 morphix.app/connections 链接 Confluence 账号,或通过
mx_link工具链接(app:confluence)
核心操作
列出空间
mx_confluence:
action: list_spaces
limit: 10
type: "global"
type可选值:global(团队空间)、personal(个人空间)
获取空间详情
mx_confluence:
action: get_space
space_id: "163843"
列出页面
mx_confluence:
action: list_pages
space_id: "163843"
limit: 20
sort: "-modified-date"
省略
space_id列出所有空间的页面。
获取页面详情
mx_confluence:
action: get_page
page_id: "163923"
body_format: "storage"
body_format可选值:storage(HTML)、atlas_doc_format(ADF)、view(渲染后 HTML)
创建页面
mx_confluence:
action: create_page
space_id: "163843"
title: "会议纪要 2026-02-25"
body: "<h2>议题</h2><p>1. 项目进度回顾</p><p>2. 下周计划</p>"
parent_id: "163924"
body使用 Confluence Storage Format(HTML 子集)。parent_id可选,省略则创建为顶级页面。
更新页面
mx_confluence:
action: update_page
page_id: "163923"
title: "更新后的标题"
body: "<p>更新后的内容</p>"
version: 2
必须提供
version(当前版本号 + 1),否则更新失败。先用get_page获取当前版本号。
删除页面
mx_confluence:
action: delete_page
page_id: "163923"
获取子页面
mx_confluence:
action: get_child_pages
page_id: "163923"
limit: 20
sort: "-modified-date"
获取页面标签
mx_confluence:
action: get_page_labels
page_id: "163923"
添加标签
mx_confluence:
action: add_page_label
page_id: "163923"
label: "important"
删除标签
mx_confluence:
action: delete_page_label
page_id: "163923"
label_id: "12345"
先用
get_page_labels获取 label ID。
获取页面评论
mx_confluence:
action: get_page_comments
page_id: "163923"
body_format: "storage"
limit: 10
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 204 lines · 48 tokens per session scan A 4afed88c1e15
confluence is a skill published in the GitHub repository Morphicai/openclaw-morphixai (0 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 1,350 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
notion
Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
sn-da-large-file-analysis
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…
resilient-document-pipeline
Unified document generation with tool failure detection, domain knowledge fallback, progressive conversion, and Unicode safety.
category-filtering-and-difficulty-analysis
对Excel数据进行自定义分类统计、交叉分析与可视化,并基于多维度指标(如文本长度、术语密度、正则匹配等)进行综合评分与分级,适用于多类别数据分布统计及文本内容难度/质量评估场景。.
summarize-document
Summarize a long PDF, scan, office file, text file, or markdown file through the connected Superlinked MCP edge instead of reading the whole source into model context. Use when the user asks for a summary, overview, digest, or "what does this document say" about a large file.