Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/mishahanin/heading-osnpx agentmods add skills/mishahanin/heading-os/dreamWrote 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/skills/mishahanin/heading-os/dream)<a href="https://agentmods.dev/skills/mishahanin/heading-os/dream"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/dream/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/skills/mishahanin/heading-os/dream"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/dream.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 4 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Agent Snooping · line 134 Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
- high Memory Poisoning · line 332 Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.Fix: Protect agent memory and state from modification by untrusted content. Use read-only memory for critical instructions and validate all state changes.
- medium Excessive Agency · line 17 Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
- medium Rogue Agent · line 44 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00141 | $0.03802 |
| Opus 5 | $0.00071 | $0.01901 |
| Sonnet 5 | $0.00028 | $0.00760 |
| Haiku 4.5 | $0.00014 | $0.00380 |
Grade A, and why
dream scanned grade A with 1 finding 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.
Reads agent configuration directorieslowAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
grep -rn "<narrow term>" ~/.claude/projects/<project-slug>/ --include="*.jsonl" | tail -30 Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 336 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dream - Reflective Memory Consolidation
Perform a reflective pass over memory files. Synthesize recent learnings into durable, well-organized memories so that future sessions can orient quickly.
Paths
- Memory directory: the canonical DATA overlay
<data-root>/auto-memory/, resolved via:
This is the authoritative store. Do NOT operate on the native harness storepython3 -c "from scripts.utils.workspace import get_auto_memory_dir; print(get_auto_memory_dir())"~/.claude/projects/<project-slug>/memory/-memory-reconcile.pyre-syncs from the canonical dir at SessionStart. - Index file:
MEMORY.md(inside that dir, 200-line budget) - Transcripts:
~/.claude/projects/<project-slug>/*.jsonl - Context7:
python3 scripts/context7.py "<library>" "<topic>" - Security rules:
.claude/rules/security.md. Engine code, so every clone has it. - Security law:
docs/security/SECURITY-CONSTITUTION.md. It routesprivate, so a clone with no data overlay does not carry it.
Variables
$ARGUMENTS- Optional focus area or topic to investigate during the dream
Phase 0 - Orient
Understand the current state of the memory system before making any changes.
-
List memory files:
ls "$(python3 -c 'from scripts.utils.workspace import get_auto_memory_dir; print(get_auto_memory_dir())')" -
Read the index: Read
MEMORY.mdto understand current structure, categories, and entry count. -
Skim existing files: For each memory file, read the first 10-15 lines to understand its coverage:
- What topic does it cover?
- When was it last updated (check content dates)?
- Is the information still likely current?
-
Detect orphans: Cross-reference file list against
MEMORY.mdentries. Files present on disk but missing from the index are orphans - flag them for Phase 3. -
Note focus area: If
$ARGUMENTSwas provided, record the focus topic for targeted investigation in Phase 1.
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.
- 5d ago Changed · +7 lines 34876a0d97bb
- 9d ago First seen · 329 lines · 141 tokens per session scan A be705dd50569
dream is a skill published in the GitHub repository mishahanin/heading-os (11 stars, last pushed today), licensed Apache-2.0. It adds 141 tokens to every session and 3,802 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agentsview-usage
Search prior session history to recall how similar work was handled before. Use when you want to leverage a past approach, check prior experience on a topic, answer "how was this handled before", or cross-verify current handling against precedent from earlier sessions.
letter-hooker
Erweitert automation-self-care um Letter Hooks, Preflight-Bootloader, Dokument-Traversierungsregeln und selbstheilende Prompt-Kontext- Anreicherung für KI-Agenten und CLIs ohne native, ereignisgetriebene JSON-Lifecycle-Hooks (wie Antigravity / Gemini CLI). Nutzen, wenn ein Agent Preflight-Regeln injizieren, vor…
honcho
Configure and troubleshoot Honcho memory for Hermes.
qmd
Hybrid local search over notes, docs, and transcripts.
hive.context-preservation
Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.
hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.