obsidian-notes
Manage notes in an Obsidian vault. Use when a user asks to create, update, move, search, or organize notes or knowledge base entries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage notes in an Obsidian vault. Use when a user asks to create, update, move, search, or organize notes or knowledge base entries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | obsidian-notes |
| description | Manage notes in an Obsidian vault. Use when a user asks to create, update, move, search, or organize notes or knowledge base entries. |
Manage markdown notes in an Obsidian rooted at $OBSIDIAN_VAULT_ROOT.
To get the root directory:
echo -n "$OBSIDIAN_VAULT_ROOT"
If $OBSIDIAN_VAULT_ROOT variable is empty, stop and ask the user to set it up.
The vault is organized by org (top-level directory). Notes live inside sub-directories or directly under an org directory.
$OBSIDIAN_VAULT_ROOT/
<vault>/
├── <org>/
│ ├── <Project>/
│ │ ├── note-1.md
│ │ └── note-2.md
│ └── Standalone note.md
When the user refers to a project by name, match it to an existing directory. If no match exists, confirm before creating a new one.
Every note must have YAML frontmatter with at these fields:
---
title: Short title
repository: github.com/org/repo
created: YYYY-MM-DD
---
title: concise name for the noterepository: the source repository the note relates to (omit if not code-related)created: date the note was first written, in YYYY-MM-DD formatInfer repository from git remote get-url origin in the current working directory when not specified.
![[embeds]]) unless the user asks for it.notes-block-builder.md, query-gap-analysis.md.rpi4-, mimir-.notes-, runbook-, debug-.When the user asks to write up findings, observations, or analysis:
read tool.created date. Do not change it.Query and explore metrics in Grafana Mimir. Use when a user asks to pull metrics data for analysis.
Pull data from Slack. Use when a user asks to retrieve messages, threads, or channel history from Slack.
Query and explore logs in Grafana Loki via the logcli command-line tool. Use when a user asks to pull logs for analysis.
Query and explore distributed traces in Grafana Tempo. Use when a user asks to pull tracing data for analysis.