← Back to Skills Marketplace
lgrant1234

Grantai Memory

by lgrant1234 · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ suspicious
352
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install grantai-memory
Description
Persistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions.
README (SKILL.md)

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


SolonAI

Usage Guidance
This skill appears coherent for adding a local persistent-memory coprocessor, but the security/privacy guarantees in the README depend on the upstream binary/image. Before installing: 1) Verify the publisher (solonai.com) and download checksums/signatures if available. 2) If you need to ensure data never leaves your machine, run the binary/image in an isolated container or host with networking disabled and monitor outgoing connections. 3) Review the Docker image and installer release notes or source code if available (or request a reproducible build). 4) Be aware that import commands will read files you point them at (codebases, git history) — avoid importing sensitive directories unless you trust the binary. If you want stronger assurance, obtain the binary from a verifiable release and/or audit it before use.
Capability Analysis
Type: OpenClaw Skill Name: grantai-memory Version: 1.3.0 The skill bundle requires the installation of external, opaque binaries (.pkg, .exe, .tar.gz) from a third-party domain (solonai.com) to function as an MCP server. While the stated purpose of providing persistent memory is plausible, directing users to execute external installers to enable agent capabilities is a high-risk supply chain pattern that could lead to arbitrary code execution. No explicit malicious instructions or exfiltration logic were found in the provided markdown, but the reliance on unverified external artifacts warrants a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description (persistent memory) match the declared requirement (grantai-mcp) and the SKILL.md tools (grantai_infer, grantai_teach, grantai_learn, etc.). Requiring a local mcp binary is expected for this integration.
Instruction Scope
SKILL.md limits actions to memory-related operations (store, recall, import directories, capture conversation turns). It also claims '100% local - data never leaves your machine' and AES-256 at rest; however, those guarantees are only as strong as the grantai-mcp binary/Docker image — the instructions do not provide any enforcement or verification steps (e.g., offline mode, no-telemetry flag, or reproducible checksums).
Install Mechanism
There is no install spec in the registry (instruction-only). SKILL.md points to downloads from solonai.com and a Docker image on ghcr.io (both reasonable hosts). Still, installation requires fetching and running third-party binaries/images — moderate risk unless you verify the releases or run in an isolated/containerized environment.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for a local tool that runs as a coprocessor. NOTE: import commands (learn/git import) will access files you point them at — expected for the stated functionality.
Persistence & Privilege
always is false and autonomous invocation is allowed (the platform default). The skill does not request persistent agent-level privileges or changes to other skills. Wiring the tool into OpenClaw config is normal for an MCP-style integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install grantai-memory
  3. After installation, invoke the skill by name or use /grantai-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
- Extends memory recall claim in documentation from "3 months ago" to "5 years ago" for greater clarity. - Bumps version from 1.2.0 to 1.3.0. - No functional or technical changes; documentation only.
v1.2.0
- Updated installation instructions with direct download links and package details for each OS. - Removed shell script installation for macOS/Linux in favor of dedicated installers. - Clarified installation steps for Docker, macOS, Windows, and Linux. - No changes to skill functionality or usage.
v1.1.0
Major documentation update for version 1.1.0: - Rewrote SKILL.md for clarity, usability, and modern OpenClaw config syntax - Added clear installation instructions for macOS, Linux, Windows, and Docker - Expanded tool list with new utility descriptions (e.g., grantai_capture, grantai_git, grantai_health, grantai_savings) - Stressed exact-recall, 100% local storage, and agent memory sharing features - Noted free automatic activation for OpenClaw users - Included configuration examples and usage scenarios for better onboarding
v1.0.0
- Initial release of GrantAi Memory for OpenClaw agents. - Enables persistent, encrypted memory across sessions with exact-recall (no vectors/RAG). - Provides six tools: grantai_infer, grantai_teach, grantai_learn, grantai_summarize, grantai_project, and grantai_snippet. - Supports multi-agent shared memory without extra configuration. - Simple setup and integration instructions included.
Metadata
Slug grantai-memory
Version 1.3.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Grantai Memory?

Persistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.

How do I install Grantai Memory?

Run "/install grantai-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Grantai Memory free?

Yes, Grantai Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Grantai Memory support?

Grantai Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Grantai Memory?

It is built and maintained by lgrant1234 (@lgrant1234); the current version is v1.3.0.

💬 Comments