agent-browser

Automate web tasks via a Bash-based CLI for navigation, form filling, and data extraction.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ldsgroups225/Yeko --skill agent-browser-ldsgroups225
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/ldsgroups225/Yeko/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/ldsgroups225/Yeko --skill agent-browser-ldsgroups225

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI workflows, enabling interactions with websites without manual steps.

Core Features & Use Cases

  • Interactive automation: open URLs, fill forms, click elements, take screenshots, and extract data programmatically.
  • Testing and QA: automate web app tests, validate UI flows, verify page content, and capture logs.
  • Use Case: A data analyst automatically logs into a dashboard, navigates to a report, and exports the data to a CSV.

Quick Start

Open a target website and perform a guided automation flow to navigate, interact with elements, and capture results.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I automate web tasks like form filling and data extraction from the command line?

Browser automation from the command line lets you open URLs, fill forms, click elements, and extract data programmatically. This Skill uses a Bash-based CLI with reference templates to execute deterministic end-to-end web workflows.

Can I use browser automation to capture screenshots and validate UI flows for testing?

Yes, browser automation supports testing and QA by validating UI flows, verifying page content, and capturing screenshots. You can automate web app tests end-to-end to visually confirm results and capture logs.

What is the best way to automate logging into a dashboard and exporting data?

The best way to automate dashboard data export is using a CLI browser automation workflow. You can programmatically navigate to a report, interact with elements, and extract the data to a CSV file without manual steps.

Does this browser automation approach work for navigating websites and waiting for elements?

Yes, this approach covers navigation, clicking, and waiting for elements across websites. It provides guided automation flows to interact with page elements and capture results deterministically.

Do I need any specific dependencies to run web scraping and UI interaction automation?

No specific dependencies are required to run web scraping and UI interaction automation. The Skill relies entirely on a Bash-based CLI and a references directory containing guidance and templates for your workflows.