# Send Openclaw Memory to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-memory",
    "name": "Openclaw Memory",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AtlasPA/openclaw-memory",
    "canonicalUrl": "https://clawhub.ai/AtlasPA/openclaw-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AGENT-PAYMENTS.md",
      "hooks/request-after.js",
      "hooks/request-before.js",
      "hooks/session-end.js",
      "IMPLEMENTATION-SUMMARY.md",
      "IMPLEMENTATION_SUMMARY.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T15:01:52.169Z",
      "expiresAt": "2026-05-13T15:01:52.169Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-memory",
        "contentDisposition": "attachment; filename=\"openclaw-memory-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-memory"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-memory"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-memory",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-memory/agent.md"
  }
}
```
## Documentation

### 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

Hooks into requests - Automatically extracts important information
Generates embeddings - Creates semantic vectors for search
Stores locally - SQLite database with full privacy
Retrieves on demand - Injects relevant memories before requests
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

Documentation
Agent Payments Guide
GitHub Repository
ClawHub Page

Built by the OpenClaw community | First memory system with x402 payments
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: AtlasPA
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T15:01:52.169Z
- Expires at: 2026-05-13T15:01:52.169Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-memory)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-memory/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-memory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-memory/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-memory)