Aria_moltbot working_memory

aria-working-memory

install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/working_memory" ~/.claude/skills/najia-afk-aria-moltbot-working-memory && rm -rf "$T"
manifest: aria_skills/working_memory/SKILL.md
source content

aria-working-memory

Persistent short-term memory operations for Aria runtime context.

Purpose

  • Store, retrieve, rank, checkpoint, and prune working memory.
  • Provide high-relevance context for decision and response flows.

Main Tools

  • remember
  • recall
  • get_context
  • checkpoint
  • restore_checkpoint
  • forget
  • update
  • reflect
  • sync_to_files