Agent skill
recall-log
Quick append to daily log without write gate evaluation.
Install this agent skill to your Project
npx add-skill https://github.com/davegoldblatt/total-recall/tree/main/skills/recall-log
SKILL.md
Quick append to today's daily log. No write gate — raw capture.
Note to log: $ARGUMENTS
What To Do
- Create today's daily log file (
memory/daily/YYYY-MM-DD.md) if it doesn't exist, using the daily log template - Append a timestamped entry:
[HH:MM] note text
- Confirm:
Logged to memory/daily/[date].md
That's it. No gate, no analysis, no routing. This is for quick capture when the user doesn't want the write gate overhead.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recall-search
Search across all memory tiers (registers, daily logs, archive) for relevant information.
recall-init
Scaffold the Total Recall memory directory structure in this project.
recall-promote
Review daily logs and promote entries to registers or working memory.
recall-status
Show memory system health — word counts, stale entries, hook status, recommendations.
recall-write
Write a note to memory with write gate evaluation. Only saves behavior-changing facts.
recall-forget
Mark memory entries as superseded. Preserves history, does not delete.
Didn't find tool you were looking for?