archive

A lifecycle tool for topic wikis that moves old topics into an archive while preserving them. Archived topics are hidden from normal wiki searches and maintenance work.

In plain words
What is it for?
Use it to archive or restore whole topic wikis and keep the main wiki focused on current subjects.
Why use it?
It keeps inactive interests out of everyday context without deleting their files. Archived topics can still be restored or maintained explicitly.

Command

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/nvk/llm-wiki/archive
Clone the repo
git clone --depth 1 https://github.com/nvk/llm-wiki
Per session 36 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,576 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.00036 $0.01576
Opus 5 $0.00018 $0.00788
Sonnet 5 $0.00007 $0.00315
Haiku 4.5 $0.00004 $0.00158

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

Security

Grade A, and why

archive 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 3d 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.

claude-plugin/commands/archive.md · 159 lines

How it starts

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

Your task

Manage the archive lifecycle for topic wikis. Archive is a context filter, not deletion: preserve the wiki, remove it from normal semantic workflows, and keep explicit restore/maintenance possible.

Read skills/wiki-manager/references/archive.md, skills/wiki-manager/references/hub-resolution.md, and skills/wiki-manager/references/wiki-structure.md before mutating files.

Resolve HUB

Archive is a hub-level operation. Resolve HUB with the standard protocol:

  1. Read $HOME/.config/llm-wiki/config.json. Prefer hub_path, expanding only a leading ~. Use resolved_path only as the legacy fallback described in hub-resolution.md.
  2. If no config exists, try $HOME/wiki/_index.md.
  3. Verify HUB/wikis.json and HUB/topics/ exist, unless the subcommand is helping initialize/report an empty hub.
  4. If the path can be statted but reading wikis.json or listing topics/ fails with Operation not permitted, stop with the hub-resolution diagnostic and do not fall back to another path.

Do not archive project-local .wiki/ directories in v1. Project archive remains /wiki:project archive; inventory and dataset archive remain status: archived.

Parse $ARGUMENTS

Subcommands:

  • list: show active topic wikis and archived counts. With --archived, show archived topics in a separate table.
  • topic : archive an active topic wiki.
  • restore : restore an archived topic wiki to active status.
  • peek : search archived topic indexes only and report possible matches without reading archived articles.

Flags:

  • --reason "why": optional archive reason stored in wikis.json.
  • --archived: include archived topics in list output.
  • --include-archived: allow explicit archived reads for peek or when a routed query follows an archived match.

If the input is empty, show the subcommands and examples.

Archive Topic

For topic <slug>:

  1. Refuse slug = hub.
  2. Read HUB/wikis.json.
  3. Resolve the active topic path:
    • Prefer a registry entry whose status is not archived.
    • Resolve registry paths as <HUB>, ~, absolute, or HUB-relative.
    • If the registry is stale but HUB/topics/<slug>/_index.md exists, use it and repair the registry.
  4. Fail if the source wiki is missing or already archived.
  5. Fail if HUB/topics/.archive/<slug>/ already exists.
  6. mkdir -p HUB/topics/.archive
  7. Move HUB/topics/<slug> to HUB/topics/.archive/<slug>.
  8. Update wikis.json:
    • path: "topics/.archive/<slug>"
    • status: "archived"
    • archived: YYYY-MM-DD
    • archive_reason: "<reason>" when provided
  9. Regenerate the hub _index.md active-topic table so archived topics do not appear as active. Include an archived count.
  10. Append logs:
  • HUB/log.md: ## [YYYY-MM-DD] archive | archived topic <slug>
  • archived topic log.md: same entry, if writable.
  1. Report the old path, new path, and restore command.

Read the full file on GitHub · 159 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. 3d ago First seen · 159 lines · 36 tokens per session scan A c6255bd32800

Subscribe to this mod's changes

archive is a command published in the GitHub repository nvk/llm-wiki (1,175 stars, last pushed 6d ago), licensed MIT. It adds 36 tokens to every session and 1,576 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.