grantai-memory

Persistent memory for OpenClaw agents. Exact recall in milliseconds - your agent remembers everything across sessions.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "grantai-memory" with this command: npx skills add lgrant1234/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

ToolDescription
grantai_inferQuery memory (use FIRST before file searches)
grantai_teachStore information for future recall
grantai_learnImport files/directories into memory
grantai_summarizeSave session summaries
grantai_projectTrack project state across sessions
grantai_snippetStore code snippets with context
grantai_captureCapture conversation turns verbatim
grantai_gitImport git commit history
grantai_healthCheck memory system status
grantai_savingsView 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

handdraw-flowchart

Create hand-drawn workflow diagrams from natural-language process descriptions by generating strictly validated Mermaid flowchart, sequenceDiagram, or classD...

Registry SourceRecently Updated
Automation

Find Agent

OceanBus-powered agent and service discovery via Yellow Pages. Use when users want to find someone, look for a service, reach out to an expert, discover anot...

Registry SourceRecently Updated
Automation

Qwen Web Agent

Browser automation for 通义千问 (Qwen) web interface at qianwen.com. Use when the agent needs to ask questions to Qwen AI and get back responses via browser auto...

Registry SourceRecently Updated
Automation

bot File Processor

通用文件处理技能,用于批量重命名和格式转换。当用户需要批量重命名文件(添加前缀/后缀、替换文本、编号重命名、正则表达式重命名)或转换文件格式(图片格式转换、PDF与图片互转、DOCX转PDF、Markdown转PDF)时使用此技能。

Registry SourceRecently Updated