memory

memory is a skill for Claude Code, Codex from adamwang99/NEUTRON-EVO-OS. It costs 1 tokens per session (668 once invoked), scanned A, original, MIT.

A long-term memory system for storing daily logs, saved notes, archived records, and condensed knowledge for NEUTRON EVO OS.

In plain words
What is it for?
Use it to wake a session, save a note, search stored memories, check memory statistics, or record a session summary and next task.
Why use it?
It helps an agent recover prior context and retain useful information across sessions instead of relying only on the current conversation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to wake a session, save a note, search stored memories, check memory statistics, or record a session summary and next task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adamwang99/neutron-evo-os/memory
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.

Any agent
npx skills add adamwang99/NEUTRON-EVO-OS --skill memory
Clone the repo
git clone --depth 1 https://github.com/adamwang99/NEUTRON-EVO-OS

Made for: Claude Code, Codex.

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 memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/adamwang99/neutron-evo-os/memory.svg)](https://agentmods.dev/skills/adamwang99/neutron-evo-os/memory)
Your own site
<a href="https://agentmods.dev/skills/adamwang99/neutron-evo-os/memory"><img src="https://agentmods.dev/badge/skills/adamwang99/neutron-evo-os/memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 1 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00001 $0.00668
Opus 5 $0.00000 $0.00334
Sonnet 5 $0.00000 $0.00134
Haiku 4.5 $0.00000 $0.00067

Measured 8d ago against content hash 18dc713d2328, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

memory 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 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (logic/__init__.py, validation/__init__.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/core/memory/SKILL.md · 74 lines

How it starts

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

Execution Logic

Purpose

Manage long-term memory, daily logs, and Memory 2.0 (Dream Cycle: pruning + distillation) for NEUTRON EVO OS.

CLI Integration

Use the memoryos CLI for session lifecycle management:

  • memoryos wake — recover session context at start
  • memoryos remember "note" [--category <type>] — capture structured memories
  • memoryos search "query" — search across all memories
  • memoryos status — show MemoryOS statistics
  • memoryos sleep "summary" --next "next task" — save session checkpoint

Memory Architecture

memory/
├── YYYY-MM-DD.md     → Daily logs (append-only)
├── archived/          → Archived user data (NEVER DELETE)
│   └── *.log         → Timestamped archived logs
├── cookbooks/         → Distilled knowledge summaries
│   └── *.md          → Compressed topic summaries
└── learned/          → Learned skill patterns (via engine)

Daily Log Protocol

  • Session start: Read memory/YYYY-MM-DD.md (today's log)
  • Session end: Append session summary to memory/YYYY-MM-DD.md
  • Format: ISO timestamp + task + outcome + key learnings

Log Entry Format

## [HH:MM] — Task: <brief description>
- Action: <what was done>
- Outcome: <result>
- CI delta: <+/-N>
- Notes: <anything worth remembering>

Archive Protocol (CRITICAL)

  • User data: ALWAYS move to /memory/archived/ — never hard delete
  • System noise: .tmp, .cache files can be pruned after 3 days without references
  • Format: YYYY-MM-DD_HH-MM-SS_original-name.ext
  • Archive before any modification or deletion operation

Dream Cycle (Memory 2.0)

Triggered by Smart Observer when work settles (30s debounce):

  1. Archive Phase: Copy current logs to /memory/archived/ with timestamp
  2. Prune Phase: Remove .tmp/.cache files older than 3 days
  3. Distill Phase: Compress repetitive patterns into Cookbooks
  4. Update: Set last_dream in this SKILL.md header

Retrieval

  • Daily logs: memory/YYYY-MM-DD.md
  • Topic search: grep over memory/ directory
  • Cookbooks: memory/cookbooks/<topic>.md
  • Archived: memory/archived/*.log

Read the full file on GitHub · 74 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 74 lines · 1 tokens per session scan A 18dc713d2328

Subscribe to this mod's changes

memory is a skill published in the GitHub repository adamwang99/NEUTRON-EVO-OS (20 stars, last pushed 4mo ago), licensed MIT. It adds 1 tokens to every session and 668 once invoked, about $0.0000 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.

Related

Other skills, from other repositories

metago-expert-knowledge-crystal-curator

A Chinese-language system for managing short-term conversation notes, long-term stored knowledge, and reusable skills. It covers saving, finding, updating, and retiring this information over time.

metago-ai/metagolifeform · 80 tokens

metago-developer-response

A response procedure for handling developer corrections or criticism. It calls for checking the relevant evidence, finding the cause of an error, correcting the answer, and recording the lesson for future cases.

metago-ai/metagolifeform · 78 tokens

metago-memory-manage

A Chinese-language framework for managing knowledge and memory in four layers: facts, stored information, learned patterns and harder-to-explain judgement.

metago-ai/metagolifeform · 26 tokens

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens