NullClaw Overview

NullClaw is the runtime layer of the ecosystem: it executes prompts, tools, memory operations, and channel I/O.

Start In 5 Minutes

  1. Follow Quick Start.
  2. Run one successful command with nullclaw agent -m "hello".
  3. Then add channels, tools, and memory incrementally.

Choose NullClaw When

  • you need a fast local/hosted agent runtime
  • you want provider + tool + memory execution in one process
  • you need channel/gateway delivery without full task orchestration

Ecosystem Integration

For orchestrated pipelines, multi-step DAGs, robust task queueing, and full ecosystem management, please refer to the NullHub Ecosystem. NullClaw is designed to be the single-node execution engine within that broader ecosystem.

  1. Quick Start
  2. Configuration
  3. Channels
  4. Tools
  5. CLI