← 返回 Skills 市场
lephix

YoudaoNote

作者 lephix · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ 安全检测通过
507
总下载
2
收藏
12
当前安装
8
版本数
在 OpenClaw 中安装
/install youdaonote
功能描述
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
安全使用建议
This skill appears to be a straightforward CLI wrapper and is coherent with its description, but before installing or using it you should: (1) ensure the youdaonote binary is the official one (download/install only from the vendor URL shown or your own trusted source), and avoid blindly piping remote scripts to bash — download and inspect install.sh first if unsure; (2) expect to provide your Youdao API Key interactively (the skill will call `youdaonote config set apiKey <key>`), and confirm you trust the official API site (https://mopen.163.com) before supplying credentials; (3) note the agent will stage note content to temporary files (e.g., /tmp/note-content.md) when saving notes — if that is a privacy concern, review or clear those files locally; (4) the agent will call the youdaonote CLI to read/write your notes, so ensure you are comfortable with that CLI's permissions and behavior. If you need higher assurance, verify the CLI installer and binary checksums from the vendor or install the CLI manually and confirm `youdaonote version` before using the skill.
功能分析
Type: OpenClaw Skill Name: youdaonote Version: 1.0.7 The skill is a legitimate integration for the Youdao Note CLI, providing standard CRUD operations for notes and tasks. It includes explicit safety instructions for the AI agent, such as requiring manual user intervention for CLI installation and API key configuration, and specifically forbids the agent from making unauthorized system changes. All referenced URLs (e.g., artifact.lx.netease.com, mopen.163.com) are official Netease/Youdao domains, and no evidence of data exfiltration or malicious intent was found in the SKILL.md or _meta.json files.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name, description, and requirements align: the skill is an instruction-only wrapper around the youdaonote CLI and correctly declares the youdaonote binary as required. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent to use the youdaonote CLI, to prompt the user for an API key when needed, to write content to a temporary file (e.g., /tmp/note-content.md) before calling the CLI, and to avoid auto-installing software. It does not instruct the agent to read unrelated system files or exfiltrate data to unexpected endpoints. The guidance to always confirm Markdown saving mode and to prefer contentFile to avoid JSON escaping is explicit and scoped to the task.
Install Mechanism
This is instruction-only (no install spec). The SKILL.md points users to an official install URL (https://artifact.lx.netease.com/download/youdaonote-cli/install.sh) and explicitly forbids the agent from auto-running remote installers. The install host is a vendor-specific domain rather than a large public mirror; this is reasonable for a vendor-provided installer but users should verify the URL if they have concerns.
Credentials
The skill requests no environment variables or stored credentials in metadata. It does require the user to supply an API key interactively (via the CLI's config set command) when necessary, which is proportional to the claimed functionality. Temporary filesystem usage (/tmp) is used only for content staging.
Persistence & Privilege
The skill is not forced-always or otherwise privileged; it does not request persistent system changes and explicitly forbids the agent from performing installations or modifying shell startup files. Autonomous invocation is allowed (platform default) but not combined with other high-risk behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youdaonote
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youdaonote 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- 最低 CLI 版本要求提升至 1.2.3,需确保 CLI 满足新需求。 - 新增 youdaonote upgrade 命令说明,支持直接通过 CLI 升级。 - 前置检查流程完善:若 CLI 版本不足,优先提示使用 upgrade 命令升级,否则参考官方安装指引。 - 命令速查区域增加了 upgrade(CLI 升级)相关说明。 - CLI 安装和升级失败时,补充了 Windows 专用安装指引链接。
v1.0.6
- 增加 mkdir 命令支持,可创建文件夹。 - 推荐用 contentFile 字段传递 Markdown 内容,避免 JSON 转义问题(覆盖保存/新建笔记命令说明)。 - minCliVersion 更新为 1.3.0,要求更高版本 CLI。 - description 补充,不建议用于搭建 Wiki,推荐 youdaonote-llm-wiki Skill。 - 文档加入对 contentFile/Write 工具配合的操作说明与示例。 - 其他命令示例与部分说明细节同步更新。
v1.0.5
- 新增 homepage、author 和 metadata 字段,完善 skill 元数据。 - 明确 Windows 平台 CLI 安装流程需用户手动操作,不再由 Agent 自动执行下载、解压及环境变量配置。 - 增加安装脚本先下载后审查的安全指引示例,鼓励用户核查脚本安全性。 - 调整 skill 描述文本,“AI 工具”更名为“skill”,标准化表述。 - 版本号升级到 1.0.5。
v1.0.4
- 说明与描述文本优化,明确 Skill 官方身份及使用场景 - Windows 安装流程细化,新增对自动安装/不同架构包的说明及重试策略 - 用户体验相关指引更新,强调自动完成安装及错误处理建议 - 其他文本与举例细节调整,无命令行为改变
v1.0.3
- 支持通过 save 命令的 parentId 字段指定笔记的保存目录,提升笔记归档能力 - 明确禁止使用 folderId 字段,强调仅允许 parentId 用于目录指定 - 示例和命令说明同步补充 parentId 说明,避免使用错误字段 - 其他说明文案细节优化,无功能变动
v1.0.2
- 安全策略调整:安装 youdaonote-cli 需用户手动执行官方命令,Agent 不再自动安装或修改系统。 - CLI 未安装时,仅提供官方安装命令和说明,待用户确认已安装后方可继续处理请求。 - 强化操作边界说明,明确 Agent 不执行系统变更或写入 shell 配置文件。 - 相关文案和流程指引同步更新,提升用户操作透明度与安全性。
v1.0.1
降低风控误报:安装改为确认后执行
v1.0.0
YoudaoNote 1.0.0 released — 全能有道云笔记 CLI 助手 - 支持通过命令行管理有道云笔记,包括笔记(创建、保存、更新、重命名、移动、删除、搜索、读取)、待办事项(列表、创建、更新、删除、分组)、网页剪藏等全场景操作 - 区分 Markdown/纯文本保存方式,自动提示并引导用户选择合适格式,保障格式完整性 - 所有命令支持 --json 结构化输出,大内容支持文件参数,便于自动化处理 - 自动检测 CLI 环境及 API Key,缺失时引导自动化安装和配置 - 完备的命令速查表和详细使用说明,便于快速查询与上手
元数据
Slug youdaonote
版本 1.0.7
许可证 MIT-0
累计安装 13
当前安装数 12
历史版本数 8
常见问题

YoudaoNote 是什么?

有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 507 次。

如何安装 YoudaoNote?

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

YoudaoNote 是免费的吗?

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

YoudaoNote 支持哪些平台?

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

谁开发了 YoudaoNote?

由 lephix(@lephix)开发并维护,当前版本 v1.0.7。

💬 留言讨论