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/mx-linknpx skills add Morphicai/openclaw-morphixai --skill mx-linkgit 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.00043 | $0.02587 |
| Opus 5 | $0.00022 | $0.01293 |
| Sonnet 5 | $0.00009 | $0.00517 |
| Haiku 4.5 | $0.00004 | $0.00259 |
Grade A, and why
office-link 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 — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Office Link — 第三方账号链接与 API 代理
通过 mx_link 工具,统一管理第三方平台的账号链接和 API 调用。Bot 不直接持有 OAuth token,所有请求通过 MorphixAI 服务端代理,自动管理凭据。
重要:优先使用已有的专用 skill。 对于已有专用 skill 的平台,必须优先使用对应 skill(如
jira-workflow、gitlab-workflow、outlook-email等)而非mx_link的proxy。专用 skill 自动处理 URL 构建、认证、数据格式转换,更可靠且更简洁。mx_link仅用于:
- 账号管理(查看/链接账号)
- 调用尚未有专用 skill 的平台 API(如 Slack、Discord、Zoom、Google Sheets 等)
前置条件
- 安装插件:
openclaw plugins install openclaw-morphixai - 获取 API Key: 访问 morphix.app/api-keys 生成
mk_xxxxxx密钥 - 配置环境变量:
export MORPHIXAI_API_KEY="mk_your_key_here" - 链接账号: 访问 morphix.app/connections 管理账号,或使用下方
mx_link: connect操作
工具选择规则
用户请求操作某个平台
├── 有专用 skill? → 使用专用 skill(见下方列表)
├── 账号未链接? → mx_link: connect 引导授权
└── 无专用 skill? → mx_link: proxy 兜底代理调用
核心能力
- 账号管理 — 查看已链接账号、引导用户链接新账号
- API 代理 — 通过已链接账号安全调用第三方 API(仅用于无专用工具的平台)
- 统一入口 — 支持 40+ 第三方平台,无需各自配置
支持的平台
| 类别 | 平台 | app 标识 |
|---|---|---|
| 开发工具 | GitHub | github |
| GitLab | gitlab |
|
| Jira | jira |
|
| Linear | linear |
|
| 邮箱 | Gmail | gmail |
| Outlook | outlook |
|
| 即时通讯 | Slack | slack |
| Discord | discord |
|
| 文档协作 | Notion | notion |
| Google Sheets | google_sheets |
|
| Confluence | confluence |
|
| 设计 | Figma | figma |
| 日历 | Google Calendar | google_calendar |
| Zoom | zoom |
|
| 其他 | HubSpot | hubspot |
| Trello | trello |
|
| Asana | asana |
完整列表可通过
mx_link的list_appsaction 获取。
使用流程
1. 检查已链接账号
使用 mx_link 工具:
action: list_accounts
app_name: "github" (可选,筛选特定平台)
2. 引导用户链接新账号
如果用户需要的平台尚未链接:
使用 mx_link 工具:
action: connect
app: "github" (必须指定目标应用)
返回一个 OAuth 授权链接,发送给用户在浏览器中完成授权。链接有效期 4 小时。
重要:
app参数必须提供。 后端返回的链接格式为:https://pipedream.com/_static/connect.html?token=ctok_xxx&connectLink=true该链接如果缺少
app参数则无法访问。当传入app参数后,生成的链接会包含&app=<app_name>,例如:https://pipedream.com/_static/connect.html?token=ctok_xxx&connectLink=true&app=gitlab只有带
app参数的链接才能正常打开授权页面。
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 · 241 lines · 43 tokens per session scan A 87cce43c4fd8
office-link is a skill published in the GitHub repository Morphicai/openclaw-morphixai (0 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 2,587 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…