Grantai Memory
/install grantai-memory
GrantAi Memory
Persistent memory for your OpenClaw agent. Never hit context limits again.
Your agent remembers everything - from 1 minute ago to 5 years ago. Exact recall in milliseconds.
Free for OpenClaw Users
GrantAi Memory is free for OpenClaw users - automatic activation, no license key required.
The Problem
OpenClaw agents hit context window limits mid-task, forget everything, and start from scratch.
The Solution
GrantAi gives your agent exact recall in milliseconds:
- Memory persists across sessions
- Works outside the context window
- 100% local - data never leaves your machine
- AES-256 encrypted at rest
Installation
Download from solonai.com/grantai/download
- macOS: .pkg installer
- Windows: GUI installer (.exe)
- Linux: .tar.gz package
- Docker:
ghcr.io/solonai-com/grantai-memory:1.8.6
Configuration
Add to your OpenClaw config:
mcp:
grantai:
command: grantai-mcp
Or with Docker:
mcp:
grantai:
command: docker
args:
- run
- -i
- --rm
- -v
- grantai-data:/data
- ghcr.io/solonai-com/grantai-memory:1.8.6
Tools
| Tool | Description |
|---|---|
grantai_infer |
Query memory (use FIRST before file searches) |
grantai_teach |
Store information for future recall |
grantai_learn |
Import files/directories into memory |
grantai_summarize |
Save session summaries |
grantai_project |
Track project state across sessions |
grantai_snippet |
Store code snippets with context |
grantai_capture |
Capture conversation turns verbatim |
grantai_git |
Import git commit history |
grantai_health |
Check memory system status |
grantai_savings |
View token savings statistics |
Usage Examples
Store a decision:
Remember that we decided to use JWT for authentication
Recall it later:
What did we decide about authentication?
→ Returns exact decision in milliseconds
Import codebase:
Learn the src/ directory
Support
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install grantai-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/grantai-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Grantai Memory 是什么?
Persistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Grantai Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install grantai-memory」即可一键安装,无需额外配置。
Grantai Memory 是免费的吗?
是的,Grantai Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Grantai Memory 支持哪些平台?
Grantai Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Grantai Memory?
由 lgrant1234(@lgrant1234)开发并维护,当前版本 v1.3.0。