← Back to Skills Marketplace
Youdao Note Web
by
Wendy199804
· GitHub ↗
· v1.0.0
· MIT-0
275
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install youdaonote-web
Description
安全地操作用户的有道云笔记,支持读取、搜索、创建笔记。当用户要求操作有道云笔记时调用。
Usage Guidance
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.
Capability 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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youdaonote-web - After installation, invoke the skill by name or use
/youdaonote-web - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Youdao Note Web?
安全地操作用户的有道云笔记,支持读取、搜索、创建笔记。当用户要求操作有道云笔记时调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install Youdao Note Web?
Run "/install youdaonote-web" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Youdao Note Web free?
Yes, Youdao Note Web is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Youdao Note Web support?
Youdao Note Web is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Youdao Note Web?
It is built and maintained by Wendy199804 (@wendy199804); the current version is v1.0.0.
More Skills