Module Library
This page lists all currently available ClawTrain training modules. Each module defines a specific behavior that can be applied to an AI agent.
Modules are stored and maintained on GitHub. ClawTrain does not execute code — modules are meant to be read, inspected, and applied by developers or power users.
How to use a module
Browse the list below and select a module that matches the behavior you want (for example: strict output formatting or teaching style).
Each module links to its folder on GitHub.
There you will find a module.yaml file and a README.
The behavior section describes exactly how the agent should act.
This is typically used as a system prompt or training instruction.
Copy the behavior instructions into your agent setup (for example as a system message or configuration layer).
In the future, ClawTrain may provide automated installers. Today, modules are intentionally simple and transparent.