Memorb forgetter
Agent-Agnostic Second Brain memory framework inspired by movie and library science.
npx -y skills add iamjosuho/memOrb --skill memorb-forgetterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Memory Archive Executor (Mind Workers Forgetter): Archive outdated or MUSTY-flagged memorbs/Long-Term/ or memorbs/ pages to memorbs/Dump/ after user confirmation, and update vault Wiki Links. Triggered by memorb-lint report or user archive requests.
SKILL.md
2.2 KB, as published. Nobody here has run it
Memorb Forgetter Skill
Purpose: Decoupled archiving executor. Executes physical file relocation of
memorbs/Long-Term/andmemorbs/pages flagged bymemorb-lintunder the MUSTY criteria, ensuring link integrity across the vault.
Execution Sequence
- Verify Target & User Confirmation:
- Confirm target orb in
memorbs/Long-Term/(ormemorbs/HQ/Core/Belief) and verify explicit user approval.
- Confirm target orb in
- Detect Orb Layout:
- Plain orb:
{base}/{category}/{name}.mdexists as a single file. - Bundle orb:
{base}/{category}/{name}/is a folder containing{name}.md(and attachment files). - Use this two-step check to determine which applies before moving anything.
- Plain orb:
- Move Orb:
- Plain orb:
mv {base}/{category}/{name}.md memorbs/Dump/{category}/{name}.md - Bundle orb:
mv {base}/{category}/{name}/ memorbs/Dump/{category}/{name}/(move the entire folder) - Update the target page's frontmatter (
memorbs/Dump/{category}/{name}.mdormemorbs/Dump/{category}/{name}/{name}.md): setstatus: archivedand addarchived_at: YYYY-MM-DD.
- Plain orb:
- Rewrite Vault Wiki Links:
- Search the vault for all references to any of these patterns:
[[{name}]],[[memorbs/Long-Term/{category}/{name}]],[[memorbs/Long-Term/{category}/{name}/{name}]]. - Rewrite all matches to
[[memorbs/Dump/{category}/{name}|{name}]]so historical context is preserved without breaking links.
- Search the vault for all references to any of these patterns:
- Attachments need no special handling: raw material lives inside the orb's own bundle folder, so moving the folder in step 3 already carries it. Nothing is deleted — archiving is always a relocation.
- Log Archive Event:
- Append to
memorbs/log.md:## [YYYY-MM-DD] archive | {name} - Original Path: {base}/{category}/{name}.md (or {name}/ for bundle) - Layout: plain | bundle - Reason: MUSTY criteria ({M/U/S/T/Y})
- Append to