← 返回 Skills 市场
huangcheng

YoudaoNote

作者 Cheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
371
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install youdao-note
功能描述
Use when the user wants to interact with YoudaoNote (有道云笔记) — listing, reading, creating, searching notes, clipping web pages, or saving Markdown/mindmap not...
安全使用建议
This skill appears to be a genuine usage guide for a YoudaoNote CLI, but the SKILL.md tells you to run a remote install script (curl | bash). That action will execute code from a remote server on your machine — treat it as risky unless you trust the source. Before installing: (1) verify the installer URL belongs to the official vendor (artifact.lx.netease.com appears related to NetEase but confirm official documentation), (2) fetch the script first (curl … -o install.sh) and review its contents and any checksums/signatures instead of piping to bash, (3) prefer installing from a trusted package manager or signed release when available, (4) run the installer in a sandbox/VM if possible, and (5) verify where the CLI stores your API key and what network calls it makes. If you cannot verify the installer's provenance or inspect it safely, avoid running the script.
功能分析
Type: OpenClaw Skill Name: youdao-note Version: 1.0.0 The skill bundle provides instructions and documentation for a command-line interface to interact with YoudaoNote (a legitimate service by NetEase). While it includes a 'curl | bash' installation pattern in SKILL.md, the source domain (artifact.lx.netease.com) and the API configuration endpoint (mopen.163.com) are official NetEase properties. The tool's capabilities—listing, reading, and creating notes—are consistent with its stated purpose and show no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name, description, and SKILL.md all consistently describe using a youdaonote CLI to list, read, create, search, clip, and save notes. Required capabilities described (API key configuration) match the stated purpose; no unrelated service credentials or binaries are requested.
Instruction Scope
Instructions are narrowly scoped to installing and using a youdaonote CLI and configuring an API key. However, the SKILL.md explicitly directs running a remote installer via `curl -fsSL https://artifact.lx.netease.com/download/youdaonote-cli/install.sh | bash`, which grants the remote script authority to write/execute on the host — an out-of-band action beyond the skill’s pure instruction scope and worth caution.
Install Mechanism
There is no registry install spec, but the README instructs piping a shell install script from artifact.lx.netease.com into bash. This is a high-risk pattern: it downloads and executes arbitrary remote code. The URL is not a well-known packaged-release host (e.g., GitHub release or major package manager) in the skill metadata, and the registry listing provides no checksums or signatures to verify the installer.
Credentials
The skill declares no required env vars or credentials. The SKILL.md asks the user to set an API key in the CLI (youdaonote config set apiKey), which is proportional to a note-syncing CLI. There are no requests for unrelated secrets or system-level credentials.
Persistence & Privilege
The skill is instruction-only, does not request always:true, and does not modify other skills or declare config path access. It does rely on installing a third-party CLI which may persist on disk — that persistence is due to the installer (see install_mechanism concern), not the skill metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youdao-note
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youdao-note 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the youdao-note skill. - Enables command-line operations for YoudaoNote, including listing, reading, creating, searching notes, and clipping web pages. - Supports saving notes in Markdown or as web clippings using JSON files. - Provides quick reference commands and common workflow examples. - Includes troubleshooting tips for setup and usage issues across platforms.
元数据
Slug youdao-note
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

YoudaoNote 是什么?

Use when the user wants to interact with YoudaoNote (有道云笔记) — listing, reading, creating, searching notes, clipping web pages, or saving Markdown/mindmap not... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。

如何安装 YoudaoNote?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youdao-note」即可一键安装,无需额外配置。

YoudaoNote 是免费的吗?

是的,YoudaoNote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YoudaoNote 支持哪些平台?

YoudaoNote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YoudaoNote?

由 Cheng(@huangcheng)开发并维护,当前版本 v1.0.0。

💬 留言讨论