brainclaw + PicoClaw

Edge / IoT agent — Go, <10 MB RAM footprint.

PicoClaw is a scheduled Go-based agent under 10 MB RAM, designed for periodic coordination on edge devices and IoT infrastructure. It reads brainclaw's skill output and emits coordination events without requiring a full agent runtime.

Install via PicoClaw

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

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

This configures brainclaw as a skill for PicoClaw, the edge/IoT agent built in Go with <10 MB RAM footprint.

Auto-setup

Run one command. brainclaw detects PicoClaw 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