From claude-session-export-obsidian
Add a timestamped note to the current session's My Notes section
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-session-export-obsidian:noteThe summary Claude sees in its command listing — used to decide when to auto-load this command
Add a timestamped note to the current session's exported markdown file. Run with the user's note text: Replace `USER_NOTE_TEXT` with the actual note the user wants to add. Report the result to the user.
Add a timestamped note to the current session's exported markdown file.
Run with the user's note text:
uv run ${CLAUDE_PLUGIN_ROOT}/skills/session-export/scripts/claude-session-export.py note "USER_NOTE_TEXT" --session-id ${CLAUDE_SESSION_ID}
Replace USER_NOTE_TEXT with the actual note the user wants to add.
Report the result to the user.
npx claudepluginhub vranac/claude-session-export-obsidian --plugin claude-session-export-obsidian/noteAdds a note to a task by TASK_ID with NOTE_TEXT to capture context, progress, blockers, or insights. Notes persist across sessions for continuity.
/noteCaptures ideas with zero friction: write text for instant note save after one confirmation. Also supports listing notes and promoting the Nth.
/noteCapture a note to your brain using the `brain add` command, appending to today's daily file by default. Supports --file for specific files and --ref for code references.
/noteAppend notes to capture ideas, list existing notes, or promote notes to todos for seamless task management.