---
name: Recall Log
slug: recall-log
category: Automation
description: "Recall Log quickly appends a timestamped note to today's daily log without write-gate evaluation. Use it for fast capture when you want to record something immediately."
github: "https://github.com/davegoldblatt/total-recall/tree/main/skills/recall-log"
language: Shell
stars: 202
forks: 13
install: "npx degit https://github.com/davegoldblatt/total-recall/tree/main/skills/recall-log ~/.claude/skills/recall-log"
installs_to: ~/.claude/skills/recall-log
source_path: skills/recall-log/SKILL.md
collection_size: 10
category_size: 1956
collection_url: "https://dirskills.com/collections/davegoldblatt/total-recall"
added: 2026-09-05T05:30:11.052Z
last_synced: 2026-09-05T05:30:11.052Z
canonical_url: "https://dirskills.com/skills/recall-log"
---

# Recall Log

Recall Log quickly appends a timestamped note to today's daily log without write-gate evaluation. Use it for fast capture when you want to record something immediately.

**Install:**

```bash
npx degit https://github.com/davegoldblatt/total-recall/tree/main/skills/recall-log ~/.claude/skills/recall-log
```

## README

Quick append to today's daily log. No write gate — raw capture.

Note to log: $ARGUMENTS

## What To Do

1. Create today's daily log file (`memory/daily/YYYY-MM-DD.md`) if it doesn't exist, using the daily log template
2. Append a timestamped entry:

```
[HH:MM] note text
```

3. 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.
