The core problem: terminal y/n is not a real review step.
AgentClick adds a browser-based review layer between "agent proposes" and "agent executes." The agent drafts something, a UI opens in your browser, you can actually read, edit, and approve it visually — then the agent continues.
It works as a skill/plugin for: - Claude Code - Codex - OpenClaw - Any agent that can call HTTP tools
What you can review: - Email drafts and inbox triage - Shell commands before execution - Multi-step plans - Memory updates
The key difference from just adding a confirmation step: you can actually edit the content, not just approve/reject. Change the tone of an email, fix a command flag, remove a step from a plan — then let the agent proceed.
Install: `npm install -g @harvenstar/agentclick`
Works locally on localhost, or use `--remote` for a Cloudflare tunnel to review from your phone.
MIT licensed, open source: https://github.com/agentlayer-io/AgentClick