MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Productivity & Tasks
✅

ByteRover

Give AI agents persistent project memory — store and retrieve patterns, decisions, and architectural rules with a simple CLI.

byteroverincv2.0.0
ProductivityAI PoweredOpen SourceAutomationCLIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install byterover
73Stars
24.4kDownloads
144Current Installs
89All-time Installs
📦
v2.0.0Version
📅
Mar 2, 2026Updated

Requirements

ByteRover Cloud API Key(optional)
View Source(ClawHub)

ByteRover Skill Overview

ByteRover is a knowledge management skill for AI agents that provides persistent, project-scoped memory via the brv CLI. It stores patterns, decisions, and architectural rules as human-readable Markdown files in .brv/context-tree/, making long-term context available across sessions. The default ByteRover LLM provider works out of the box with no API key required, and optional cloud sync lets teams share knowledge across workspaces.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install byterover
or

Click the Install button at the top of this page for one-click setup

When to Use ByteRover

Best Fit

  • Before starting any task — run brv query to surface relevant rules, preferences, and past decisions before your agent touches a single file.
  • After implementing a meaningful change — run brv curate to persist new patterns, architectural choices, or decisions so future sessions inherit that knowledge.
  • On team projects — use cloud sync (brv push / brv pull) so every agent or developer shares the same curated knowledge base.
  • When the agent needs to recall past actions or capabilities — query stored memory instead of relying on context-window history that may have scrolled out of reach.

When Not to Use

  • The information you need is already present in the current context window — skip brv query to avoid redundant LLM calls.
  • The fact is transient, task-specific, or amounts to general world knowledge — don't pollute the knowledge base with ephemeral data using brv curate.

Key Features

Persistent, Human-Readable Knowledge Store

All knowledge is saved as Markdown files inside .brv/context-tree/ in your project directory. Files are fully human-readable, diffable, and can be committed to version control alongside your code.

Zero-Config LLM Provider (No API Key Needed)

The built-in ByteRover provider powers brv query and brv curate out of the box — just run brv providers connect byterover. You can also swap in OpenAI, Anthropic, Google, or other providers using your own API key.

Smart Query & Curate Commands

brv query synthesizes answers from stored Markdown context using an LLM. brv curate categorizes and structures new knowledge — including content from up to 5 source files — and writes it back to the knowledge base.

Curate History & Audit Trail

Every brv curate run generates a log entry with a unique ID. You can review recent curations, filter by time or status, or inspect full file-operation details for any past entry using brv curate view.

Optional Cloud Sync for Teams

Authenticate with a ByteRover API key to push and pull your knowledge base to a shared cloud space. Teams can organize knowledge into named spaces within teams, and switching spaces automatically pulls the relevant context.

Privacy-First Local Operation

No data is sent to ByteRover servers unless you explicitly run brv push. All query and curate operations stay local — only the configured LLM provider receives context for processing.

Use Cases

Onboarding a fresh agent to an existing codebase

Run brv query "What are the authentication patterns in this project?" before the agent writes any code. Previously curated architectural decisions surface immediately, preventing the agent from reinventing or contradicting established patterns.

Persisting decisions after a complex refactor

After migrating from REST to GraphQL, run brv curate "GraphQL is now the API layer; REST endpoints deprecated" -f src/api/schema.ts so every future agent session inherits that context automatically.

Sharing team conventions across developers

Connect a shared ByteRover cloud space, push curated conventions (naming rules, deployment steps, code style decisions), and let every team member's agent pull the same knowledge base before starting work.

Auditing what the agent has learned over time

Use brv curate view --since 7d --status completed to review a week's worth of curations, verify accuracy, and catch any low-quality entries before they influence future agent behavior.

Requirements

  • LLM Provider — Required for brv query and brv curate. The default ByteRover provider is free and needs no API key (brv providers connect byterover). Alternatively, supply your own key for OpenAI, Anthropic, Google, or other supported providers.
  • ByteRover API Key (optional) — Required only for cloud sync (brv push, brv pull, brv space). Obtain from your ByteRover account and authenticate with brv login --api-key <key>.
Connecting to VM...
npx clawhub@latest install byterover
73Stars
24.4kDownloads
144Current Installs
89All-time Installs
📦
v2.0.0Version
📅
Mar 2, 2026Updated

Requirements

ByteRover Cloud API Key(optional)
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!