ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

beta-agent-memory

Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/beta-agent-memory
Or

Agent Memory System

Give your AI agent persistent, long-term memory across conversations and sessions.

Memory Types Implemented

Episodic Memory

Stores episodes/events from conversations:

  • Key facts extracted per conversation
  • Decisions made and context
  • User preferences and patterns
  • "Remembering" past interactions

Semantic Memory

Structured knowledge storage:

  • Entity definitions and relationships
  • Facts about the world
  • Domain knowledge base
  • Learned procedures

Procedural Memory

Agent's own capabilities:

  • Known skills and tools
  • How to use different APIs
  • Response patterns that worked

Architecture

User Input
    ↓
Short-term (current session context)
    ↓
Memory Retrieval → Top-k relevant memories (vector search)
    ↓
Context Injection → Combined prompt
    ↓
LLM Response
    ↓
Memory Storage → Extract new facts, update entities

Features

  • Vector-based storage (ChromaDB or Pinecone)
  • Entity extraction (spaCy NER)
  • Conversation summarization (every N turns)
  • Relevance scoring for retrieval
  • Forgetting/summarization of old memories

Use Cases

  • Personal AI assistant that remembers you
  • Customer support agent with context
  • Research agent with persistent knowledge
  • Trading agent with market memory
  • Personal CRM (remembering people and their context)

Technical Stack

  • ChromaDB / Pinecone (vector store)
  • spaCy (entity extraction)
  • LangChain (memory abstractions)
  • PostgreSQL (structured memory)

Pricing

TypeContext WindowPrice
Basic100K tokens$100
Pro1M tokens$300
EnterpriseUnlimited$800

Built by Beta

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-beta-agent-memory": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.