Ori-Mnemos
Persistent markdown memory with self-learning graph retrieval
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ori-Mnemos?โผ
Run `npx skills add aayoawoyemi/Ori-Mnemos --all -g -y` in your terminal to install all skills in this suite globally.
How to give an AI agent long-term memory?โผ
Ori stores notes as linked markdown files on disk and retrieves them on demand, so knowledge survives across sessions, clients, and machines without any cloud service.
Does Ori-Mnemos need a database or API keys?โผ
No. It runs fully offline using local embeddings and a SQLite index, with plain markdown files as the storage layer.
Which AI clients work with Ori-Mnemos?โผ
It connects via MCP to Claude Code, Hermes, OpenCode, Cursor, and Codex, with full lifecycle automation on the first three.
How does Ori decide what to forget?โผ
Notes fade using cognitive decay models based on how often they are accessed, while frequently used and structurally important notes stay alive automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core