← 返回 Skills 市场
nidhov01

Obsidian

作者 nidhov01 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nidhov01-obsidian
功能描述
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
使用说明 (SKILL.md)

Obsidian

Obsidian vault = a normal folder on disk.

Vault structure (typical)

  • Notes: *.md (plain text Markdown; edit with any editor)
  • Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts)
  • Canvases: *.canvas (JSON)
  • Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.)

Find the active vault(s)

Obsidian desktop tracks vaults here (source of truth):

  • ~/Library/Application Support/obsidian/obsidian.json

obsidian-cli resolves vaults from that file; vault name is typically the folder name (path suffix).

Fast “what vault is active / where are the notes?”

  • If you’ve already set a default: obsidian-cli print-default --path-only
  • Otherwise, read ~/Library/Application Support/obsidian/obsidian.json and use the vault entry with "open": true.

Notes

  • Multiple vaults common (iCloud vs ~/Documents, work/personal, etc.). Don’t guess; read config.
  • Avoid writing hardcoded vault paths into scripts; prefer reading the config or using print-default.

obsidian-cli quick start

Pick a default vault (once):

  • obsidian-cli set-default "\x3Cvault-folder-name>"
  • obsidian-cli print-default / obsidian-cli print-default --path-only

Search

  • obsidian-cli search "query" (note names)
  • obsidian-cli search-content "query" (inside notes; shows snippets + lines)

Create

  • obsidian-cli create "Folder/New note" --content "..." --open
  • Requires Obsidian URI handler (obsidian://…) working (Obsidian installed).
  • Avoid creating notes under “hidden” dot-folders (e.g. .something/...) via URI; Obsidian may refuse.

Move/rename (safe refactor)

  • obsidian-cli move "old/path/note" "new/path/note"
  • Updates [[wikilinks]] and common Markdown links across the vault (this is the main win vs mv).

Delete

  • obsidian-cli delete "path/note"

Prefer direct edits when appropriate: open the .md file and change it; Obsidian will pick it up.

安全使用建议
This skill appears to do what it says: it needs obsidian-cli and will read your Obsidian config and vault files to find and modify notes. Before installing: (1) verify you trust the Homebrew tap/formula (yakitrak) or install obsidian-cli yourself from a known source, (2) be aware the SKILL.md references the macOS config path — on other OSes the path may differ, and (3) back up your vaults before running automated edits (move/rename/delete operations can modify many files). No cloud credentials are requested and there are no obvious exfiltration endpoints in the instructions.
功能分析
Type: OpenClaw Skill Name: nidhov01-obsidian Version: 1.0.0 The skill bundle provides legitimate integration for managing Obsidian vaults using the 'obsidian-cli' tool. It includes standard installation instructions via Homebrew (yakitrak/obsidian-cli) and provides clear guidance for the agent to locate vault configurations and perform note operations like searching, creating, and moving files. No malicious code, data exfiltration, or suspicious prompt-injection attempts were found.
能力评估
Purpose & Capability
Name/description match the runtime instructions and required binary: obsidian-cli is the expected tool to automate Obsidian vaults. There are no unrelated binaries or secret requirements.
Instruction Scope
Instructions explicitly tell the agent to read the Obsidian config file at ~/Library/Application Support/obsidian/obsidian.json and operate on vault folders and Markdown files — this is appropriate for the task. Note: the SKILL.md assumes the macOS config path but the skill metadata does not restrict OS; on non-macOS systems the path may differ.
Install Mechanism
Install uses a Homebrew formula (yakitrak/yakitrak/obsidian-cli). Using brew is low-risk in general, but this is a third‑party tap (yakitrak) rather than an official, well-known host; users should review the formula/source before automatic installation.
Credentials
No environment variables, no credentials, and no declared config paths are required. The instructions do reference a local Obsidian config file and vault folders — those are reasonable for the skill's purpose.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not require persistent elevated privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nidhov01-obsidian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nidhov01-obsidian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Fork - 2026.3.16
元数据
Slug nidhov01-obsidian
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Obsidian 是什么?

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。

如何安装 Obsidian?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nidhov01-obsidian」即可一键安装,无需额外配置。

Obsidian 是免费的吗?

是的,Obsidian 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Obsidian 支持哪些平台?

Obsidian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian?

由 nidhov01(@nidhov01)开发并维护,当前版本 v1.0.0。

💬 留言讨论