Skip to main content

1. Create an Account

Go to app.orcamemory.com and sign up with your email.

2. Create a Project

After signing in, you’ll be prompted to create your first project.
  1. Click Create Project
  2. Enter a project name (e.g., “My App”)
  3. Click Create
Your project comes pre-configured with all four memory types enabled. Click Link Agent on your project. You’ll see a prompt with your credentials pre-configured.

4. Install the Plugin

1

Copy the Prompt

In the Link Agent dialog, click Copy to copy the full configuration prompt.
2

Paste into OpenClaw

Paste the prompt into your OpenClaw agent’s rules or system prompt. The prompt includes:
  • Your API credentials
  • Plugin configuration
  • Instructions for your Claw to use memory
3

Start Coding

Your Claw now has memory! It will automatically store and retrieve context as you work.
That’s it. The prompt handles everything.

Plugin Settings

These settings are pre-configured in the prompt, but can be adjusted:
SettingDefaultDescription
autoRecalltrueInject relevant memories before every AI turn
autoCapturetrueAutomatically store important information after each turn
maxRecallResults10Maximum memories injected per turn
profileFrequency1Inject memory profile every N turns
captureModeallall filters noise, everything captures all
debugfalseEnable debug logging

Available Tools

Once installed, your Claw has access to these tools:
ToolDescription
orca_memory_storeManually store a memory
orca_memory_searchSearch existing memories
orca_memory_forgetDelete a specific memory
orca_memory_profileView the current memory profile

Next Steps