← 返回 Skills 市场
Youdao Note Web
作者
Wendy199804
· GitHub ↗
· v1.0.0
· MIT-0
275
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youdaonote-web
功能描述
安全地操作用户的有道云笔记,支持读取、搜索、创建笔记。当用户要求操作有道云笔记时调用。
安全使用建议
This skill appears to do exactly what it claims: talk to note.youdao.com using your browser session cookie. Before installing, consider: (1) YOUDAO_COOKIE contains sensitive session tokens — never paste it into chat and prefer storing it as a user-scoped environment variable; (2) the skill can read entire folders and will by design produce aggregated analyses, so only allow it to access folders you want processed and require explicit confirmation before bulk-reading; (3) run the Python script in a trusted environment after reviewing the youdao_api.py file yourself; (4) if you suspect the cookie has been exposed, log out of Youdao and rotate your session (re-login) to invalidate old cookies. If you want stricter control, modify the workflow so the agent asks the user to approve each note or batch before analysis.
功能分析
Type: OpenClaw Skill
Name: youdaonote-web
Version: 1.0.0
The youdaonote-web skill is a functional API wrapper for Youdao Note, allowing an AI agent to list, search, read, and create notes. It correctly handles authentication via a user-provided session cookie stored in the `YOUDAO_COOKIE` environment variable and communicates exclusively with the official `note.youdao.com` domain. The Python script `youdao_api.py` includes logic for decompressing Brotli-encoded responses and parsing Youdao's internal note formats, while the `SKILL.md` provides clear operational guidelines without any evidence of malicious intent or prompt injection attacks.
能力评估
Purpose & Capability
Name/description say it will read, search, list, and create Youdao notes. The package contains a Python script that calls note.youdao.com endpoints and asks for the browser Cookie via YOUDAO_COOKIE — this is expected and proportional.
Instruction Scope
SKILL.md explicitly requires the full browser Cookie in an environment variable (not in chat) and instructs the agent to perform searches, list directories, read single notes, or read all notes in a folder then produce an analysis report. Reading and analyzing an entire folder is within the skill's purpose but grants the agent broad access to potentially large/private data; consider requiring explicit user confirmation before bulk-read/analysis.
Install Mechanism
There is no install spec that downloads arbitrary code; included files are a Python script and a requirements.txt (requests, brotli). This is low risk and consistent with running the script locally after installing standard Python packages.
Credentials
The only required secret is the full Youdao browser cookie via YOUDAO_COOKIE. The code extracts specific session cookies (YNOTE_CSTK, YNOTE_LOGIN, YNOTE_SESS) which are necessary for web-authenticated calls — asking for the cookie is proportionate but sensitive.
Persistence & Privilege
Skill is not always-on and does not request elevated platform privileges. It does not modify other skills or system-wide settings and relies on runtime environment variable for auth.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youdaonote-web - 安装完成后,直接呼叫该 Skill 的名称或使用
/youdaonote-web触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Youdao Note skill:
- Securely manage Youdao Note files: listing directories, searching, reading, and creating notes.
- All authentication handled via the `YOUDAO_COOKIE` environment variable; no credentials in code or chat.
- Step-by-step workflow for automated note retrieval and structured analysis based on user commands.
- Detailed usage instructions and environment variable setup guide included.
- Strict safety guidelines to protect user credentials.
元数据
常见问题
Youdao Note Web 是什么?
安全地操作用户的有道云笔记,支持读取、搜索、创建笔记。当用户要求操作有道云笔记时调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Youdao Note Web?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youdaonote-web」即可一键安装,无需额外配置。
Youdao Note Web 是免费的吗?
是的,Youdao Note Web 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Youdao Note Web 支持哪些平台?
Youdao Note Web 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youdao Note Web?
由 Wendy199804(@wendy199804)开发并维护,当前版本 v1.0.0。
推荐 Skills