ByteRover Memory Plugin for OpenClaw: Native Integration with Semantic Hierarchy

The ByteRover Memory Plugin is now available for OpenClaw, offering native integration for structured, long-term memory management through ClawHub. This plugin moves beyond vector databases to implement a semantic hierarchy approach.
Key Features
- Three-Layer Memory Architecture: Context Tree (structured knowledge base), Workspace Memory (core rules/preferences/guidelines), and Daily Memory (session notes)
- Git-like Stateful Memory: Organizes memory into a semantic hierarchy of human-readable, diffable, and git-friendly Markdown files
- Local-first but Fully Portable: Local-by-default, fully portable for multi-agent teams
- High Accuracy: Achieves 92.2% retrieval accuracy on both LoCoMo and LongMemEval benchmarks, maintaining 90% accuracy even with cheap & lightweight models
Technical Integration
The plugin builds on OpenClaw's recent changes. On March 21, 2026, OpenClaw merged PR #50848, which adds an optional prompt parameter to ContextEngine.assemble(), allowing retrieval-oriented engines to use the current user query when assembling context.
Setup Requirements
- OpenClaw v2026.3.22+ is required
- If upgrading from earlier versions: remove the
plugins.allowfield from youropenclaw.jsonand restart the gateway
Installation
Complete automation loop installs via a single interactive script:
curl -fsSL https://byterover.dev/openclaw-setup.sh | shOr install the plugin only:
openclaw plugins install /byteroverThe plugin is available on NPM at @byterover/byterover and has been submitted to ClawHub, where it's currently undergoing security review.
📖 Read the full source: r/clawdbot
👀 See Also

Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
A Claude Code plugin uses markdown files to track campaign state and lets Claude act as Dungeon Master for solo D&D sessions. The system is free and open-source, requiring installation as a plugin followed by the /claude-dnd:new-campaign command to start.

ClawVibe: A Hands-Free iOS Voice Assistant for AI Agents with On-Device STT/TTS
ClawVibe is a native iOS app that provides hands-free voice interaction with AI agents during commutes. It uses on-device speech recognition and TTS, supports CarPlay, and includes voice biometrics to filter background noise. Only text is sent over the network.

Tripsy Launches MCP Server for Claude: Manage Trips via Structured API
Tripsy's official MCP server lets Claude directly read, create, and update trips, activities, stays, transportation, and expenses. Setup takes ~1 minute via Claude's custom connector.

ClawMetry: Open-Source Observability Dashboard for OpenClaw Agents
ClawMetry is an open-source observability dashboard for OpenClaw agents that provides live session activity, token cost tracking, memory file change detection, and stuck session alerts. It runs locally with pip install clawmetry and was built using OpenClaw itself.