notesmd

Work with Obsidian vaults (plain Markdown notes) via notesmd-cli. Use when the user asks to create, read, search, list, move, delete notes, manage frontmatter, or interact with their Obsidian vault from the terminal. Works without Obsidian running.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "notesmd" with this command: npx skills add saygenie/notesmd-skill/saygenie-notesmd-skill-notesmd

NotesMD CLI

Interact with Obsidian vaults using notesmd-cli. Works without Obsidian running — operates directly on the vault's Markdown files.

Vault basics

Obsidian vault = a normal folder on disk containing *.md files.

Vault config lives at ~/Library/Application Support/obsidian/obsidian.json on macOS.

Setup

Set default vault (once):

notesmd-cli set-default "{vault-name}"

Check current default:

notesmd-cli print-default
notesmd-cli print-default --path-only

All commands accept --vault "{vault-name}" to target a specific vault.

Commands

Read

notesmd-cli print "{note-name-or-path}"
notesmd-cli list                          # vault root
notesmd-cli list "subfolder"

Search

notesmd-cli search                        # fuzzy search note names
notesmd-cli search-content "term"         # search inside note content

Add --editor to open selected note in $EDITOR instead of Obsidian.

Create / Update

notesmd-cli create "{note-name}" --content "..."
notesmd-cli create "{note-name}" --content "..." --overwrite   # replace existing
notesmd-cli create "{note-name}" --content "..." --append      # append to existing
notesmd-cli create "{note-name}" --open                        # open after create

Move / Rename

Updates [[wikilinks]] across the vault automatically.

notesmd-cli move "{old-path}" "{new-path}"

Delete

notesmd-cli delete "{note-path}"

Daily note

notesmd-cli daily

Open in Obsidian

notesmd-cli open "{note-name}"
notesmd-cli open "{note-name}" --section "{heading}"

Frontmatter

notesmd-cli frontmatter "{note}" --print
notesmd-cli frontmatter "{note}" --edit --key "status" --value "done"
notesmd-cli frontmatter "{note}" --delete --key "draft"

Tips

  • Note paths are relative to vault root (e.g. "Folder/Note")
  • For direct edits, modify the .md file directly — Obsidian picks up changes
  • Prefer notesmd-cli move over mv to keep wikilinks consistent
  • --editor flag uses $EDITOR env var (defaults to vim)
  • For CLI bugs or unexpected behavior, refer to notesmd-cli

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Github Push

Secure GitHub push automation with auto SSH and remote config. Use when git push, automated push, or conflict handling needed.

Registry SourceRecently Updated
Coding

Scrapling Fetch

支持自动绕过 Cloudflare Turnstile 和微信公众号反爬机制的网页内容抓取工具,输出干净Markdown或纯文本。

Registry SourceRecently Updated
Coding

rapidapi

Template-driven RapidAPI client with auto-registered actions and a universal call entrypoint

Registry SourceRecently Updated