Statful

About Statful

Statful is a web-based control UI for OpenClaw. It runs entirely locally on your machine via a lightweight Python server. With Statful, you can create new OpenClaw agents (which get their own dedicated Git-versioned workspace folders), chat with them, configure their LLM models and thinking settings, and edit their instructions/memory files directly in the browser.

Because Statful drives real OpenClaw agents under the hood, your agents are not locked into this web UI. They run as independent processes on your machine and can be interacted with via the OpenClaw CLI, Discord, or any other OpenClaw interface at any time.

Thinking Modes Explained

When you select a Thinking level (Off, Minimal, Low, Medium, High, XHigh) in the chat view, you are instructing the model on how much internal scratchpad reasoning it should do before returning its final answer. Higher thinking modes take longer (as indicated by the glowing hexagon animation in the chat log) but allow the agent to self-correct, plan complex tasks, and reason through difficult problems before speaking. Lower modes are faster and cheaper for simpler tasks.

How It Works

Create your agents from the Agent Creation page, then manage day-to-day execution from the Platform board.

Product Structure

  • Platform is the main operational page.
  • Agent Creation is a utility page for creating local OpenClaw agents.
  • About explains the product and direction.

Built for Iteration

Statful is evolving quickly around real OpenClaw workflows, with local-first agent creation and practical operator controls.