allbeingsfuture/skills@yuque-skills

Manage Yuque documents via API search, CRUD, publishing, export, and sync.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-yuque-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: allbeingsfuture/skills@yuque-skills
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/yuque-skills
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-yuque-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes friction from managing documentation in Yuque by providing API-driven search, document CRUD, publishing, export and synchronization so teams can maintain a single source of truth without manual copy-and-paste.

Core Features & Use Cases

  • Document search and retrieval: perform scoped searches across user and team repos and fetch full document content in markdown or HTML.
  • Document CRUD and publishing: create, update, publish, draft and delete Yuque documents programmatically.
  • Repository and collaborator management: list and create knowledge bases, manage TOC and add collaborators for team workflows.
  • Report generation and publishing: assemble weekly/monthly reports in markdown and publish them to a target repo.
  • Sync and export: sync local Markdown directories to Yuque and export repos to local markdown files with optional HTML-to-text conversion.
  • Use case: generate a weekly team report from task summaries, publish it to a team knowledge base, and return the published document link.

Quick Start

Use the Yuque skill to search for "project guidelines" across your team repositories and return the top matches with titles, last updated timestamps, and direct links.

Frequently Asked Questions about allbeingsfuture/skills@yuque-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Yuque document search and creation via API?

Automate Yuque document workflows by using REST API operations like GET, POST, PUT, and DELETE to search, create, update, and publish documents programmatically. You can scope searches across user and team repositories and return full content in markdown or HTML.

Can I sync local Markdown files to a Yuque knowledge base?

Yes, you can sync local Markdown directories to Yuque. The skill supports exporting Yuque repositories to local markdown files and includes an optional HTML-to-Markdown conversion feature to ensure your local files remain properly formatted.

What do I need to manage team repositories and collaborators in Yuque programmatically?

To manage team repositories and collaborators in Yuque, you need a valid YUQUE_TOKEN and your host endpoint. This allows you to list and create knowledge bases, manage the table of contents, and add collaborators for team workflows.

How does report generation and publishing work for Yuque team workspaces?

Report generation in Yuque involves assembling weekly or monthly summaries in markdown format and publishing them directly to a target repository. The skill returns the published document link, maintaining a single source of truth without manual copy-and-paste.

Does this approach support exporting Yuque documents with HTML to text conversion?

Yes, exporting Yuque repositories to local markdown files supports optional HTML-to-text conversion. This ensures that content fetched from Yuque via the API is cleanly converted into readable local markdown files.

Is there a way to manage document drafts and delete Yuque documents through an API?

Yes, the Yuque API supports complete document CRUD and publishing operations. You can programmatically create, update, publish, set documents as drafts, and delete them to automate your knowledge management lifecycle.