Create and manage Obsidian “Clip” notes (web/article/page clips). Use when the user says “clip/剪藏/收藏/保存这个链接”, wants a readable summary of a URL, and wants it saved into an Obsidian vault under Clip/YYYY-MM/.
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:
web_fetch) first.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 -).