ck:agent-browser

Automate browser tasks using a snapshot+refs workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AI agents often struggle to maintain context during long-running browsing tasks. ck:agent-browser introduces a snapshot+refs workflow to reduce context load while keeping interactive accuracy.

Core Features & Use Cases

  • Snapshot-based element refs for context-efficient automation
  • Self-verifying loops, video recording, and cloud browser testing
  • Suitable for CI/CD with Browserbase in cloud environments

Quick Start

Install and run the tool to launch your first automated browsing session.

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 AI agent context during long-running browser automation?

You can maintain AI agent context during browser automation by using a snapshot and refs workflow, which reduces context load while keeping interactive accuracy for long autonomous sessions. This approach captures element references efficiently.

What is a snapshot and refs workflow for browser automation?

A snapshot and refs workflow for browser automation captures element references as snapshots, allowing AI agents to interact with pages using minimal context. This method maintains interactive accuracy while significantly reducing the context load during long sessions.

Do I need Node.js to run AI agent browser automation tasks?

Yes, you need a Node.js CLI runtime to execute AI agent browser automation tasks. The tool operates within this environment to process YAML frontmatter context, load optional scripts, and manage self-verifying loops across local or cloud setups.

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

Yes, you can use browser automation for cloud testing and CI/CD pipelines by integrating with Browserbase. This supports cloud-based testing environments, provides video recording, and enables self-verifying workflows across both local and cloud infrastructure.

What is the best way to automate self-verifying workflows in a cloud browser?

The best way to automate self-verifying workflows in a cloud browser is using a snapshot and refs approach with Browserbase. This enables continuous autonomous validation, supports video recording for review, and operates efficiently across local and cloud environments.

How do I load context for automated browser tasks using YAML frontmatter?

You load context for automated browser tasks by parsing YAML frontmatter within your Node.js CLI runtime. This context initializes the AI agent, supports optional scripts and references, and drives the snapshot workflow for efficient interaction.