Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add HViktorTsoi/youdaonote-claude-skills --skill youdaonote-clipgit clone --depth 1 https://github.com/HViktorTsoi/youdaonote-claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hviktortsoi/youdaonote-claude-skills/youdaonote-clip)<a href="https://agentmods.dev/skills/hviktortsoi/youdaonote-claude-skills/youdaonote-clip"><img src="https://agentmods.dev/badge/skills/hviktortsoi/youdaonote-claude-skills/youdaonote-clip/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hviktortsoi/youdaonote-claude-skills/youdaonote-clip"><img src="https://agentmods.dev/badge/skills/hviktortsoi/youdaonote-claude-skills/youdaonote-clip.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00742 |
| Opus 5 | $0.00034 | $0.00371 |
| Sonnet 5 | $0.00014 | $0.00148 |
| Haiku 4.5 | $0.00007 | $0.00074 |
Grade C, and why
youdaonote-clip scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://artifact.lx.netease.com/download/youdaonote-cli/install.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://artifact.lx.netease.com/download/youdaonote-cli/install.sh | bash What it actually says
有道云笔记 · 网页剪藏 Skill
前置条件
使用前确认 CLI 已安装并配置好 API Key:
# 安装 CLI(macOS/Linux)
curl -fsSL https://artifact.lx.netease.com/download/youdaonote-cli/install.sh | bash
# 配置 API Key(从 https://mopen.163.com/#/dashboard 获取)
youdaonote config set apiKey YOUR_API_KEY
# 验证
youdaonote recent
安装信息
| 项目 | 路径 |
|---|---|
| CLI 二进制 | ~/.local/bin/youdaonote |
| 配置文件 | ~/.youdaonote.json |
| PATH 配置 | 安装脚本自动写入 ~/.zshrc,新终端生效 |
若当前终端尚未 source
~/.zshrc,请用完整路径调用:~/.local/bin/youdaonote <command>
主要操作
剪藏网页
# 基本剪藏
youdaonote clip "https://example.com/article"
# 剪藏到指定目录(需要目录 ID)
youdaonote clip "https://example.com/article" -f <folderID>
# 保存剪藏原始 HTML 数据到本地文件
youdaonote clip-save --file result.json
查看最近收藏
# 查看最近 15 条收藏
youdaonote recent
# 查看最近 N 条收藏
youdaonote recent -l 30
# 以 JSON 格式输出
youdaonote recent -c
工作流程
- 用户提供网址 → 运行
youdaonote clip "URL"执行剪藏 - 用户要查看收藏 → 运行
youdaonote recent列出最近收藏 - 如剪藏失败(网络超时等)→ 告知用户可设置环境变量
YOUDAONOTE_MCP_TIMEOUT=120增大超时时间 - 如遇到 URL 含
&字符 → 提醒用户用引号包裹 URL
错误处理
API Key 未配置:引导用户运行youdaonote config set apiKey YOUR_API_KEY命令未找到:先尝试完整路径~/.local/bin/youdaonote,若仍失败则重新安装 CLI剪藏失败:检查网络、确认 URL 可访问、尝试增大超时
环境变量
| 变量 | 说明 | 示例 |
|---|---|---|
YOUDAONOTE_API_KEY |
API 密钥(优先级高于 config) | export YOUDAONOTE_API_KEY="xxx" |
YOUDAONOTE_MCP_TIMEOUT |
请求超时秒数(默认 60) | export YOUDAONOTE_MCP_TIMEOUT=120 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 81 lines · 69 tokens per session scan C f9d0c1993d01
youdaonote-clip is a skill published in the GitHub repository HViktorTsoi/youdaonote-claude-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 69 tokens to every session and 742 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
inbox-triage
Route raw Obsidian inbox captures into keep/promote/project/archive/deep-read. Load when user asks to triage inbox, sort captures, or process fleeting notes. Do NOT use for relationship analysis, synthesis, health diagnosis, or note creation.
note-promotion
Decide whether material should become a stable, reusable, linkable Obsidian note. Load when user asks to upgrade, promote, or stabilize material into a formal note. Do NOT use for inbox triage, link discovery, or weekly synthesis.
vault-health-feedback
Diagnose whether an Obsidian knowledge workflow produces cognitive return or is becoming a passive archive. Load when vault feels archival or dead. Do NOT use for inbox triage, link review, synthesis, or direct restructuring.
omh-morning-brief
This is a Hermes-native morning-brief workflow skill.
add-teams
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.
design-mcp-server
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.