openakita/skills@yuque-skills

Automate Yuque knowledge base and document management via API.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill openakita-skills-yuque-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openakita/skills@yuque-skills
Source: https://github.com/openakita/openakita/tree/main/skills/yuque-skills
Command: npx skills add https://github.com/openakita/openakita --skill openakita-skills-yuque-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, markdownify, beautifulsoup4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Yuque knowledge bases, documents, and team collaboration by providing API-driven automation for common tasks.

Core Features & Use Cases

  • Document Management: Create, read, update, and delete documents within Yuque knowledge bases.
  • Knowledge Base Operations: List, create, and manage knowledge bases and their structures (TOC).
  • Reporting: Generate and publish weekly or monthly reports directly to Yuque.
  • Collaboration: Manage team members and their roles within knowledge bases.
  • Synchronization: Sync local Markdown files to Yuque or export Yuque content locally.
  • Use Case: Automatically generate a weekly status report from project updates and publish it to the team's main knowledge base.

Quick Start

Use the yuque-skills to search for documents related to 'project planning'.

Frequently Asked Questions about openakita/skills@yuque-skills

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

FAQPage Schema
How do I automate document management for a Yuque knowledge base?

You can automate Yuque knowledge base document management by using API integration to perform CRUD operations on documents. This requires a Yuque API token and httpx to handle HTTP requests for creating, reading, updating, and deleting content.

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

Yes, you can synchronize local Markdown files to a Yuque knowledge base or export Yuque content locally. The API-driven automation handles content synchronization, ensuring your local documentation and Yuque knowledge base remain consistent.

Does this approach support generating and publishing weekly reports to Yuque?

Yes, generating and publishing weekly or monthly reports directly to Yuque is supported. You can automatically compile project updates into a report and publish it straight to your team's main knowledge base via the API.

What is needed to manage team collaboration and roles within Yuque knowledge bases?

To manage team collaboration and roles within Yuque knowledge bases, you need a Yuque API token for authentication. The automation then allows you to manage team members and their roles directly through API requests.

Are there limitations when managing Yuque knowledge base TOC structures via API?

Managing Yuque knowledge base TOC structures via API requires proper authentication with a Yuque API token. While you can list, create, and manage knowledge bases and their structures, all operations are bound by the permissions and rate limits associated with your specific API token.

What is the best way to search for specific documents within a Yuque knowledge base?

The best way to search for specific documents within a Yuque knowledge base is through API integration. Using your Yuque API token, you can programmatically query and retrieve documents matching specific keywords like 'project planning' without manual browsing.