office-link

A connector for linking accounts from services such as GitHub, GitLab, Gmail, Outlook, Jira, and Slack, then calling their APIs through a MorphixAI proxy. An API is a way for software to request actions or data from another service.

In plain words
What is it for?
Linking accounts, viewing connected accounts, and calling APIs for services that do not have a dedicated integration. Dedicated integrations should be used when available.
Why use it?
It centralizes account linking and credential handling, so the agent does not need to manage each service’s access token directly.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/morphicai/openclaw-morphixai/mx-link
Any agent
npx skills add Morphicai/openclaw-morphixai --skill mx-link
Clone the repo
git clone --depth 1 https://github.com/Morphicai/openclaw-morphixai

Made for: Claude Code, Codex.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 2d ago against content hash 87cce43c4fd8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

packages/openclaw-plugin/skills/mx-link/SKILL.md · 241 lines

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.

通过 mx_link 工具,统一管理第三方平台的账号链接和 API 调用。Bot 不直接持有 OAuth token,所有请求通过 MorphixAI 服务端代理,自动管理凭据。

重要:优先使用已有的专用 skill。 对于已有专用 skill 的平台,必须优先使用对应 skill(如 jira-workflowgitlab-workflowoutlook-email 等)而非 mx_linkproxy。专用 skill 自动处理 URL 构建、认证、数据格式转换,更可靠且更简洁。mx_link 仅用于:

  1. 账号管理(查看/链接账号)
  2. 调用尚未有专用 skill 的平台 API(如 Slack、Discord、Zoom、Google Sheets 等)

前置条件

  1. 安装插件: openclaw plugins install openclaw-morphixai
  2. 获取 API Key: 访问 morphix.app/api-keys 生成 mk_xxxxxx 密钥
  3. 配置环境变量: export MORPHIXAI_API_KEY="mk_your_key_here"
  4. 链接账号: 访问 morphix.app/connections 管理账号,或使用下方 mx_link: connect 操作

工具选择规则

用户请求操作某个平台
  ├── 有专用 skill? → 使用专用 skill(见下方列表)
  ├── 账号未链接? → mx_link: connect 引导授权
  └── 无专用 skill? → mx_link: proxy 兜底代理调用

核心能力

  1. 账号管理 — 查看已链接账号、引导用户链接新账号
  2. API 代理 — 通过已链接账号安全调用第三方 API(仅用于无专用工具的平台)
  3. 统一入口 — 支持 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_linklist_apps action 获取。

使用流程

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 参数的链接才能正常打开授权页面。

Read the full file on GitHub · 241 lines

Changes

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.

  1. 2d ago First seen · 241 lines · 43 tokens per session scan A 87cce43c4fd8

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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.

obra/superpowers · 37 tokens

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.

microsoft/vscode · 62 tokens

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.

microsoft/vscode · 51 tokens

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.

microsoft/vscode · 53 tokens

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…

microsoft/vscode · 71 tokens