beta-agent-memory
Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1477009639zw-blip/beta-agent-memoryAgent 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
| Type | Context Window | Price |
|---|---|---|
| Basic | 100K tokens | $100 |
| Pro | 1M tokens | $300 |
| Enterprise | Unlimited | $800 |
Built by Beta
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1477009639zw-blip-beta-agent-memory": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
lead-scoring
AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration.
quick-skill-maker
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
sentiment-analyzer
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.
competitor-analysis
Comprehensive competitor analysis framework. Research competitors, compare products, identify gaps, and find positioning opportunities. Used by startups, investors, and product teams.
content-writer
AI-powered content writing for tech, finance, and crypto. Blog posts, technical docs, whitepapers, market commentary. Research-backed, original, fast delivery.