mubu-integration

mubu-integration is a skill for Claude Code, Codex from liuboacean/mubu-integration. It costs 75 tokens per session (6,058 once invoked), scanned A, original, MIT.

An integration between Mubu, a Chinese outline and mind-map service, and Obsidian, a local Markdown note-taking app. It can transfer, synchronize, search, and export notes between them.

In plain words
What is it for?
Use it to import Mubu outlines into Obsidian, send Markdown notes to Mubu, or search and export Mubu documents.
Why use it?
It reduces repeated copying between the two note systems and makes their content available through one workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to import Mubu outlines into Obsidian, send Markdown notes to Mubu, or search and export Mubu documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liuboacean/mubu-integration/mubu-integration
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.

Any agent
npx skills add liuboacean/mubu-integration --skill mubu-integration
Clone the repo
git clone --depth 1 https://github.com/liuboacean/mubu-integration

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mubu-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/liuboacean/mubu-integration/mubu-integration/github.svg)](https://agentmods.dev/skills/liuboacean/mubu-integration/mubu-integration)
Your own site
<a href="https://agentmods.dev/skills/liuboacean/mubu-integration/mubu-integration"><img src="https://agentmods.dev/badge/skills/liuboacean/mubu-integration/mubu-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mubu-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/liuboacean/mubu-integration/mubu-integration"><img src="https://agentmods.dev/badge/skills/liuboacean/mubu-integration/mubu-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,058 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00075 $0.06058
Opus 5 $0.00037 $0.03029
Sonnet 5 $0.00015 $0.01212
Haiku 4.5 $0.00007 $0.00606

Measured 11d ago against content hash 989beda96433, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mubu-integration 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 11d 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.

SKILL.md · 437 lines

How it starts

The opening of the file, as written. The whole thing — 437 lines — stays where its author put it; the contents beside it link to each section on GitHub.

幕布集成 Skill

幕布(mubu.com)是一款极简大纲工具,支持将大纲一键转为思维导图。本 Skill 提供 API 集成能力。

权限与安全边界

本 Skill 以你的幕布账号身份操作远程真实内容,使用前请知悉其权限边界:

  • 读取:仅读取环境变量 MUBU_PHONE / MUBU_PASSWORD / MUBU_MEMBER_ID(环境变量未设置时,才由仓库外的 ~/.workbuddy/.env.mubu 补全;MUBU_MEMBER_ID 即幕布 colla 成员 ID,仅 save 写回需要。该值任何 API 都不返回,无法自动获取,必须手动设置 MUBU_MEMBER_ID 或提前写入 token 缓存的 member_id)。
  • 写入:仅在本地写入 Token 缓存文件 ~/.mubu_token(权限 0o600 + 跨进程 fcntl 锁),不写入其它文件。
  • 网络:仅访问 api2.mubu.com(base URL 可由 MUBU_BASE_URL 覆盖,但仅限 mubu.com 家族域名,防 MITM),无第三方服务、无遥测、无数据外发
  • 写操作需确认:真实会改动幕布内容的写操作为 create(新建)、rename_folder(重命名文件夹)、save(保存文档,端点 /colla/events,需 member_id)、move(移动,端点 /list/custom/drag)、rename_doc(文档重命名,端点 /list/rename_doc)、purge(彻底删除,唯一真实调用服务端删除,不可逆);delete 现为软删除(仅标记进本地回收站,云端副本仍在)。save / move / rename_doc 已在 v1.3.9 经真机验证可用。所有真实写操作均需显式传 --yes 才执行,否则中止并提示。
  • 信任边界:Skill 不读取你的其它本地文件、不执行与幕布无关的 shell 命令;它只做「登录 → 读写你的幕布文档」这一件事。

功能概览

功能 接口 说明
用户登录 POST /user/phone_login 手机号密码登录获取 Token
Token 刷新 自动处理 access_token 2小时过期,临近过期自动重新登录(重登仅重试 1 次,杜绝死循环)
创建文件夹 POST /list/create_folder 在指定位置创建文件夹
创建文档 POST /list/create_doc 创建新的大纲文档
获取列表 POST /list/get 获取文件夹下的文档列表
获取文档 POST /document/edit/get 获取文档详细内容(真实端点;body 为 docId+password+isFromDocDir,返回 data.definition 为 JSON 字符串需二次解析)
更新文档 POST /colla/events 保存/更新文档内容(v1.3.9 起可用;colla 协同端点,events 承载 changeset;需 member_id,私人文档由 MUBU_MEMBER_ID 或 token 缓存提供)
删除文档 POST /list/delete_doc 删除文档(按类型区分端点)
删除文件夹 POST /list/delete_folder 删除文件夹(原 /list/delete 实测非法,已弃用)
移动文档 POST /list/custom/drag 移动文档/文件夹到其他位置(v1.3.9 起可用;body dst/src/folderId,已真机验证)
导出 Markdown 本地转换 将大纲结构转换为 Markdown

API 基础信息

  • Base URL: https://api2.mubu.com/v3/api
  • 认证方式: JWT Token,通过请求头 Jwt-Token 传递
  • Content-Type: application/json;charset=UTF-8

环境变量配置

在使用前,需要配置以下环境变量:

export MUBU_PHONE="your_phone_number"    # 幕布账号手机号
export MUBU_PASSWORD="your_password"      # 幕布账号密码
# 可选:幕布 colla 成员 ID(仅 save 写回需要;任何 API 都不暴露,必须手动设置,缺失时 save 会明确报错)
export MUBU_MEMBER_ID="your_collab_member_id"

Read the full file on GitHub · 437 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. 11d ago First seen · 437 lines · 75 tokens per session scan A 989beda96433

Subscribe to this mod's changes

mubu-integration is a skill published in the GitHub repository liuboacean/mubu-integration (15 stars, last pushed 8d ago), licensed MIT. It adds 75 tokens to every session and 6,058 once invoked, about $0.0004 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-08-30.