Mubu Integration banner
liuboacean liuboacean

Mubu Integration

AI community

Description

Mubu (幕布) outline CLI & AI Agent Skill — import/export Markdown with true round-trip fidelity, plus OPML/FreeMind export.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[English](README.md) | [中文](README.zh-CN.md)

![mubu-integration](assets/social-preview.png)

mubu-integration

Turn Mubu (幕布) into a Markdown-native, AI-agent-controllable outliner.

[![GitHub stars](https://img.shields.io/github/stars/liuboacean/mubu-integration?style=social)](https://github.com/liuboacean/mubu-integration/stargazers) [![GitHub forks](https://img.shields.io/github/forks/liuboacean/mubu-integration?style=social)](https://github.com/liuboacean/mubu-integration/network/members) [![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://img.shields.io/github/actions/workflow/status/liuboacean/mubu-integration/test.yml?branch=main)](https://github.com/liuboacean/mubu-integration/actions/workflows/test.yml)

Manage your Mubu (幕布) outlines from the command line — **and as an AI Agent Skill** — with lossless Markdown import/export round-trip.


✨ Try it in 3 commands (magic moment)

python3 scripts/mubu_api.py create "周会" --md examples/weekly.md    # Markdown outline → Mubu
python3 scripts/mubu_api.py get  --export markdown > out.md  # Mubu → Markdown
diff weekly.md out.md                                              # no output = byte-for-byte identical

![demo](assets/demo.gif)


🆚 Why mubu-integration?

Capability Manual copy Existing export-plugin scripts mubu-integration
Mubu → Markdown ⚠️ partial
Markdown → Mubu (only)
Round-trip fidelity (diff = no diff) (only)
Whole-tree batch / OPML / FreeMind ⚠️ some
Callable by an AI Agent (only)
Scriptable from the command line ⚠️

💡 Use cases

**① Let your AI Agent read & write Mubu directly** — turn Mubu into your Agent's long-term, structured memory.

python3 scripts/mubu_api.py get  --export markdown > memory.md   # Agent pulls the l