← 返回 Skills 市场
aceundefeated

Aj Obsidian

作者 aceundefeated · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aj-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. \r

安全使用建议
This skill appears coherent for automating Obsidian via obsidian-cli. Before installing: (1) verify the Homebrew tap (yakitrak/yakitrak) and review the obsidian-cli formula or its upstream source to ensure you trust it, (2) note the SKILL.md references a macOS path (~/Library/Application Support/obsidian/obsidian.json) — behavior may differ on other OSes, and (3) be aware that reading obsidian.json reveals your vault paths (expected for operation). Also note a packaging inconsistency: the included _meta.json slug/ownerId differ from the skill name/registry metadata; you may want to confirm the publisher identity if provenance matters.
功能分析
Type: OpenClaw Skill Name: aj-obsidian Version: 1.0.0 The skill bundle provides instructions and automation for managing Obsidian vaults using the legitimate third-party tool 'obsidian-cli'. It correctly identifies the standard configuration path for Obsidian on macOS and provides standard commands for searching, creating, and moving notes without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the requirements: the skill requires obsidian-cli and instructs the agent to use it to find and manipulate vaults. Requiring a brew formula to install obsidian-cli is proportionate to the stated purpose.
Instruction Scope
Runtime instructions are limited to reading the Obsidian config (~/Library/Application Support/obsidian/obsidian.json) and invoking obsidian-cli commands (search, create, move, delete). These actions are consistent with managing Obsidian vaults and do not direct data to external endpoints or request unrelated system data.
Install Mechanism
Install uses a Homebrew formula from the yakitrak/yakitrak tap. Brew installs are normal, but this is a third-party tap (not an official core formula); verify the tap and formula (or review obsidian-cli source) before adding the tap to your system.
Credentials
No environment variables, credentials, or config paths beyond Obsidian's own config are requested. Reading obsidian.json is necessary to locate vaults; while it reveals vault paths, that is expected for the skill's function.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and is user-invocable. Autonomous invocation is permitted by default but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aj-obsidian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aj-obsidian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
aj-obsidian 1.0.0 - Initial release with support for interacting with Obsidian vaults using obsidian-cli. - Provides guidance on finding active vaults and understanding vault file structure. - Includes quick start commands for searching, creating, moving, and deleting notes via obsidian-cli. - Highlights best practices for automation and working with multiple vaults.
元数据
Slug aj-obsidian
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aj Obsidian 是什么?

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

如何安装 Aj Obsidian?

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

Aj Obsidian 是免费的吗?

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

Aj Obsidian 支持哪些平台?

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

谁开发了 Aj Obsidian?

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

💬 留言讨论