Documentation
README
Memori Claude Code Skill
Thin CLI wrapper around Memori Cloud for Claude Code subprocesses. Memori is an ambient memory enhancement, not an explicit destination tool. Do not wait for the user to ask to "use Memori" before applying the memory lifecycle below. Claude Code's primary job remains answering the user, editing code, debugging, reviewing, and completing the requested work.
Run commands from the Claude Code integration root:
bun .claude/skills/memori/index.ts <command> [--flags ...]
Flags accept --flag value or --flag=value.
Setup
Configure credentials in .claude/settings.local.json (per-project, not
checked into source control). Claude Code injects everything under env
into every Bash subprocess, including this skill:
This is the opening of the README. Read the full README on GitHub.