obsidian
仓库创建 2026年6月27日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
便于在终端批量管理笔记和自动化日常写作
▸ 风险提示
需本地运行 Obsidian 并允许 CLI 访问应用与文件。
这个 Skill 做什么
通过 obsidian CLI 管理并操作本地 Obsidian 笔记库与日记。
通过 obsidian 命令行在终端读写和管理本地 Obsidian 笔记库,能新建/编辑笔记、日记、搜索标签和使用模板,适合习惯在命令行操作笔记的人。使用前要确保 Obsidian 桌面端在运行并已安装 obsidian CLI。特别之处是直接与运行中的应用通信,能按笔记名或路径精确定位和操作文件。
▸ 展开 SKILL.md 英文原文
Manage Obsidian vaults via CLI (`obsidian` command). Covers notes, daily notes, search, tags, properties, tasks, templates, backlinks, plugins, themes, sync, and developer tools. Use when reading, creating, editing, searching, or organizing notes in Obsidian from the terminal.
0
Stars
0
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AdiPP/skills/main/skills/obsidian/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AdiPP/skills/main/skills/obsidian/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Obsidian CLI Skill The `obsidian` CLI controls the Obsidian desktop app from the terminal. It communicates with the running app — Obsidian must be open. ## Prerequisites - Obsidian desktop app running - `obsidian` CLI installed and on PATH ## How file arguments work | Form | Behavior | |---|---| | `file=<name>` | Wikilink-style name matching (fuzzy, resolves by note name) | | `path=<path>` | Exact filesystem path (`folder/note.md`) | | Omitted | Defaults to the active file in Obsidian | Quote values with spaces: `name="My Note"`. Use `\n` for newline, `\t` for tab in content values. ## Vault targeting Pass `vault=<name>` to target a specific vault. Omit when only one vault exists.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有