obsidian-cli — community obsidian-cli, dnd-db-app, community, ide skills

v1.0.0

이 스킬 정보

고급 Obsidian 워크플로 사용자 지정 및 명령줄 인터페이스 상호 작용이 필요한 자동화 에이전트에 적합합니다. 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.

devunfox15 devunfox15
[0]
[0]
Updated: 3/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

고급 Obsidian 워크플로 사용자 지정 및 명령줄 인터페이스 상호 작용이 필요한 자동화 에이전트에 적합합니다. 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.

이 스킬을 사용하는 이유

에이전트가 Obsidian CLI를 사용하여 워크플로를 자동화하고 사용자 지정할 수 있도록 하며, 매개 변수와 플래그를 사용한 노트 생성 및 관리와 같은 기능을 제공하고, 실행 중인 Obsidian 인스턴스와의 무결점 상호 작용을 위해 `obsidian` 명령을 활용합니다.

최적의 용도

고급 Obsidian 워크플로 사용자 지정 및 명령줄 인터페이스 상호 작용이 필요한 자동화 에이전트에 적합합니다.

실행 가능한 사용 사례 for obsidian-cli

특정 이름 및 내용으로 노트 자동 생성
`obsidian` CLI 명령 참조를 사용한 워크플로 사용자 지정
인용된 값을 사용하여 공백이 포함된 노트 이름 생성

! 보안 및 제한 사항

  • Obsidian이 열려 있어야 함
  • 명령줄 인터페이스 상호 작용만으로 제한됨

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is obsidian-cli?

고급 Obsidian 워크플로 사용자 지정 및 명령줄 인터페이스 상호 작용이 필요한 자동화 에이전트에 적합합니다. 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.

How do I install obsidian-cli?

Run the command: npx killer-skills add devunfox15/dnd-db-app/obsidian-cli. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for obsidian-cli?

Key use cases include: 특정 이름 및 내용으로 노트 자동 생성, `obsidian` CLI 명령 참조를 사용한 워크플로 사용자 지정, 인용된 값을 사용하여 공백이 포함된 노트 이름 생성.

Which IDEs are compatible with obsidian-cli?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for obsidian-cli?

Obsidian이 열려 있어야 함. 명령줄 인터페이스 상호 작용만으로 제한됨.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add devunfox15/dnd-db-app/obsidian-cli. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use obsidian-cli immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

obsidian-cli

Install obsidian-cli, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Obsidian CLI

Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open.

Command reference

Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli

Syntax

Parameters take a value with =. Quote values with spaces:

bash
1obsidian create name="My Note" content="Hello world"

Flags are boolean switches with no value:

bash
1obsidian create name="My Note" silent overwrite

For multiline content use \n for newline and \t for tab.

File targeting

Many commands accept file or path to target a file. Without either, the active file is used.

  • file=<name> — resolves like a wikilink (name only, no path or extension needed)
  • path=<path> — exact path from vault root, e.g. folder/note.md

Vault targeting

Commands target the most recently focused vault by default. Use vault=<name> as the first parameter to target a specific vault:

bash
1obsidian vault="My Vault" search query="test"

Common patterns

bash
1obsidian read file="My Note" 2obsidian create name="New Note" content="# Hello" template="Template" silent 3obsidian append file="My Note" content="New line" 4obsidian search query="search term" limit=10 5obsidian daily:read 6obsidian daily:append content="- [ ] New task" 7obsidian property:set name="status" value="done" file="My Note" 8obsidian tasks daily todo 9obsidian tags sort=count counts 10obsidian backlinks file="My Note"

Use --copy on any command to copy output to clipboard. Use silent to prevent files from opening. Use total on list commands to get a count.

Plugin development

Develop/test cycle

After making code changes to a plugin or theme, follow this workflow:

  1. Reload the plugin to pick up changes:
    bash
    1obsidian plugin:reload id=my-plugin
  2. Check for errors — if errors appear, fix and repeat from step 1:
    bash
    1obsidian dev:errors
  3. Verify visually with a screenshot or DOM inspection:
    bash
    1obsidian dev:screenshot path=screenshot.png 2obsidian dev:dom selector=".workspace-leaf" text
  4. Check console output for warnings or unexpected logs:
    bash
    1obsidian dev:console level=error

Additional developer commands

Run JavaScript in the app context:

bash
1obsidian eval code="app.vault.getFiles().length"

Inspect CSS values:

bash
1obsidian dev:css selector=".workspace-leaf" prop=background-color

Toggle mobile emulation:

bash
1obsidian dev:mobile on

Run obsidian help to see additional developer commands including CDP and debugger controls.

관련 스킬

Looking for an alternative to obsidian-cli or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자