Turn a URL into a readable, reusable Clip note in an Obsidian vault.
${OBSIDIAN_VAULT} (recommended to set; fallback supported by script)Clip/YYYY-MM/YYYY-MM-DD_标题_关键词.mdThe skill supports Chinese and English notes.
OBSIDIAN_CLIP_LANG=zh or OBSIDIAN_CLIP_LANG=enStructure:
1) Theme / 主题一句话 (1 sentence, plain)
2) Takeaways / 要点 (5–10 bullets, each ≤ 1 line)
3) How I’ll use it / 我怎么用 (1–3 bullets; actions / why it matters)
4) Limits / 规则/限制 (optional; paywall/login required, license, caveats)
1) Fetch the page
web_fetch) first.2) Rewrite for readability
3) Save to Obsidian using the bundled script.
Path: scripts/clip_save.sh
Example:
bash scripts/clip_save.sh \
--url "https://example.com" \
--title "页面标题" \
--theme "一句话主题" \
--bullets "要点1" --bullets "要点2" \
--actions "我怎么用1" \
--limits "规则/限制(可选)" \
--tags "clip" --tags "ai" \
--keywords "keyword1-keyword2" \
--date "YYYY-MM-DD"
Notes:
--bullets / --actions / --limits / --tags can be repeated.--keywords short (2–5 tokens joined by -).共 1 个版本