Obsidian Note banner
jeffersongoncalves jeffersongoncalves

Obsidian Note

Productivity community

Description

--- description: Save a note to the user's Obsidian vault via obsidian-notes-cli argument-hint: "<title>" --- Write a Markdown note titled "$ARGUMENTS" to the user's Obsidian vault, following the `obsidian-notes` skill: resolve the vault (`OBSIDIAN_VAULT` env or an ancestor `.claude-notes.json`), resolve the project name from the current repo, then run `obsidian-notes note:create` with the current conversation's relevant content as the note body piped via stdin. If no title was given as an arg

Installation

Installs to ~/.claude/skills/jeffersongoncalves-claude-code-obsidian-notes-obsidian-note/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jeffersongoncalves-claude-code-obsidian-notes-obsidian-note && curl -fsSL https://raw.githubusercontent.com/jeffersongoncalves/claude-code-obsidian-notes/HEAD/commands/obsidian-note.md -o ~/.claude/skills/jeffersongoncalves-claude-code-obsidian-notes-obsidian-note/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository