Daily Note Helper (Trial 2026-08-06)
Create and organize daily work notes with consistent structure, date-based filenames, and lightweight summaries. Use when the user wants to start a daily log, append structured ent…
terrycarter1985
@terrycarter1985
Install
$ openclaw skills install @terrycarter1985/daily-note-helper-trial-20260806Daily Note Helper
Create or update daily notes under memory/ using a predictable structure.
Workflow
- Determine today's date in the user's local timezone when available; otherwise use the runtime timezone.
- Use the filename pattern
memory/YYYY-MM-DD.md. - If the file does not exist, create it with the template in
references/note-template.md. - Append new entries under the appropriate section heading.
- Keep entries concise, timestamped, and action-oriented.
- When asked for a recap, read the requested date range and summarize decisions, blockers, and follow-ups.
Entry format
Use this bullet format:
- HH:MM — Topic: what happened; any next step.
Guidelines
- Prefer appending over rewriting.
- Preserve existing content exactly unless the user asks to reorganize.
- Do not duplicate the same event across sections.
- Store durable facts in
MEMORY.md; keep raw chronological detail in daily files. - If
memory/does not exist, create it.
Resources
- Read
references/note-template.mdbefore creating a new daily file. - Run
scripts/new_note.py <YYYY-MM-DD>to scaffold a note safely.
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.