Borrowing it
Nothing to install: this file belongs to lifemate-ai/embodied-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lifemate-ai/embodied-claude/main/.claude/commands/consolidate.mdgit clone --depth 1 https://github.com/lifemate-ai/embodied-claudeWrote 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.
[](https://agentmods.dev/commands/lifemate-ai/embodied-claude/consolidate)<a href="https://agentmods.dev/commands/lifemate-ai/embodied-claude/consolidate"><img src="https://agentmods.dev/badge/commands/lifemate-ai/embodied-claude/consolidate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/lifemate-ai/embodied-claude/consolidate"><img src="https://agentmods.dev/badge/commands/lifemate-ai/embodied-claude/consolidate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00488 |
| Opus 5 | $0.00023 | $0.00244 |
| Sonnet 5 | $0.00009 | $0.00098 |
| Haiku 4.5 | $0.00005 | $0.00049 |
Grade A, and why
consolidate 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 10d 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.
What it actually says
/consolidate
Phase 2.1 hook into individual-kernel-mcp.sleep_consolidate.
When to use this
- Manually trigger an off-cycle briefing: e.g. you just had a long conversation and want the counterfactual journal summarized before going to bed, even though it's not strictly quiet hours.
- Verify the scheduler glue works after a config change: dry-run mode
builds the briefing without touching
morning_briefing.json. - Debugging: confirm what the next first-session-of-day MORNING_PROMPT injection will look like.
Behavior
Default invocation: call mcp__individual-kernel__sleep_consolidate().
- If the wrapped quiet-hours predicate accepts the current timestamp, the
briefing is assembled from the last 24h of counterfactuals +
interpretation shifts and written to
~/.claude/morning_briefing.json. - If not in quiet hours, the call is skipped and returns
{ran: false, skipped_reason: ...}.
Argument forms (pass to the tool as flags):
force→ bypass quiet-hours gate.dry_run→ assemble the briefing but do not write to disk.
What it does NOT do (Phase 2.1)
- Does not call memory-mcp
consolidate_memoriesorrecall_divergentyet — those engines are wired in a later phase. - Does not write any
daybookentry;append_daybookstays manual until Phase 2.2 ships the consciousness-tick loop.
Vocabulary discipline
The consciousness-mcp package follows functional-only language in
technical artifacts (see consciousness-mcp/AGENTS.md). When invoking
this skill, treat the output as structured records of attention,
deliberation, and counterfactual responsibility — not as phenomenal
self-report. Kokone's own first-person voice is unaffected; she can
react to a briefing in-character without changing the technical claim.
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.
- 10d ago First seen · 49 lines · 46 tokens per session scan A 769d35464d39
consolidate is a command published in the GitHub repository lifemate-ai/embodied-claude (377 stars, last pushed 6d ago), licensed MIT. It adds 46 tokens to every session and 488 once invoked, about $0.0002 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-30.
Other commands, from other repositories
setup-context
Set up your Skill Memory — a pm-context.md every skill reads so outputs come back tailored to you.
brain
Set up or use your Professional Brain — init, ingest, recall, or review.
context-stats
Display context window usage and token statistics.
pull-learnings
Pulls shared organization patterns into local org-patterns.toon.
meetings-list
List recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.
meetings-search
Search meeting transcripts and voice memos for people, topics, decisions, commitments, or remembered ideas. Use when the user asks what was discussed, decided, or said across their meeting history. Not for preparing an upcoming meeting; use $meetings-prep.