save

仓库创建 2026年4月7日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

便于把有价值的聊天成果归档到个人知识库,自动建前置与分类。

▸ 风险提示

需要访问本地文件系统与 Obsidian CLI,安装或运行可能执行本地写入操作

这个 Skill 做什么

将当前对话或回答解析并保存为结构化的 Obsidian 页面,更新索引与日志。

把当前对话或某条回答解析成结构化的 Obsidian 页面,自动生成 frontmatter、归档到合适的笔记文件夹,并更新索引、日志和热缓存。适合在讨论后把有价值的结论、分析或操作步骤永久存档、好检索时使用。特点是能识别笔记类型并按 vault 约定写入,省去手动整理和维护 wiki 索引的流程。

▸ 展开 SKILL.md 英文原文

Save the current conversation, answer, or insight into the Obsidian wiki vault as a structured note. Analyzes the chat, determines the right note type, creates frontmatter, files it in the correct wiki folder, and updates index, log, and hot cache. Triggers on: "save this", "save that answer", "/save", "file this", "save to wiki", "save this session", "file this conversation", "keep this", "save this analysis", "add this to the wiki".

办公文档笔记存档Obsidian会话持久化通用
10.0k
Stars
1.2k
Forks
15
仓库内 Skill
+1.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/save/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/save/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# save: File Conversations Into the Wiki

Good answers and insights shouldn't disappear into chat history. This skill takes what was just discussed and files it as a permanent wiki page.

The wiki compounds. Save often.

---

## Transport (v1.7+)

The session-note write itself follows the standard transport policy. Read `.vault-meta/transport.json` (auto-created by `bash scripts/detect-transport.sh`):

- **cli** — `obsidian-cli write "$VAULT" "$NOTE" < session.md`; see [`skills/wiki-cli/SKILL.md`](../wiki-cli/SKILL.md)
- **mcp-obsidian** / **mcpvault** — `mcp__obsidian-vault__write_note`
- **filesystem** — Claude's `Write` tool with absolute path

Full decision tree: [`wiki/references/transp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有