agent-browser

Execute local browser smoke tests and UI validations via the agent-browser CLI.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Solizardking/clawd-code --skill agent-browser-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/Solizardking/clawd-code/tree/main/clawd-agents/clawd-grok/.agents/skills/agent-browser
Command: npx skills add https://github.com/Solizardking/clawd-code --skill agent-browser-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The agent-browser Skill addresses the need for local browser-based verification and UI validation, ensuring that applications run smoothly after booting from the sandbox.

Core Features & Use Cases

  • Local Browser Testing: Perform smoke tests, screenshots, and UI validation against forwarded localhost URLs.
  • Sandboxed Verification: Use the host-side agent-browser CLI for real browser interactions post-sandbox boot.
  • Use Case: When an application needs to be verified with a real browser after being launched from a sandbox environment.

Quick Start

Use the agent-browser skill to open a session and verify the application running on localhost port 3000.

Frequently Asked Questions about agent-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run local browser smoke tests against a localhost URL?

To run local browser smoke tests against a localhost URL, you use the agent-browser CLI to open a session and verify that your web application loads and interacts properly without needing remote browsers.

Can I perform UI validation for web applications running in a sandbox environment?

Yes, you can perform UI validation for web applications running in a sandbox environment by using the host-side agent-browser CLI to conduct real browser interactions post-sandbox boot.

What is local browser testing and how does it verify forwarded localhost URLs?

Local browser testing is the process of executing smoke tests, capturing screenshots, and performing UI validation directly against forwarded localhost URLs to ensure proper page load and interaction.

Do I need to install virtual machines for localhost verification with agent-browser?

No, you do not need to install virtual machines for localhost verification. The agent-browser CLI focuses on local browser testing directly against forwarded URLs without relying on remote browsers or VMs.

How do I verify an application running on localhost port 3000 after booting?

To verify an application running on localhost port 3000 after booting, you use the agent-browser skill to open a session and execute UI validation and smoke tests against that specific local URL.