Configure ByteRover as long-term memory for OpenClaw agents
Give your OpenClaw agents persistent memory with ByteRover. One setup script installs context retrieval, automatic memory curation, and daily knowledge mining — so your agents remember decisions, patterns, and fixes across sessions.
The script verifies each prerequisite and stops with a clear error message if anything is missing. If the byterover Clawhub skill is not installed, the script will attempt to install it automatically.
Automatically retrieves relevant knowledge before each agent response and stores new insights after each turn. Installs the @byterover/byterover plugin as an OpenClaw context engine. Requires OpenClaw v2026.3.22+.You can also install directly with openclaw plugins install @byterover/byterover — see the full setup guide for details.
Experimental — behavior may change in future updates.
Automatically curates insights to ByteRover when the agent’s context window approaches compaction. The agent reviews the session for architectural decisions, bug fixes, and patterns, then runs brv curate to save them before context is compacted. Learn more about compaction behavior.
Schedules a daily cron job that reads your latest session notes in memory/, extracts reusable knowledge, and runs brv curate to save findings to the context tree.
Property
Value
Name
ByteRover Knowledge Miner
Schedule
0 9 * * * (daily at 9 AM)
Session
isolated
Announcements
Enabled
If a cron job with the same name already exists, the script skips creation. Learn more about cron automation.
Supported list: OpenRouter, Anthropic, OpenAI, Google Gemini, xAI, Groq, Mistral, DeepInfra, Cohere, Together AI, Perplexity, Cerebras, Vercel, MiniMax, GLM, Moonshot AI, and OpenAI Compatible.To see all available providers: brv providers list
Reference
Configuration details, troubleshooting, and advanced topics