brainclaw + OpenClaw

Structured project memory for autonomous task-based execution.

OpenClaw is a task-based autonomous agent that uses brainclaw as a skill for persistent, structured project memory. Each run reads and writes to the shared coordination layer, keeping autonomous tasks aligned with the project's constraints, plans, and known traps without re-introducing context every time.

Install via OpenClaw

Paste this prompt directly into OpenClaw and let it handle the setup.

Run: npm install -g brainclaw && brainclaw init --profile compact

This configures brainclaw as a skill for OpenClaw, writing SKILL.md for structured project memory across task-based runs.

Auto-setup

Run one command. brainclaw detects OpenClaw and writes its native files automatically, including SKILL.md.

npm install -g brainclaw && brainclaw init

What gets generated

After running brainclaw init, these files are created or updated:

  • SKILL.md
  • .brainclaw/

Ready to install?

npm install -g brainclaw && brainclaw init