By yuque
Integrate AI with your personal Yuque knowledge base to capture daily ideas into thematic notes, refine rough drafts into structured documents, generate summaries and reading digests, search with natural language queries, detect stale content for maintenance, extract personal writing styles, discover document connections, and manage via API.
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-personalCollect fleeting ideas and thoughts throughout the day, then periodically organize them into structured thematic notes in your Yuque knowledge base. For personal/individual use.
Analyze documents in your Yuque knowledge base, discover hidden connections between them (similar topics, complementary content), and suggest cross-reference links to build a knowledge network. For personal/individual use.
Polish rough notes into high-quality documents — add structure, improve expression, and enhance formatting while preserving the original meaning. For personal/individual use.
Extract core insights, golden quotes, and action items from articles, then generate structured reading notes and save them to a specified Yuque knowledge base. For personal/individual use.
Search your personal Yuque knowledge bases with natural language queries and provide summarized answers with key points and source links. For personal/individual use — searches across your own documents.
Generate summaries of any Yuque document or knowledge base at different granularity levels — one-liner, key points, or detailed summary. For personal/individual use.
Scan a Yuque knowledge base to find stale or potentially outdated documents, analyze their relevance, and generate a maintenance report with update or archive recommendations. For personal/individual use.
Analyze a user's writing style from their Yuque documents — vocabulary habits, sentence patterns, tone characteristics — and generate a style profile that can be used to maintain consistent voice when writing new content. For personal/individual use.
中文 | English | 🤖 Agent Install
The unified home for everything in the Yuque AI ecosystem — website, plugins, skills, and shared resources.
📖 语雀 + AI:从文档工具到你的第二大脑 — 了解语雀 AI 生态的完整愿景
This is a Stripe-style monorepo: one core SDK (yuque-mcp-server) + one ecosystem repository (this repo) containing all client integrations.
| Repository | Purpose | Stripe Analogy |
|---|---|---|
| yuque-mcp-server | Core MCP Server (npm package) | stripe-node (SDK) |
| yuque-ecosystem (this repo) | Website + All Client Plugins + Skills | stripe-examples + docs |
yuque-ecosystem/
├── website/ # Official website (GitHub Pages)
├── plugins/
│ ├── claude-code/ # Claude Code Plugin (Marketplace)
│ │ ├── personal/ # Personal edition — 16 Tools + 8 Skills
│ │ └── group/ # Team edition — 16 Tools + 6 Skills
│ ├── opencode/ # OpenCode Plugin (MCP + Skills)
│ │ ├── personal/ # Personal edition — 16 Tools + 8 Skills
│ │ └── group/ # Team edition — 16 Tools + 6 Skills
│ └── openclaw/ # OpenClaw Plugin (Agent Skills)
├── shared/
│ └── mcp-config/ # MCP config templates for various editors
├── .claude-plugin/ # Claude Code Marketplace entry
└── package.json # npm workspaces root
# Option 1: Install via Marketplace
claude plugin marketplace add yuque/yuque-ecosystem
# Option 2: Add MCP Server directly
claude mcp add yuque-mcp -- npx -y yuque-mcp --token=YOUR_TOKEN
Add to your opencode.json:
{
"mcp": {
"yuque": {
"type": "local",
"command": ["npx", "-y", "yuque-mcp", "--token=YOUR_TOKEN"]
}
}
}
See plugins/opencode/ for skills installation and full setup guide.
See shared/mcp-config/ for configuration templates for Cursor, Windsurf, GitHub Copilot (VS Code), and more.
| Module | Description | Link |
|---|---|---|
| 🌐 Website | Official ecosystem website | website/ |
| 🔌 Claude Code Plugin | Claude Code Marketplace plugin | plugins/claude-code/ |
| 🟢 OpenCode Plugin | OpenCode MCP + Skills integration | plugins/opencode/ |
| 🤖 OpenClaw Plugin | OpenClaw Agent integration | plugins/openclaw/ |
| 📋 MCP Config | Editor configuration templates | shared/mcp-config/ |
# Website development
cd website
npm install
npm run dev
# OpenClaw Plugin development
cd plugins/openclaw
npm install
npm run build
MIT © Yuque
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
语雀个人版 — 个人知识库 AI 集成,25 MCP Tools + 8 Skills
LLM-maintained personal wiki. Claude actively ingests, synthesizes, and cross-links knowledge across all your projects. Based on Karpathy's LLM Wiki pattern.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer