a plugin that records everything your OpenClaw agents actually do

Reddit r/openclaw Tools

Summary

Trovis is a plugin for OpenClaw that records all agent actions, costs, and deviations, presenting them in plain English for better observability.

I run OpenClaw agents in production and kept hitting the same problem. No idea what they're actually doing. Logs are scattered. Costs are invisible until the bill shows up. If an agent drifts from what it's supposed to do, you find out too late. Trovis. Plugin for OpenClaw that records everything your agents do and shows it in plain English. Every action, timestamped and attributed to the agent Cost per agent, per task What the agent was supposed to do vs what it actually did Instead of raw telemetry you get "Your support agent handled 40 tasks today, spent $3.20, deviated from scope twice." trovisai.com
Original Article

Similar Articles

I built a little "police department" for my Claude Code subagents

Reddit r/AI_Agents

A logging hook and CLI tool that records all tool calls and permission events from Claude Code agents into a session log, then replays the log to audit for misbehavior like unauthorized file reads or permission escalation. It is a catch-and-report flight recorder, not a blocker.