一键导入
vault-clip
Web 記事を knowledge-base vault の Clippings/ に原文のまま保存する。「この記事クリップして」「この URL 取っておいて」など、URL を保存したい依頼で使う。記事の要約や考察の記録には使わない (それは vault-capture)。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web 記事を knowledge-base vault の Clippings/ に原文のまま保存する。「この記事クリップして」「この URL 取っておいて」など、URL を保存したい依頼で使う。記事の要約や考察の記録には使わない (それは vault-capture)。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Control herdr — the terminal multiplexer for coding agents. Use only when the user explicitly mentions herdr or asks to inspect/split panes, run commands in sibling panes, wait on other agents, or coordinate with another agent through herdr. Upstream reference — https://github.com/ogulcancelik/herdr/blob/master/SKILL.md.
Record knowledge into the Obsidian vault without full web research. Only invoke when the `obsidian_search` MCP tool is available (personal machines). Use for session discoveries, decisions, patterns, or insights worth keeping. Lightweight companion to the vault-internal research-note skill (which does full source-verified web research). Unrefined ideas go to Inbox/ (no filing-criteria check needed).
Web 記事を Obsidian vault の Clippings/ に Web Clipper 互換形式で保存するスキル。 「この記事クリップして」「この URL を vault に保存して」「あとで読むから取っておいて」など、 URL を原文のまま保存したい意図が見えたら発火する。Only invoke when the vault (~/src/github.com/thinceller/knowledge-base) is accessible (personal machines). 記事を調べて裏取りノートにするのは research-note、知見の記録は vault-capture、 未整理の思考は inbox-capture — このスキルは「原文の保存」だけを担当する。
Search the Obsidian knowledge vault (Karpathy LLM Wiki pattern) via enquire-mcp before answering questions about personal notes, decisions, projects, people, or research. Only invoke when the `obsidian_search` MCP tool is available (personal machines). Use when the user asks about anything that might be in their notes. Then file good answers back into the wiki (compounding loop).
Record a session summary into the Obsidian vault at the end of a productive session. Only invoke when the `obsidian_create_note` MCP tool is available (personal machines). Use when the session produced meaningful changes, decisions, or learnings worth referencing later.
決定事項・調査結果・コードパターンなど「結論になった知見」を knowledge-base vault の Shared/ に記録する。「これ覚えておいて」「この決定を記録して」「このパターン残して」で使う。まだ結論でない思いつきは AGENTS.md の Inbox capture 手順 (Inbox/) を使う。URL の原文保存は vault-clip。
| name | vault-clip |
| description | Web 記事を knowledge-base vault の Clippings/ に原文のまま保存する。「この記事クリップして」「この URL 取っておいて」など、URL を保存したい依頼で使う。記事の要約や考察の記録には使わない (それは vault-capture)。 |
| version | 1.0.0 |
| author | thinceller |
| platforms | ["linux"] |
| metadata | {"hermes":{"tags":["Mnemos","Vault","Clipping","Web"],"related_skills":["vault-capture"]}} |
Web 記事を vault の Clippings/ (Layer 1: Raw sources) に保存する。保存されたクリップは
翌朝 07:00 の daily clippings-triage Routine が検知し、Notes 化候補としてレポートに載る。
cd /var/lib/hermes/workspace/knowledge-base && git pull --rebase
本文取得:
curl -sL <raw URL> で原文取得Clippings/<記事タイトル>.md を作成する。同名ファイルが既にあれば <タイトル> (2).md にする。
ファイル名に / : | は使えないので - に置換する。frontmatter:
---
title: "<記事タイトル>"
source: "<URL>"
author: <わかれば。不明なら空>
published: <YYYY-MM-DD、わかれば>
created: <今日の日付。必ず `date +%Y-%m-%d` を実行して確認する。推測しない>
description:
tags:
- "clippings"
clipped_by: agent
---
git add Clippings/ && git commit -m "clip: <タイトル>" && git push
(push 失敗時は git pull --rebase して 1 回だけ再試行。force push は絶対にしない)
保存パスと「翌朝の triage に乗る」ことを Slack で返信する