By yuque
Automate Yuque team knowledge base workflows with AI skills: generate monthly/weekly activity reports, structured meeting notes, onboarding guides from repos, smart natural language searches with summaries, and technical design docs—all saved directly to group knowledge bases via MCP tools.
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-groupGenerate comprehensive monthly knowledge management reports by analyzing team Yuque activity data including group stats, member contributions, knowledge base health, and document trends. For team use — requires team Token with statistic:read permission.
Format meeting content into structured meeting notes and archive them to a group Yuque knowledge base. For group use — saves to team/group repos. Requires group Token.
Automatically compile a team's core Yuque documents into a structured onboarding reading guide for new group members. For group use — scans group knowledge bases and generates a prioritized reading plan. Requires group Token.
Search group Yuque knowledge bases with natural language queries and provide summarized answers with key points and source links. For group use — searches within team/group repositories. Requires group Token.
Generate technical design documents using a standard template and save them to a group Yuque knowledge base. For group use — stores designs in group repos with review workflow. Requires group Token.
Generate group weekly reports from Yuque activity data including document stats and member contributions. For group use — aggregates team-wide documentation activity. Requires group Token with statistic:read permission.
中文 | 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 + 6 Skills
AI-powered knowledge base management - Capture conversation learnings, maintain topic-specific KB files, Obsidian-compatible knowledge graph, structured dynamic context loading, and institutional knowledge in CLAUDE.md
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Bootstrap a wiki-first knowledge system into any project.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer