browser

Automate web browser navigation, form filling, and data scraping with selectors.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bjorkgard/convention-hosts --skill browser-bjorkgard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/bjorkgard/convention-hosts/tree/main/.agents/skills/browser
Command: npx skills add https://github.com/bjorkgard/convention-hosts --skill browser-bjorkgard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates web browser interactions, making it easy to navigate websites, fill forms, click elements, and extract information without manual effort.

Core Features & Use Cases

  • Web Navigation: Open URLs, go back/forward, reload pages.
  • Element Interaction: Click, fill forms, type, hover, select, check/uncheck elements using various selectors.
  • Data Extraction: Get text, HTML, attributes, titles, and URLs from web pages.
  • AI-Optimized Snapshots: Uses element references for efficient context reduction.
  • Use Case: Automate the process of logging into a website, filling out a contact form, and submitting it.

Quick Start

Use the browser skill to open the URL https://example.com and then click on the element with the text "Submit".

Frequently Asked Questions about browser

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

FAQPage Schema
How do I automate web scraping and form filling without manual effort?

Web automation and scraping can be automated by using this Skill to navigate URLs, fill forms, click elements, and extract data using AI-optimized snapshots.

What is an AI-optimized snapshot in browser automation?

An AI-optimized snapshot is a mechanism that uses element references to reduce context, allowing efficient and precise control during web scraping and automated testing workflows.

Can I use CSS selectors and semantic locators for clicking elements?

Yes, you can click, hover, and select elements using CSS selectors, semantic locators, and element references to ensure precise targeting during web navigation and form filling.

How do I extract text and HTML attributes from web pages automatically?

Data extraction is handled by the Skill's automation logic, which retrieves text, HTML, attributes, titles, and URLs directly from the target web pages during scraping.

Does this web automation tool support simulating user workflows like logging in?

Yes, it facilitates user workflow simulation, allowing you to automate the entire process of logging into a website, filling out contact forms, and submitting them.

What is the best way to reduce context when scraping complex web pages?

The best way to reduce context is to leverage the Skill's AI-optimized snapshots, which utilize element references to maintain efficient control during complex web scraping tasks.