agent-browser

Automate web browser navigation, form filling, and data extraction via CLI.

80|4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/zhu1090093659/CodeConductor --skill agent-browser-zhu1090093659
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/zhu1090093659/CodeConductor/tree/main/skills/agent-browser
Command: npx skills add https://github.com/zhu1090093659/CodeConductor --skill agent-browser-zhu1090093659

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates web browser interactions, allowing for navigation, data entry, scraping, and state capture without manual intervention.

Core Features & Use Cases

  • Web Automation: Control browser actions like opening URLs, clicking elements, filling forms, and taking screenshots.
  • Data Scraping: Extract text, HTML, and specific attributes from web pages.
  • Repeatable Workflows: Automate repetitive tasks such as logging into websites, filling out forms, and capturing specific data points.
  • Use Case: Automatically fill out a job application form across multiple pages, ensuring all fields are correctly populated and submitting the form upon completion.

Quick Start

Use the agent-browser skill to open the URL 'https://example.com' and then take a screenshot.

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 browser navigation and form filling without manual intervention?

Web automation allows you to control browser actions like opening URLs, filling forms, and clicking elements without manual intervention. This Skill executes these interactions via a command-line interface using deterministic targeting.

Can I extract text and HTML from web pages using semantic locators?

Yes, you can extract text, HTML, and specific attributes from web pages using semantic locators. This Skill targets elements deterministically via refs to reliably scrape data during automated navigation.

What's the best way to capture screenshots during an automated web interaction workflow?

The best way to capture screenshots during automated web interaction is by executing a command-line instruction within the workflow. This Skill takes screenshots of the current browser state as part of its core web automation features.

Does this web automation approach work for multi-page tasks like job applications?

Yes, this web automation approach works for multi-page tasks like job applications. It automates repetitive workflows by navigating across pages, correctly populating form fields, and submitting the final form upon completion.

How does deterministic targeting improve UI testing and web scraping reliability?

Deterministic targeting improves UI testing and web scraping reliability by using refs and semantic locators to identify elements. This ensures consistent execution when clicking elements or extracting data across automated browser sessions.