返回顶部
o

obsidian-cli-tool

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
378
下载量
0
收藏
概述
安装方式
版本历史

obsidian-cli-tool

# Obsidian CLI Use the `obsidian` CLI to interact with a running Obsidian instance. Requires Obsidian to be open. ## Command reference ### Vault operations - `obsidian list vaults` — List all vaults - `obsidian open <vault>` — Open a vault by name - `obsidian open <note>` — Open a note in the default vault - `obsidian search "query"` — Fuzzy search for notes - `obsidian search-content "term"` — Search within note contents ### Note operations - `obsidian create --name "Title" --content "Body text"` — Create a new note - `obsidian print <note>` — Print note contents - `obsidian move <source> <target>` — Move or rename a note - `obsidian delete <note>` — Delete a note - `obsidian daily` — Open or create today's daily note ### Properties (frontmatter) - `obsidian frontmatter get <note> <key>` — Get a property value - `obsidian frontmatter set <note> <key> <value>` — Set a property value - `obsidian frontmatter remove <note> <key>` — Remove a property ### Plugin development - `obsidian plugin reload` — Reload the current plugin - `obsidian plugin eval '<code>'` — Run JavaScript in Obsidian - `obsidian plugin screenshot` — Take a screenshot of Obsidian - `obsidian plugin dom` — Inspect the DOM structure ## Usage examples ```bash # Create a note obsidian create --name "Meeting Notes" --content "# Standup\n\n- Task A done\n- Task B in progress" # Search for a note obsidian search "project roadmap" # Read a note obsidian print "Projects/Website Redesign" # Update frontmatter obsidian frontmatter set "Todo List" status "in-progress" # Open daily note obsidian daily ``` ## Requirements - Obsidian must be running - The Obsidian CLI plugin must be installed and enabled - For plugin development commands, the workspace must be an Obsidian plugin project

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 obsidian-cli-tool-1776209426 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 obsidian-cli-tool-1776209426 技能

通过命令行安装

skillhub install obsidian-cli-tool-1776209426

下载 Zip 包

⬇ 下载 obsidian-cli-tool v1.0.0

文件大小: 1.56 KB | 发布时间: 2026-4-15 10:41

v1.0.0 最新 2026-4-15 10:41
Initial release of obsidian-cli-tool.

- Interact with Obsidian vaults via command line: read, create, search, and manage notes and tasks.
- Supports frontmatter (YAML properties) management.
- Includes commands for plugin and theme development, such as reloading plugins, running JavaScript, capturing errors, screenshots, and DOM inspection.
- Compatible with running Obsidian instances and CLI plugin requirements.
- Provides detailed command reference and usage examples.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部