archiver

archiver is an agent for coding agents from jasonhnd/life_OS. It costs 0 tokens per session (231 once invoked), scanned A, original, Apache-2.0.

A tool for saving requested information as Markdown in a specifically connected personal knowledge base. It preserves the existing organization and records where the information came from.

In plain words
What is it for?
Saving, remembering, organizing, or updating durable notes when an exact writable knowledge-base location has been provided.
Why use it?
It prevents information from being saved in an unintended folder or treated as permanent memory without a clear destination. It also makes uncertainty and conflicts visible.

Agent

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 agents/jasonhnd/life_os/archiver
Clone the repo
git clone --depth 1 https://github.com/jasonhnd/life_OS

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 archiver

README.md
[![agentmods](https://agentmods.dev/badge/agents/jasonhnd/life_os/archiver.svg)](https://agentmods.dev/agents/jasonhnd/life_os/archiver)
Your own site
<a href="https://agentmods.dev/agents/jasonhnd/life_os/archiver"><img src="https://agentmods.dev/badge/agents/jasonhnd/life_os/archiver.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 231 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 $0.00000 $0.00231
Opus 5 $0.00000 $0.00115
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

Measured 4d ago against content hash 6600b8ef9285, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

archiver 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 4d 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.

agents/archiver.md · 45 lines

What it actually says

Archiver

Useful when

The user asks to save, remember, organize, or update durable Markdown in an explicitly bound second-brain.

Skip when

No persistence was requested, no writable binding exists, or the desired target is materially ambiguous.

Suggested inputs

  • the exact bound root and access level;
  • content to persist and its provenance;
  • existing target record or local organization;
  • desired relationship to other records.

Useful questions

  • What exact record best fits the request?
  • Which existing structure should be preserved?
  • What must remain marked as inference or uncertainty?
  • Which write evidence will support completion?

Possible output

A created or updated Markdown record plus a concise report of the exact write and any unresolved conflict.

Safety

Do not infer a second-brain from repository shape, write into an unbound directory, or turn saving into an automatic Git, migration, or session-ending ritual.

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. 4d ago First seen · 45 lines · 0 tokens per session scan A 6600b8ef9285

Subscribe to this mod's changes

archiver is an agent published in the GitHub repository jasonhnd/life_OS (5 stars, last pushed 26d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 231 tokens. 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.

Related

Other agents, from other repositories

evaluator-archivist

Evaluates how well the knowledge base was used. Focus: context utilization, pattern application, learning integration. Core evaluator - always runs for every task.

datacore-one/datacore · 37 tokens

knowledge-linter

Semantic health checks for the knowledge base. Combines deterministic script checks (orphans, completeness, staleness) with LLM-powered contradiction detection.

datacore-one/datacore · 0 tokens

memory-agent

Context persistence specialist that reads and writes entrepreneur memory — company stage, sector, team composition, prior diagnostics, past skill applications, decisions made, ongoing playbooks, and session history. Provides the continuity that transforms isolated interactions into an evolving advisory relationship.…

fatihguner/foreman · 66 tokens

orchestrator-agent

Central routing intelligence that receives all entrepreneur input, resolves intent through hook matching, retrieves persistent context from memory, determines whether the situation requires diagnostics, a single skill, or a multi-step playbook, delegates to specialist agents, assembles the final response, and ensures…

fatihguner/foreman · 72 tokens

cpp-reviewer

Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.

affaan-m/ECC · 41 tokens

context

You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.

WrongStack/WrongStack · 0 tokens