Ar9av/obsidian-wiki✦ 精选0°

wiki-capture

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

把临时对话转为可检索的长期知识,适合知识工作流。

▸ 风险提示

会写入本地仓库,需谨慎处理敏感内容

这个 Skill 做什么

将当前对话结构化保存为永久的 Obsidian Wiki 笔记。

把当前对话整理成永久的 Obsidian 知识页,去掉聊天痕迹,写成声明式的知识条目并归类归档。在你说“保存这段对话”“加入我的 wiki”或需要把讨论变成文档时使用。支持完整模式写好并交叉链接,也有快速模式把内容丢到 _raw 临时区,省时又能后续整理。

▸ 展开 SKILL.md 英文原文

Save the current conversation as a permanent, structured wiki note. Use this skill when the user says "save this", "/wiki-capture", "capture this", "file this conversation", "preserve this", "add this to my wiki", or wants to turn what was just discussed into lasting knowledge. The skill classifies the content, rewrites it as declarative knowledge (not a chat transcript), and places it in the correct vault category. Also supports a fast QUICK MODE (`/wiki-capture --quick`, "quick capture", "capture this finding", "save this bug fix", "save this gotcha", "drop this to raw", "quick save to wiki") that drops findings to the `_raw/` staging area in under 60 seconds with no manifest or index writes — used by the session-end Stop hook to auto-preserve findings. Accepts inline named-vault routing like "@research save this" via the shared Config Resolution Protocol.

内容创作知识捕获Obsidian笔记自动化通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-capture/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-capture/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Capture — Conversation to Wiki Note

You are preserving knowledge from the current conversation as a permanent wiki note. The goal is to extract the *substance* — the knowledge itself — not a summary of what was said.

This skill has two modes:

- **Full mode (default)** — classify the content and write a finished, cross-linked wiki page directly into the right category. This is the rest of this document (Steps 1–7).
- **Quick mode (`--quick`)** — zero-friction staging: drop findings to `_raw/` in under 60 seconds with no manifest/index/log/QMD writes. Used for mid-session capture and by the session-end Stop hook. See below, then stop — do **not** run the full-mode steps.

## Quick Mo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有