---
title: "Add a browser review checkpoint before risky agent actions with AgentClick"
description: "Use AgentClick when an agent should pause before risky commands, plans, drafts, or code changes so a human can inspect, edit, approve, or reject them in a purpose-built browser UI."
verification: "listed"
source: "https://github.com/agentlayer-io/AgentClick"
author: "agentlayer-io"
publisher_type: "organization"
category:
  - "Code Quality & Review"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "agentlayer-io/agentclick"
  github_stars: 22
  npm_package: "@harvenstar/agentclick"
  npm_weekly_downloads: 9
---

# Add a browser review checkpoint before risky agent actions with AgentClick

Use AgentClick when an agent should pause before risky commands, plans, drafts, or code changes so a human can inspect, edit, approve, or reject them in a purpose-built browser UI.

## Prerequisites

AgentClick, browser access, npm, compatible local agent that can invoke tools and follow skill instructions

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install with `npm install -g @harvenstar/agentclick`, run `agentclick`, open the local UI in a browser, and instruct your compatible agent to use AgentClick whenever a richer review step is needed before execution.
```

## Documentation

- https://github.com/agentlayer-io/AgentClick

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/add-a-browser-review-checkpoint-before-risky-agent-actions-with-agentclick/)
