Yuque Ecosystem banner
yuque yuque

Yuque Ecosystem

AI community

Description

Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀)

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

[中文](./README.md) | [English](./README.en.md) | [🤖 Agent Install](./AGENT-INSTALL.md)

Yuque AI Ecosystem — 语雀 AI 生态

The unified home for everything in the Yuque AI ecosystem — website, plugins, skills, and shared resources.

[![Website](https://img.shields.io/badge/Website-yuque.github.io-blue)](https://yuque.github.io/yuque-ecosystem/) [![npm](https://img.shields.io/npm/v/yuque-mcp)](https://www.npmjs.com/package/yuque-mcp)

📖 **[语雀 + AI:从文档工具到你的第二大脑](https://www.yuque.com/yuque/ai/yuque-ai-ecosystem-final)** — 了解语雀 AI 生态的完整愿景

Architecture

This is a **Stripe-style monorepo**: one core SDK ([yuque-mcp-server](https://github.com/yuque/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

Repository Structure

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

Quick Start

Claude Code

# Option 1: Install via Marketplace
claude plugin marketplace add yuque/yuque-ecosystem

# Option 2: Add MCP Server directly
claude mcp add