core-agent-browser

Automate browser navigation, element interaction, form filling, and screenshot capture.

2|Updated Mar 21, 2019
One-click install
npx skills add https://github.com/jrollin/dotfiles --skill core-agent-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-agent-browser
Source: https://github.com/jrollin/dotfiles/tree/main/claude/.claude/skills/agent-browser
Command: npx skills add https://github.com/jrollin/dotfiles --skill core-agent-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, making UI testing, form filling, and data scraping more efficient and less manual.

Core Features & Use Cases

  • Browser Navigation: Open, close, reload, and navigate back/forward through web pages.
  • Element Interaction: Click, type, fill forms, check/uncheck boxes, and hover over elements using unique references.
  • Page Analysis: Capture screenshots, extract text, and get element details for automation.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and verifying the submission was successful.

Quick Start

Use agent-browser to open the URL 'https://example.com'.

Frequently Asked Questions about core-agent-browser

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

FAQPage Schema
How do I automate browser interactions for UI testing?

Automate browser interactions for UI testing by using agent-browser to open URLs, click elements via semantic locators, fill forms, and capture screenshots to verify dynamic web application behavior.

Can I fill out complex forms automatically with web scraping tools?

Fill out complex forms automatically by using agent-browser to type into inputs, check boxes, and submit data using unique element references, successfully automating the entire form filling process.

What is the best way to capture screenshots during interactive testing?

Capture screenshots during interactive testing by navigating to the target web page with agent-browser and using its page analysis feature to extract visual state and element details for verification.

How do I locate dynamic web elements for browser automation?

Locate dynamic web elements for browser automation by using agent-browser's semantic locators or unique references to interact with specific page components for clicking, typing, or hovering.

Does agent-browser support navigation controls for web automation?

Agent-browser supports web automation navigation controls allowing users to open, close, reload, and navigate back or forward through web pages during interactive testing scenarios.