obsidian-new-note

star 0

Create a new well-structured note in the Obsidian vault. Invoke as the slash command /obsidian-new-note followed by a topic or title (e.g. "/obsidian-new-note Personal OKRs Q3 2026").

accionlabs By accionlabs schedule Updated 5/10/2026

name: obsidian-new-note description: > Create a new well-structured note in the Obsidian vault. Invoke as the slash command /obsidian-new-note followed by a topic or title (e.g. "/obsidian-new-note Personal OKRs Q3 2026"). argument-hint: "" allowed-tools: - mcp__mcp-obsidian__obsidian_list_files_in_vault - mcp__mcp-obsidian__obsidian_list_files_in_dir - mcp__mcp-obsidian__obsidian_simple_search - mcp__mcp-obsidian__obsidian_append_content

Obsidian New Note

Use the note-authoring skill for the underlying workflow patterns.

What this command does

The user wants to create a note about: $ARGUMENTS

Follow the note-authoring workflow:

  1. List the vault root to understand the folder structure.
  2. Suggest a placement (folder + filename) based on the topic. Confirm with the user.
  3. Search the vault for related existing notes to link in.
  4. Draft the note using the standard template (frontmatter, H1, body, Related section).
  5. Show the user the draft for approval before writing.
  6. On approval, create the file with obsidian_append_content.

If the user just wants a quick capture (one or two sentences), suggest using /obsidian-daily to append to the daily note instead.

Install via CLI
npx skills add https://github.com/accionlabs/mcp-obsidian --skill obsidian-new-note
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator