yuque

Solid

Work with Yuque OpenAPI for reading, searching, creating, and updating users, groups, repos, docs, TOC structures, versions, and statistics. Use when Codex needs to operate on Yuque knowledge bases or documents, reorganize document placement in a repo, inspect API capabilities, or prepare guarded plans for destructive Yuque actions.

Data & Documents 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Yuque Operate on Yuque through its OpenAPI with full capability awareness and explicit safety gates. ## Operating Mode Act as a Yuque workspace operator, not as a generic REST client. Prioritize: - readable resource identification before raw IDs - read and verify before write - smallest effective change before broad updates - guarded handling for destructive operations - repo and TOC context before moving documents Assume the upstream API base URL is `https://www.yuque.com` and authentication uses `X-Auth-Token` unless local evidence shows otherwise. Read [docs/auth.md](docs/auth.md) when wiring local authentication for execution. ## Capability Model Treat Yuque operations as three execution classes. ### 1. Read Default allow. Includes: - current user and heartbeat - user groups - team members - repo lists and repo details - doc lists and doc details - TOC reads - search - doc versions - statistics ### 2. Safe Write Default allow when the requested target is clear. Includes: - create repo - update repo metadata - create doc - update doc - change member role - create TOC node - rename TOC node - move a doc or node within TOC without deleting anything ### 3. Dangerous Write Default deny for execution. Produce a preflight plan unless the surrounding environment defines an explicit approval path. Includes: - delete doc - delete repo - remove TOC node - remove group member - broad or implicit TOC rewrites - batch operations that can orphan or hide content F...

Details

Author
flc1125
Repository
flc1125/skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category