Install
openclaw skills install @terrycarter1985/quick-noteCreate timestamped quick notes in a daily notes directory. Use when the user wants to jot down a short note, log a quick thought, or append to today's note file without opening an editor. Triggers on phrases like "quick note", "jot this down", "add a note", or "log this".
openclaw skills install @terrycarter1985/quick-noteCreate timestamped markdown notes quickly.
Run the script with the note text:
python3 scripts/make_note.py "Your note text here"
Options:
--dir <path> — notes directory (default: ./notes)--tag <tag> — add a tag prefix (can repeat)Appends a line to <dir>/YYYY-MM-DD.md with format:
- HH:MM [tag] Your note text here
Creates the directory and file if they don't exist.