⚠️ This repository has been archived. All skills have been consolidated into yuque/yuque-plugin. Please use that repository for the latest skills and updates.
Agent Skills for Yuque (语雀) — give AI assistants the ability to work with your Yuque knowledge base.
- yuque-mcp server connected to your Yuque account
Yuque Skills are split into Personal and Team scenarios, each requiring a different Token:
| Token Type | Scope | Use Case |
|---|---|---|
| Personal Token | Your own knowledge bases | Search, write, and manage your personal docs |
| Team Token | Team/group knowledge bases | Access team repos, member stats, group analytics. Requires group-level permissions. |
💡 Personal skills only need a personal Token. Team skills require a team Token with appropriate permissions (e.g.,
statistic:readfor reports).
For individual use — works with your personal Yuque knowledge bases.
| Skill | Description |
|---|---|
| personal-search | Search your personal Yuque docs with natural language and get summarized answers |
| personal-meeting-notes | Format and archive meeting notes to your personal Yuque |
| personal-weekly | Generate personal weekly reports from your documentation activity |
| personal-tech-design | Write technical design docs and save to your personal repo |
For team use — works with team/group Yuque knowledge bases. Requires team Token.
| Skill | Description |
|---|---|
| group-search | Search team Yuque docs with natural language and get summarized answers |
| group-meeting-notes | Format and archive meeting notes to team Yuque |
| group-weekly | Generate team weekly reports from Yuque activity data and member contributions |
| group-tech-design | Write technical design docs and save to team repo with review workflow |
| group-onboarding | Generate onboarding reading guides for new team members |
| group-knowledge-report | Generate monthly knowledge management reports with team analytics |
Each skill is a standalone folder with a SKILL.md file.
# Download a single skill
curl -sL https://raw.githubusercontent.com/yuque/yuque-skills/main/skills/personal-search/SKILL.md \
-o .claude/skills/personal-search.mdcurl -sL https://raw.githubusercontent.com/yuque/yuque-skills/main/skills/personal-search/SKILL.md \
-o .cursor/skills/personal-search.md# Clone and copy the skill you need
git clone https://github.com/yuque/yuque-skills.git
cp -r yuque-skills/skills/personal-search /path/to/your/skills/Replace personal-search with any skill name from the tables above.
- Yuque AI Ecosystem — Website
- yuque-mcp — MCP server for Yuque
Apache-2.0