← 返回 Skills 市场
352
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install yuque
功能描述
Manage Yuque (语雀) knowledge base documents and repositories. Use when users need to interact with Yuque for document operations including reading documents,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yuque - 安装完成后,直接呼叫该 Skill 的名称或使用
/yuque触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with basic CRUD operations
元数据
常见问题
Yuque 是什么?
Manage Yuque (语雀) knowledge base documents and repositories. Use when users need to interact with Yuque for document operations including reading documents,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Yuque?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yuque」即可一键安装,无需额外配置。
Yuque 是免费的吗?
是的,Yuque 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Yuque 支持哪些平台?
Yuque 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yuque?
由 a6590072(@a6590072)开发并维护,当前版本 v1.0.0。
推荐 Skills