ck:agent-browser

Automates browser actions and manages sessions for AI agents and workflows via CLI commands.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-agent-browser-dattran26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:agent-browser
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-agent-browser-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates browser actions for AI agents, reducing manual interaction and enabling longer autonomous sessions with self-verifying workflows.

Core Features & Use Cases

  • Snapshot-based element refs for context-efficient automation of dynamic pages.
  • Video recording and Browserbase cloud testing to scale debugging and cross-environment verification.
  • State management and session persistence to support long-running autonomous tasks.

Quick Start

Install globally with npm i -g agent-browser and open a URL with agent-browser open https://example.com.

Frequently Asked Questions about ck:agent-browser

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

FAQPage Schema
How do I automate browser actions for AI agents without consuming too much context?

Browser automation for AI agents uses snapshot-based element refs to interact with dynamic pages efficiently, reducing context overhead. This approach enables longer autonomous sessions by minimizing the data loaded into the model.

How does session persistence work for long-running autonomous browser workflows?

Session persistence for long-running autonomous browser workflows maintains state across extended tasks. It allows automated workflows to pause and resume interactions without losing the current page context.

Can I use cloud browsers to scale automated browser testing and debugging?

Cloud browsers support automated browser testing and debugging via Browserbase integration. This allows you to scale cross-environment verification and record video sessions for analysis.

Does agent-browser support video recording for automated workflows?

Video recording is supported for automated browser workflows to capture sessions visually. This feature aids debugging by providing a playback of the exact interactions executed during the task.

What is the best way to start browser automation from the command line?

To start browser automation from the command line, install the tool globally using npm and execute a simple open command with the target URL. This launches the session immediately for interaction.

Are snapshot-based element refs effective for automating dynamic web pages?

Snapshot-based element refs are highly effective for automating dynamic web pages because they provide a compact reference to page elements. This ensures context-efficient automation even when the page structure changes.