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

OPC Landing Page Manager

Landing page strategy, copywriting, design, and code generation for solo entrepreneurs. From product idea to a complete, self-contained, conversion-optimized...

Registry SourceRecently Updated
Coding

OPC Product Manager

Product spec generation for solo entrepreneurs. Turns a one-sentence idea into a build-ready spec that AI coding agents (Claude Code, etc.) can execute direc...

Registry SourceRecently Updated
Coding

设备

Use when querying or modifying device configurations on ESD service, calling REST APIs with sigV2 authentication on HK baseline or STG environments

Registry SourceRecently Updated
Coding

My Agent Browser

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated