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.mdsource 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
rememberrecallget_contextcheckpointrestore_checkpointforgetupdatereflectsync_to_files