brainclaw + NemoClaw

NVIDIA enterprise agent stack bridge.

NemoClaw connects brainclaw to NVIDIA's enterprise agent stack so GPU-accelerated agents can participate in coordinated multi-agent flows. Agents using NVIDIA's reasoning runtimes inherit the same shared memory, constraints, and audit trail as the rest of the team.

Install via NemoClaw

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

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

This configures brainclaw as a skill for NemoClaw, bridging NVIDIA's enterprise agent stack with brainclaw's coordination layer.

Auto-setup

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