📦 obsidian-cli-skills — Obsidian库命令行管理
v1.0.0通过命令行全面管理 Obsidian 知识库:新建笔记、全文搜索、移动并自动更新 wiki 链接、删除、编辑 frontmatter、生成每日笔记等,所有操作无需离开终端即可同步至本地 vault,适合自动化脚本与 CI/CD 场景。
0· 596·2 当前·2 累计
下载技能包
最后更新
2026/3/5
安全扫描
OpenClaw
可疑
medium confidenceThe skill's instructions mostly match an Obsidian CLI utility, but there are inconsistencies (missing declared binary requirement and hard‑coded user path) and it instructs file reads/writes of local Obsidian data — review before installing.
评估建议
This skill is an instruction-only guide for a CLI that manipulates your Obsidian vault files. Before installing or enabling it: 1) Confirm you have (or will install) the obsidian-cli binary — the skill metadata does not declare it but the instructions require it. 2) Inspect and if necessary change the default vault path in the SKILL.md — it contains a hard-coded user path (/Users/luoxiaohei/...) which may point outside your intended vault and could cause unintended file changes. 3) Back up your ...详细分析 ▾
⚠ 用途与能力
SKILL.md describes a CLI that manipulates Obsidian vaults (create, move, delete, edit frontmatter), which is coherent with the name/description. However the skill metadata lists no required binaries or install — yet every command in the instructions calls an external binary 'obsidian-cli'. The metadata should declare that binary (or include an install). Also the SKILL.md hard-codes a default vault path (/Users/luoxiaohei/.openclaw/obsidian_workspace) tied to a specific user, which is unexpected and may cause the agent to operate on unintended files if used as-is.
ℹ 指令范围
Instructions direct use of obsidian-cli to read and modify vault files (create/move/delete notes, update wiki links, edit frontmatter) and explicitly say the CLI reads ~/Library/Application Support/obsidian/obsidian.json for vault info. Reading/writing those local files is expected for this purpose, but the manual references to a user-specific default path and to system-level app data mean the skill will access user files and Obsidian configuration — users should expect local file modification.
✓ 安装机制
There is no install spec (instruction-only), so nothing gets written by the skill itself. This is low-risk from an install standpoint. However, the absence of an install declaration contributes to the inconsistency because the SKILL.md clearly expects an obsidian-cli binary to be present.
✓ 凭证需求
The skill declares no environment variables or credentials, and the instructions do not request secrets. The only external data referenced are local filesystem paths and Obsidian's config file, which are proportional to a vault-management CLI.
✓ 持久化与权限
always is false and the skill does not request system-wide persistence or to modify other skills' configs. Autonomous invocation is allowed by default but not combined with other high-risk factors here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/5
Initial release of obsidian-cli-skills. - Provides comprehensive documentation for all obsidian-cli commands, options, and usage examples. - Covers creating, editing, searching, moving, and deleting notes from the command line. - Includes instructions for handling frontmatter, managing multiple vaults, and generating shell completion scripts. - Features a quick reference table for common commands and highlights important usage notes.
● 无害
安装命令
点击复制官方npx clawhub@latest install obsidian-cli-skills
镜像加速npx clawhub@latest install obsidian-cli-skills --registry https://cn.longxiaskill.com