← 返回
AI智能 中文

Openclaw Memory

Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions.
为智能体提供持久化本地语义记忆,支持自动学习、事实检索,以及可选付费的全会话无限期保留。
atlaspa
AI智能 clawhub v1.0.0 1 版本 98969.3 Key: 无需
★ 1
Stars
📥 5,453
下载
💾 115
安装
1
版本
#latest

概述

OpenClaw Memory System

Persistent memory across sessions with semantic search and x402 payments.

What is it?

The first OpenClaw skill that gives your agents persistent memory - they remember facts, preferences, patterns, and conversation history across all sessions. Never repeat context again.

Key Features

  • 🧠 Persistent Memory - Remembers everything across sessions
  • 🔍 Semantic Search - Find memories by meaning, not just keywords
  • 🤖 Automatic Learning - Extracts facts and preferences automatically
  • 💾 Local Storage - SQLite database with vector embeddings
  • 💰 x402 Payments - Agents can pay for unlimited storage (0.5 USDT/month)

Free vs Pro Tier

Free Tier:

  • 100 memories maximum
  • 7-day retention
  • Basic semantic search

Pro Tier (0.5 USDT/month):

  • Unlimited memories
  • Permanent retention
  • Advanced semantic search
  • Memory relationship mapping

Installation

claw skill install openclaw-memory

Commands

# Search memories
claw memory search "What does user prefer?"

# List recent memories
claw memory list --limit=10

# Show stats
claw memory stats

# Open dashboard
claw memory dashboard

# Subscribe to Pro
claw memory subscribe

How It Works

  1. Hooks into requests - Automatically extracts important information
  2. Generates embeddings - Creates semantic vectors for search
  3. Stores locally - SQLite database with full privacy
  4. Retrieves on demand - Injects relevant memories before requests
  5. Manages quota - Prunes old memories when limits reached (Free tier)

Use Cases

  • Remember user preferences and coding style
  • Store project context and requirements
  • Learn patterns from repeated interactions
  • Maintain conversation history across sessions
  • Build knowledge base over time

Agent Economy

Agents can autonomously evaluate if Pro tier is worth it:

  • Cost: 0.5 USDT/month
  • Value: Saves tokens by eliminating context repetition
  • ROI: If persistent memory saves >0.5 USDT/month in tokens, it pays for itself

See AGENT-PAYMENTS.md for x402 integration details.

Privacy

  • All data stored locally in ~/.openclaw/openclaw-memory/
  • No external servers or telemetry
  • Embeddings can use local models (no API calls)
  • Open source - audit the code yourself

Dashboard

Access web UI at http://localhost:9091:

  • Browse and search memories
  • View memory timeline
  • Check quota and stats
  • Manage Pro subscription

Foundation for Future Tools

Memory System is the foundation for:

  • Context Optimizer - Uses memories to compress context
  • Smart Router - Learns routing patterns
  • Rate Limit Manager - Tracks usage patterns

Requirements

  • Node.js 18+
  • OpenClaw v2026.1.30+
  • OS: Windows, macOS, Linux

Links


Built by the OpenClaw community | First memory system with x402 payments

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Openclaw Context Optimizer

atlaspa
智能压缩上下文,降低 40‑60% token 使用率,融合去重、剪枝、摘要与自适应学习。
★ 0 📥 2,492
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,905
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697