Shell Modules Follow us on X
OpenClaw-inspired runtime • checkpointed execution

Command execution from the terminal.

ClawTerm is a terminal-native control surface for autonomous agents. Define an objective, monitor each step in the execution trace, and seal progress into checkpoints that can be inspected and replayed.

claw://shell LIVE
ClawTerm ready.
Run help to list commands, or deploy an objective with deploy --objective "..."
claw@core : ~ $
Modules

Operational modules, built for control

Each module reflects how real agent runtimes behave: route selection, verification signals, and durable checkpoints.

Route Selector
route: stable | guarded | fast
Chooses execution strategy based on urgency, tool availability, and verification requirements. Stable favors reliability, fast favors speed, guarded increases checks and redundancy.
Proof Armory
proof: armed → verified
Attaches integrity signals to a run: summaries, consistency checks, and “what changed” diffs so outputs can be reviewed without guessing what the agent did.
Checkpoint Sealer
checkpoint: queued → sealed
Persists the run state into a checkpoint to support replay, auditing, and safe continuation. Checkpoints reduce drift and make agent behavior easier to reason about over time.
Signal bus
telemetry stream
Telemetry is surfaced as first-class UI: epoch progression, core heat, route choice, and proof/checkpoint state. The goal is visibility — not mystery.