Remember All Prompts Daily

Preserve conversation continuity across token compaction cycles by extracting and archiving all prompts with date-wise entries. Automatically triggers at 95% token usage (pre-compaction) and 1% (new sprint start) to export session history, then ingests archived summaries on session restart to restore context.

تثبيت
$clawhub install remember-all-prompts-daily

Remember All Prompts Daily

This skill maintains conversation continuity across token budget cycles by automatically archiving your session history before compaction and restoring it when a new session begins.

How It Works

1. Extraction Trigger (95% Token Usage)

When token usage approaches 95%:

  • Run export_prompts.py to extract current session history

  • Format all prompts/responses with timestamps

  • Append to memory/remember-all-prompts-daily.md with date-wise entry

  • Marks the archive point so compaction can proceed

2. Fresh Session Trigger (1% Token Usage)

When a new session starts (fresh 1% token usage):

  • Check if memory/remember-all-prompts-daily.md exists

  • Read the most recent entry

  • Ingest it as "past conversation summary" to restore context

  • Continues naturally from where the previous session ended

3. Daily File Structure

# Remember All Prompts Daily

## [DATE: 2026-01-26]

### Session 1 (09:00 - 09:47)
[All prompts and responses from session]

### Session 2 (10:15 - 11:30)
[All prompts and responses from session]

Scripts

scripts/export_prompts.py

Extracts all prompts/responses from current session and archives them.

Usage:

python scripts/export_prompts.py

What it does:

  • Uses sessions_history() to fetch all messages from current session

  • Formats with timestamps and message IDs

  • Appends to memory/remember-all-prompts-daily.md

  • Includes metadata (token count, duration, etc.)

scripts/ingest_prompts.py

Reads the daily archive and injects it as context on session start.

Usage:

python scripts/ingest_prompts.py

What it does:

  • Reads memory/remember-all-prompts-daily.md (if exists)

  • Extracts most recent session

  • Returns formatted summary for ingestion into new session

Integration

Heartbeat Check

Add to HEARTBEAT.md to monitor token usage:

Check token usage - if >95%, export session history

Cron Job (Optional)

For automatic triggers:


# Check token at regular intervals
clawdbot cron add --text "Check token usage and export if needed" --schedule "*/15 * * * *"

Example Flow

Session 1:

  1. Chat normally

  2. Token reaches 95%

  3. export_prompts.py runs automatically

  4. All prompts archived to daily file

  5. Session compacts

Session 2 (New Sprint):

  1. Fresh 1% token budget

  2. ingest_prompts.py reads archive

  3. "Here's what we discussed yesterday..."

  4. Context restored, conversation continues seamlessly

Manual Usage

Export Right Now

python skills/remember-all-prompts-daily/scripts/export_prompts.py

View Today's Archive

cat memory/remember-all-prompts-daily.md | tail -100

Ingest Previous Session

python skills/remember-all-prompts-daily/scripts/ingest_prompts.py

Token Monitoring

Monitor token usage via:

session_status  # Shows current token usage %

When you see token usage approaching 95%, the skill can auto-trigger, or you can manually export.

Notes

  • Runs only in main session (direct chat with Ateeb)

  • Respects privacy — only stores your actual prompts and responses

  • Daily file auto-rotates at midnight (one entry per date)

  • Can be manually triggered anytime

التفاصيل

الإصدار
v1.0.1
التنزيلات
1,820
النجوم
2

Skills شائعة

Model Usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Linear
Linear API integration with managed OAuth. Query and manage issues, projects, teams, cycles, and labels using GraphQL. Use this skill when users want to create, update, or query Linear issues, search for tasks, manage projects, or track work. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
AI Persona OS
The complete operating system for OpenClaw agents. Now with 13 Iconic Character souls (Thanos, Deadpool, JARVIS, Mary Poppins, Darth Vader, and more), SOUL.md Maker (deep SOUL.md builder interview), 11 original personality souls, soul blending, and the full soul gallery. Plus: zero-terminal agent-driven setup, quick-start persona presets, in-chat commands, ambient context monitoring, enforced heartbeat protocol (model + version display), traffic-light status indicators, auto-migration, auto-pruning, config validator, version tracking, structured escalation protocol, context protection, security inoculation, shared-channel discipline, team integration, proactive patterns, never-forget protocol, 8 operating rules, and 4 growth loops. One install. Complete system. Built by Jeff J Hunter.