See more.
Control more.
Do more.
A growing collection of utilities for people who run OpenClaw and want more visibility and control over what their agents are actually doing.
Available now
Stream everything happening across all your OpenClaw agents — tool calls, responses, thinking blocks, model changes — colour-coded by agent and session. Essential for debugging, understanding what your agents are doing, and catching problems as they happen. Single Python file, zero dependencies.
$ curl -sL lobkit.com/ocwatch | bash
# recommended: replay last 20 lines then stream live
$ ocwatch --tail 20 -v
[mimir] [abc123] 🔧 web_search {"query": "framepilot ios build"}
[mimir] [abc123] ✅ web_search → 5 results
[themis] [def456] 💬 The relevant AFSL obligations here are...
[sif] [ghi789] 🧠 <thinking> Let me check whether this PR already has...
See exactly what you're spending — broken down by agent, model, or day. Reads the same .jsonl files OpenClaw writes naturally. Includes time-series trend views with inline sparklines, CSV/JSON export, and per-session breakdowns. Zero dependencies, works offline.
$ curl -fsSL https://raw.githubusercontent.com/Vanaheim-Labs/lobkit/main/tools/ocbudget/ocbudget.py -o ocbudget.py
# last 7 days, by agent
$ python3 ocbudget.py --days 7
💸 ocbudget — Usage report last 7 days
──────────────────────────────────────────
Total cost: $1,179.24 (917.17M tokens, 14,364 turns)
AGENT COST TURNS BREAKDOWN
───────── ────────── ────── ────────────────────
themis $349.72 6,007
mimir $161.86 318
sif $105.17 1,518
# add --trend for inline sparklines across time
$ python3 ocbudget.py --trend --days 30
themis $349.72 ▁▂▃▂▁▃▅▇█▆▄▃▂▁▂▃▅▇█▆▄▃▂▁▂▃▅▇█▆
Foundry is an execution engine that builds institutional knowledge as a side effect of getting work done. Check in a Slack thread and Foundry captures what happened, distils it into structured knowledge pages, and creates cards for any work it surfaces — all using native OpenClaw plugins. No new infrastructure. No separate database.
Andrew: @Mimir check this in
▶ Foundry capturing thread as Source...
▶ Foundry updated pages/auth-architecture.md
▶ Foundry updated pages/openclaw-workboard.md
▶ Foundry created card "Harden RLS rules on sessions table"
# later — agent picks it up automatically
▶ Foundry auto-dispatch → card claimed by mimir
[mimir] loading context from 2 linked pages + source...
[mimir] ✅ card complete proof attached
Coming soon
ochealth
Quick diagnostic: gateway status, running agents, model config, connected channels — all in one command.
ocreplay
Replay a session transcript for post-mortem review. Step through tool calls and responses at your own pace.
lobkit-install
Native macOS installer wizard. Zero-to-OpenClaw without touching a terminal. Early development.
Philosophy
🗂 Standalone
Each tool is a single file or small directory. No framework, no installer required to use the tools themselves.
🔍 Transparent
You can read every line before running it. Nothing phoning home, nothing opaque.
🛠 Practical
Built because we needed them, shared because others will too. No vaporware.
🌱 Growing
New tools get added as we build them. If you have something useful, open a PR.