← Back to Skills Marketplace
a6590072

Yuque

by a6590072 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
352
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install yuque
Description
Manage Yuque (语雀) knowledge base documents and repositories. Use when users need to interact with Yuque for document operations including reading documents,...
Usage Guidance
This skill appears to implement a straightforward Yuque API client, but there are coherence issues you should resolve before installing: - Provide a YUQUE_TOKEN: the CLI and SKILL.md require YUQUE_TOKEN, but the registry metadata omitted it. Treat YUQUE_TOKEN as a secret and create a token with the minimum required scope. - Missing helper files: SKILL.md mentions scripts/parse_yuque.py, scripts/search_yuque.py and references/examples.md that are not included. Ask the publisher for the missing files or remove references before relying on those workflows. - Review the included script: scripts/yuque_cli.py uses only the Python standard library and calls only https://www.yuque.com/api/v2. Confirm there are no hardcoded alternate endpoints if you need greater assurance. - If you do not trust the publisher or cannot obtain the missing files, avoid supplying your Yuque token. Consider requesting updated metadata that correctly lists required environment variables (primaryEnv = YUQUE_TOKEN) and a complete file manifest. I have medium confidence in this assessment because the code visible is benign and coherent with the stated purpose, but the metadata/instruction mismatches and missing helper scripts create ambiguity that should be clarified before use.
Capability Analysis
Type: OpenClaw Skill Name: yuque Version: 1.0.0 The Yuque skill bundle provides a standard integration for managing knowledge base documents via the official Yuque Open API. The core logic in `scripts/yuque_cli.py` uses the `YUQUE_TOKEN` environment variable for authentication and communicates exclusively with `https://www.yuque.com/api/v2`. No evidence of data exfiltration, malicious execution, or prompt injection was found; the missing helper scripts mentioned in `SKILL.md` appear to be documentation inconsistencies rather than indicators of malice.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: the skill is a Yuque API client for reading, listing, creating and updating docs. However the registry metadata lists no required environment variables or primary credential while both SKILL.md and the included CLI require a YUQUE_TOKEN environment variable. That mismatch is an incoherence (the token is expected for the stated purpose).
Instruction Scope
SKILL.md instructs only to call Yuque API endpoints (X-Auth-Token header) and to use helper scripts. The included scripts/yuque_cli.py performs only Yuque API calls to https://www.yuque.com/api/v2 and reads YUQUE_TOKEN. But SKILL.md references scripts (scripts/parse_yuque.py, scripts/search_yuque.py) and references/examples.md that are not present in the file manifest — instructions point to files that are missing, which is an inconsistency to resolve before use.
Install Mechanism
There is no install spec (instruction-only with a small Python script). Nothing is downloaded or extracted from external URLs; the CLI uses only the Python standard library. This is low-install risk.
Credentials
The skill requires a Yuque API token (YUQUE_TOKEN) according to SKILL.md and the CLI, but the registry metadata did not declare any required env vars or a primary credential. A secret token is necessary and appropriate for the stated functionality, but the omission in metadata is a red flag: it may cause unexpected behavior or confusion about what will be accessed. No other credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It is user-invocable and can run autonomously (platform default). No code modifies other skills or system config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yuque
  3. After installation, invoke the skill by name or use /yuque
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with basic CRUD operations
Metadata
Slug yuque
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Yuque?

Manage Yuque (语雀) knowledge base documents and repositories. Use when users need to interact with Yuque for document operations including reading documents,... It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.

How do I install Yuque?

Run "/install yuque" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yuque free?

Yes, Yuque is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Yuque support?

Yuque is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yuque?

It is built and maintained by a6590072 (@a6590072); the current version is v1.0.0.

💬 Comments