ck:agent-browser

Automate browser sessions with snapshot-and-ref navigation for AI agents.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-agent-browser-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:agent-browser
Source: https://github.com/quanganh208/cookmate/tree/main/.opencode/skills/agent-browser
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-agent-browser-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Long-running browser automation for AI agents often loses context and becomes brittle. This Skill reduces context needs by using a snapshot-and-ref model to maintain state efficiently.

Core Features & Use Cases

  • Snapshot-and-ref driven navigation for robust multi-step interactions.
  • Built-in video recording and cloud-browser testing integration (Browserbase).
  • Ideal for long autonomous workflows, self-verifying loops, and CI/CD browser tests.

Quick Start

Install the tool globally and run agent-browser to open a URL.

Frequently Asked Questions about ck:agent-browser

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

FAQPage Schema
How do I maintain context during long-running browser automation for AI agents?

Browser automation for AI agents can maintain context efficiently using a snapshot-and-ref model. This approach minimizes state information needs, keeping long autonomous workflows robust and preventing context loss during complex navigations.

Can I run cloud browser testing with Browserbase for autonomous workflows?

Yes, cloud browser testing integrates with Browserbase to support long-running autonomous workflows. You can execute self-verifying loops and CI/CD browser tests in cloud browsers, enabling robust multi-step interactions and video recording.

What is the snapshot-and-ref paradigm in browser automation?

The snapshot-and-ref paradigm is a navigation model that captures browser state snapshots and uses references to interact with elements. It significantly reduces context needs, making long-running browser automation less brittle and more efficient.

Do I need a CLI tool and browser driver to automate browser tasks for agents?

Yes, you need a CLI tool and a browser driver to perform browser automation tasks for agents. These tools execute actions like open, snapshot, click, and fill, while loading operational instructions to guide the autonomous workflow.

What's the best way to prevent browser automation from becoming brittle in CI/CD tests?

Using a snapshot-and-ref driven navigation model is ideal for CI/CD browser tests and self-verifying workflows. It maintains state efficiently, reducing brittleness and context loss during long-running, complex multi-step interactions.

Why does my AI agent lose context during long autonomous browser sessions?

AI agents lose context during long autonomous browser sessions because traditional automation methods require excessive state tracking. Using a snapshot-and-ref model minimizes context needs, keeping the workflow robust and preventing context loss.