ck:agent-browser

Automate browser tasks and capture screenshots via a Rust CLI using Playwright.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of automating complex browser tasks, making long autonomous sessions and self-verifying workflows easier to manage.

Core Features & Use Cases

  • Browser Automation: Automate actions like navigation, form filling, and clicking without manual intervention.
  • Context Efficiency: Offers context-efficient snapshots for browser automation, reducing the amount of data processed.
  • Use Case: For instance, use it to automatically fill out a form, navigate to a specific page, and interact with elements, saving time in repetitive tasks.

Quick Start

To open a browser and navigate to 'https://example.com', use the following command:

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 tasks without a local browser installed?

You can automate browser tasks in environments without a local browser by using a Rust CLI that drives cloud browser testing and captures screenshots via the snapshot and refs paradigm.

What are context-efficient snapshots in AI browser automation?

Context-efficient snapshots reduce the amount of data processed during AI browser automation by capturing targeted browser states, making long-running autonomous sessions and self-verifying workflows easier to manage.

Can I use Playwright's API for browser automation without writing custom scripts?

Yes, you can utilize Playwright's API for navigation, interaction, and state checking through a Rust CLI without needing custom scripts, enabling self-verifying workflows and form filling.

How do I navigate to a web page and capture a screenshot for self-verifying workflows?

You can navigate to a web page and capture a screenshot by running a simple open command in the Rust CLI, which automates actions and checks state for self-verifying workflows.

Does browser automation work for long-running AI sessions in cloud testing environments?

Browser automation works for long-running AI sessions in cloud testing environments by utilizing context-efficient snapshots that reduce data processing overhead during extended autonomous tasks.