browser

Automate Google Chrome browser interactions for web automation tasks.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill browser-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/browser
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill browser-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates interactions with the Google Chrome browser, enabling tasks like navigating websites, filling forms, and capturing screenshots programmatically.

Core Features & Use Cases

  • Browser Control: Start, stop, and manage Chrome instances.
  • Web Interaction: Navigate to URLs, click elements, type text, and take screenshots.
  • Use Case: Automate the process of logging into a web application, filling out a user profile, and verifying that the changes were saved correctly.

Quick Start

Use the browser skill to navigate to https://example.com and take a screenshot.

Frequently Asked Questions about browser

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

FAQPage Schema
How do I automate web interaction and form filling in Chrome?

To automate web interaction in Chrome, this Skill manages browser instances, navigates URLs, clicks elements using reference IDs, and types text programmatically. It enables tasks like logging into apps and filling out profiles.

Do I need a running server to control Chrome for web automation?

Yes, you need a running cli-jaw server and Google Chrome installed to control Chrome for web automation. The Skill requires this environment to manage instances and execute element-based interactions.

What is the best way to capture screenshots during web automation tasks?

The best way to capture screenshots during web automation tasks is using this Skill's built-in capture functionality. It automates Google Chrome to navigate URLs and take screenshots programmatically for verification.

Can I start and stop Chrome instances programmatically for UI testing?

Yes, you can start, stop, and manage Chrome instances programmatically for UI testing. This Skill controls browser instances to navigate websites, fill forms, and capture screenshots automatically.

How does element-based clicking work for web scraping and automation?

Element-based clicking for web scraping works by targeting elements using specific reference IDs. This Skill automates Google Chrome to perform clicks and typing via these IDs, ensuring precise UI interaction.