← Back to home

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

1. Choose a module

Browse the list below and select a module that matches the behavior you want (for example: strict output formatting or teaching style).

2. Open it on GitHub

Each module links to its folder on GitHub. There you will find a module.yaml file and a README.

3. Read the behavior definition

The behavior section describes exactly how the agent should act. This is typically used as a system prompt or training instruction.

4. Apply it to your agent

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.

Available modules

Loading modules…