obsidian-vault

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

对依赖 Obsidian 工作流的用户很实用,能快速组织和链接知识库。

▸ 风险提示

需要访问并修改本地 Obsidian 笔记文件,涉及本地文件操作。

这个 Skill 做什么

在指定 Obsidian vault 中搜索、创建并维护带 wikilink 的笔记与索引页。

在指定的 Obsidian vault 里帮你查找、创建并维护笔记,自动用 [[wikilinks]] 串起内容与索引页。碰到要把零散笔记组织成主题索引、建立跨页引用或补全目录时就会用到。特别之处是以索引笔记代替文件夹、保持扁平结构,便于在 Obsidian 里快速导航和重组知识库。

▸ 展开 SKILL.md 英文原文

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

垂直行业Obsidian笔记管理索引通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/personal/obsidian-vault/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/personal/obsidian-vault/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Obsidian Vault

## Vault location

`/mnt/d/Obsidian Vault/AI Research/`

Mostly flat at root level.

## Naming conventions

- **Index notes**: aggregate related topics (e.g., `Ralph Wiggum Index.md`, `Skills Index.md`, `RAG Index.md`)
- **Title case** for all note names
- No folders for organization - use links and index notes instead

## Linking

- Use Obsidian `[[wikilinks]]` syntax: `[[Note Title]]`
- Notes link to dependencies/related notes at the bottom
- Index notes are just lists of `[[wikilinks]]`

## Workflows

### Search for notes

```bash
# Search by filename
find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword"

# Search by content
grep -rl "keyword" "/mnt/
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有