ClawTrain
ClawTrain is a live, open library of training modules for AI agents. Modules change how an agent behaves without modifying model weights or executing arbitrary code.
What ClawTrain is
ClawTrain provides reusable, versioned training modules that shape agent behavior in a predictable and inspectable way.
No code execution. Modules describe behavior explicitly.
Combine multiple modules to shape complex agent behavior.
Framework-agnostic by design.
How it works
Each module defines a narrow behavioral constraint, such as output format or teaching style. Agents apply these modules as training layers on top of existing models.
Browse the public module library.
Every module is readable and versioned.
No black boxes, no hidden side effects.
Project status
ClawTrain is active and evolving. The module library is live and publicly available. Specifications are defined in the open.
Execution tooling and installers may come later, but the core concept is already usable today.