MemWal
Portable, encrypted memory storage and recall for agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install MemWal?โผ
Run `npx skills add MystenLabs/MemWal --all -g -y` in your terminal to install this skill globally.
What is Walrus Memory used for?โผ
It gives AI agents persistent, portable memory that survives across apps and sessions. Memories are encrypted, stored on decentralized Walrus storage, and retrieved by semantic search.
How do I add memory to my AI app?โผ
Install the SDK, create a client with your delegate key and account ID, then call remember() to store facts and recall() to search them by meaning.
Does MemWal work with the Vercel AI SDK?โผ
Yes. The withMemWal middleware wraps your model to automatically recall relevant memories before generation and save new facts afterward.
How is memory kept private and isolated?โผ
Memories are encrypted with SEAL and scoped by owner plus namespace, so recalls never leak data across users, apps, or namespaces.
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