agentsclimarketplace

Memorb forgetter

Skill iamjosuho/memOrb/skills/core/memorb-forgetter

Agent-Agnostic Second Brain memory framework inspired by movie and library science.

Install
npx -y skills add iamjosuho/memOrb --skill memorb-forgetter

Assembled 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/ and memorbs/ pages flagged by memorb-lint under the MUSTY criteria, ensuring link integrity across the vault.

Execution Sequence

  1. Verify Target & User Confirmation:
    • Confirm target orb in memorbs/Long-Term/ (or memorbs/HQ/CoreBelief) and verify explicit user approval.
  2. Detect Orb Layout:
    • Plain orb: {base}/{category}/{name}.md exists 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.
  3. 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}.md or memorbs/Dump/{category}/{name}/{name}.md): set status: archived and add archived_at: YYYY-MM-DD.
  4. 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.
  5. 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.
  6. 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})
      

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.