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.
Collect 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.
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
中文 | 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
语雀团队版 — 团队知识库 AI 集成,16 MCP Tools + 6 Skills
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-personal语雀团队版 — 团队知识库 AI 集成,16 MCP Tools + 6 Skills
LLM-maintained personal wiki. Claude actively ingests, synthesizes, and cross-links knowledge across all your projects. Based on Karpathy's LLM Wiki pattern.
Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context
wiki.yowu.dev 지식 관리 플러그인. WikiJS MCP를 통한 검색, 생성, 수정, 삭제 + 자동 분류/관련 문서 링킹.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer