I built an agent that records everything your agents actually do
Summary
Built Trovis, a tool that records and explains agent actions in production, showing deviations from expected behavior.
Similar Articles
a plugin that records everything your OpenClaw agents actually do
Trovis is a plugin for OpenClaw that records all agent actions, costs, and deviations, presenting them in plain English for better observability.
Need brutal feedback: I built a recorder for AI agent runs
A developer built agentproof-recorder to record AI agent runs and detect rule violations, seeking feedback on whether this is a common pain point.
A new agentic way to build automations
A new tool lets users screen record themselves performing a task; an agent learns the task and builds a deterministic script to automate it, with fallback handling when scripts break.
Been recording my repetitive tasks and turning them into agent skills. Sharing the tool.
A tool that records repetitive tasks via screen recording and compiles them into reusable agent skills following the agentskills.io standard, shipping as an MCP server for cross-platform use.
I built a little "police department" for my Claude Code subagents
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.