agent-browser

Automate browser tasks with snapshot refs and CLI commands.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill agent-browser-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/agent-browser
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill agent-browser-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents often loses context during long sessions, forcing repetitive steps and drift in outcomes.

Core Features & Use Cases

  • Snapshot and refs-based element detection for deterministic automation.
  • Navigation, interaction, and wait patterns via CLI commands.
  • Cloud browser testing and video recording for debugging and CI/CD.

Quick Start

Open a URL, snapshot the page with refs, and continue interacting across sessions.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I maintain browser automation context during long autonomous AI agent sessions?

Browser automation context during long AI agent sessions is maintained using compact snapshots and refs-based element detection. This approach ensures deterministic interactions without losing track of page elements across extended workflows.

What CLI commands are available for AI agent browser automation?

AI agent browser automation supports CLI commands including open, snapshot, fill, click, wait, and video recording. These commands enable navigation, interaction, and wait patterns for deterministic browser workflows.

Can I use browser automation for cloud testing in CI/CD pipelines?

Yes, browser automation supports cloud browser testing and video recording for debugging and CI/CD. Optional Browserbase integration enables remote execution and recording of automated browser sessions.

What is the best way to capture deterministic page snapshots for AI automation?

The best way to capture deterministic page snapshots for AI automation is using refs-based element detection. This method provides compact context by identifying elements with stable references rather than raw HTML parsing.

Does browser automation work with Browserbase for cloud execution?

Yes, browser automation works with optional Browserbase integration for cloud execution. This enables remote browser testing and video recording capabilities for CI/CD pipelines and debugging scenarios.