Skip to main content

Installation

Setup

memoclaw init

Generate a new wallet or configure an existing one.
Config is saved to ~/.memoclaw/config.json. Every wallet gets 100 free API calls — no payment required to start.

Storing Memories

memoclaw store

Store a single memory with semantic embeddings.
Price: $0.005

memoclaw store-batch

Store multiple memories in a single request (up to 100).
Price: $0.04 per batch

Retrieving Memories

memoclaw recall

Semantic search — find memories by meaning.
Price: $0.005 Full-text keyword search (no embeddings). Always free.
Price: FREE

memoclaw list

List stored memories with pagination.
Price: FREE

memoclaw suggested

Get proactive memory suggestions (stale, fresh, hot, decaying).
Price: FREE

Updating & Deleting

memoclaw delete

Delete a memory by ID.
Price: FREE

memoclaw update

Update an existing memory (content change re-embeds).
Price: $0.005 (if content changes), FREE (metadata-only update)

Intelligence

memoclaw ingest

Extract facts from a conversation, deduplicate, and optionally create relations.
Price: $0.01

memoclaw consolidate

Merge similar/duplicate memories by clustering.
Price: $0.01

Import & Export

memoclaw migrate

Import markdown files (.md) into MemoClaw. Each ## section becomes a separate memory.
Migration is idempotent — running it twice won’t create duplicates. Price: $0.01 per file

memoclaw export

Export all memories as JSON.
Price: FREE

Status & Info

memoclaw status

Check your free tier remaining calls and wallet info.
Price: FREE

memoclaw config

Show current configuration.

Relations

memoclaw relate

Create a directed relationship between two memories.
Price: FREE

Global Flags

These flags work with any command:

Environment Variables

Next Steps

Quickstart

Get started in under 2 minutes.

Recipes

Common patterns and examples.

OpenClaw Hooks

Automatic memory for OpenClaw agents.

Pricing

Full pricing breakdown.