remembrall-help

remembrall-help is a command for coding agents from cukas/remembrall. It costs 17 tokens per session (1,487 once invoked), scanned A, original, MIT.

A command that lists the Remembrall add-on's available commands, skills, and configuration options. Remembrall is a tool for preserving and managing coding-session context and memory.

In plain words
What is it for?
It is for finding commands for diagnostics, setup, memory, context budgets, session history, autonomous operation, and parallel agents.
Why use it?
It removes the need to remember the add-on's command names or look through its configuration manually.

Command

Part of the remembrall plugin — 6 skills, 12 commands, 4 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/cukas/remembrall/remembrall-help
Clone the repo
git clone --depth 1 https://github.com/cukas/remembrall

Or install remembrall, the plugin that ships this one along with the rest of its 6 skills, 12 commands, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remembrall-help

README.md
[![agentmods](https://agentmods.dev/badge/commands/cukas/remembrall/remembrall-help.svg)](https://agentmods.dev/commands/cukas/remembrall/remembrall-help)
Your own site
<a href="https://agentmods.dev/commands/cukas/remembrall/remembrall-help"><img src="https://agentmods.dev/badge/commands/cukas/remembrall/remembrall-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.01487
Opus 5 $0.00009 $0.00744
Sonnet 5 $0.00003 $0.00297
Haiku 4.5 $0.00002 $0.00149

Measured 5d ago against content hash b9eeed84a27c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

remembrall-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/remembrall-help.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Remembrall Help

Show the user this reference:

Commands

Command Description
/remembrall-status Diagnostic — check context %, bridge, handoffs, Pensieve, Time-Turner
/remembrall-help This help — list all commands, skills, and config
/setup-remembrall One-time setup — status-line bridge and config
/autonomous Toggle autonomous mode on/off
/phoenix Toggle Phoenix mode on/off — recurring context recycling
/map The Marauder's Map — visual session overview
/lineage Session ancestry DAG — see how sessions branch and chain
/statistics Ambient learning — file hotspots, patterns, recurring errors
/obliviate Memory pruning — analyze and archive stale memories
/budget Context budget — code vs conversation vs memory breakdown

Skills

Skill Description
/handoff Save structured handoff with state, files, git patches
/replay Resume from handoff — verify git state, restore patches
/pensieve Browse and search Pensieve session memories
/timeturner Manage Time-Turner parallel agents — status, diff, merge, cancel
/obliviate Guided memory pruning with user confirmation

Config (~/.remembrall/config.json)

Setting Default Description
git_integration false Save git patches before handoff
team_handoffs false Copy handoffs to project .remembrall/
autonomous_mode true Skip plan mode for overnight/unattended runs
retention_hours 72 Hours to keep handoffs before cleanup
max_transcript_kb (auto) Override max transcript size (rarely needed — bridge calibration handles this)
pensieve true Track session intelligence (files, commands, errors)
pensieve_max_sessions 3 Past sessions to inject on resume
pensieve_inject_budget 2000 Max chars for Pensieve context injection
time_turner false Spawn parallel agent at low context (opt-in)
time_turner_model sonnet Model for Time-Turner agent
time_turner_max_budget_usd 1.00 Budget cap for Time-Turner agent
threshold_timeturner 30 Context % to trigger Time-Turner
lineage true Record session ancestry (parent/child chains)
lineage_max_entries 50 Max sessions to keep in lineage index
statistics true Aggregate Pensieve data into project statistics
statistics_inject false Inject statistics into session context
statistics_min_sessions 3 Min sessions before generating statistics
obliviate true Analyze memories for staleness
obliviate_stale_sessions 5 Sessions without update before memory is stale
budget_enabled false Track context budget allocation (opt-in)
budget_code 50 Target % for code (tool use) content
budget_conversation 30 Target % for conversation content
budget_memory 20 Target % for memory/system content
patrol_integration true Listen for Patrol signal files
patrol_signal_ttl 300 Signal expiry in seconds
phoenix_mode false Recurring context recycling at urgent threshold
phoenix_max_cycles 10 Max Phoenix cycles per chain (safety cap)

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 96 lines · 17 tokens per session scan A b9eeed84a27c

Subscribe to this mod's changes

remembrall-help is a command published in the GitHub repository cukas/remembrall (6 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 1,487 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.