Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

yuque/yuque-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository has been archived. All skills have been consolidated into yuque/yuque-plugin. Please use that repository for the latest skills and updates.


Yuque Skills

Agent Skills for Yuque (语雀) — give AI assistants the ability to work with your Yuque knowledge base.

中文文档

Prerequisites

  • yuque-mcp server connected to your Yuque account

Token Types

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:read for reports).

Skills

🧑 Personal Skills

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

👥 Team Skills

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

Install

Each skill is a standalone folder with a SKILL.md file.

Claude Code

# Download a single skill
curl -sL https://raw.githubusercontent.com/yuque/yuque-skills/main/skills/personal-search/SKILL.md \
  -o .claude/skills/personal-search.md

Cursor

curl -sL https://raw.githubusercontent.com/yuque/yuque-skills/main/skills/personal-search/SKILL.md \
  -o .cursor/skills/personal-search.md

Other tools

# 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.

Related

License

Apache-2.0

About

Agent Skills for Yuque (语雀) — 让 AI 助手更好地使用语雀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors