brain-ops

Automate OpenClaw brain read/write/lookup/citation cycles over fixture data.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill brain-ops-weiping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-ops
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-reference-minimal/skills/brain-ops
Command: npx skills add https://github.com/weiping/gbrain-cn --skill brain-ops-weiping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the core OpenClaw brain cycle so the system can read, write, and manage citation-backed knowledge during operations.

Core Features & Use Cases

  • Read/write orchestration: Coordinates brain reads, writes, lookups, and citation flows as a single operational loop.
  • Page targeting for entity updates: Ensures updates are written into the correct fixtures directories for people and companies.
  • E2E-test fixture alignment: Designed to support the OpenClaw reference fixture used by end-to-end compatibility tests.

Quick Start

Use brain-ops to perform the fixture brain read/write/lookup/citation operations needed for the OpenClaw reference compatibility test.

Frequently Asked Questions about brain-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the OpenClaw brain read write loop for end-to-end tests?

The OpenClaw brain read write loop is automated by triggering read, write, lookup, and citation events over fixture data, ensuring deterministic ingestion for people and companies pages. This coordinates the entire citation-backed brain cycle as a single operational loop.

What is the brain citation cycle in OpenClaw and when do I need it?

The brain citation cycle in OpenClaw manages citation-backed knowledge during brain operations by coordinating reads, writes, and lookups. You need it for end-to-end test scenarios that require deterministic ingestion and citation-consistent operations for entity pages.

Do I need fixture data to run citation-consistent brain operations for people pages?

Yes, fixture data is required to run citation-consistent brain operations for people pages. The system applies these operations to the OpenClaw reference fixtures used by end-to-end compatibility tests, writing updated pages to the people directory.

Can I use OpenClaw brain operations to update company entity pages in test fixtures?

OpenClaw brain operations can update company entity pages in test fixtures by implementing triggers for any brain read, write, lookup, or citation events. The system writes the updated company pages directly to the companies directory.

What's the best way to ensure deterministic ingestion during OpenClaw e2e tests?

The best way to ensure deterministic ingestion during OpenClaw e2e tests is to use a reference fixture that automates the brain read, write, lookup, and citation cycle. This guarantees citation-consistent brain operations across test runs.

Why does my OpenClaw brain lookup not write to the correct people and companies directories?

A brain lookup may not write to the correct directories if the fixture alignment is missing. Proper page targeting ensures updates from brain operations are written into the correct fixtures directories for people and companies.