browser

Automate web navigation, form interaction, and data extraction via the agent-browser CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates browser interactions to streamline web testing, form automation, and data extraction.

Core Features & Use Cases

  • Automated browsing & testing: Navigate pages, interact with UI elements, fill forms, and capture screenshots.
  • Data extraction: Retrieve visible text, attributes, and structured data for reporting and validation.
  • Use Case: Quickly validate a checkout flow by opening the product page, entering test data, submitting the form, and saving results.

Quick Start

agent-browser open https://example.com agent-browser snapshot -i agent-browser click @e1 agent-browser fill @e2 "sample" agent-browser screenshot ./results/home.png

Frequently Asked Questions about browser

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

FAQPage Schema
How do I automate web testing and form filling for a checkout flow?

Automate web testing by using a dedicated agent-browser CLI to navigate pages, interact with UI elements, fill forms, and capture screenshots for validation. You can quickly validate a checkout flow by opening a product page, entering test data, and submitting the form.

Can I extract visible text and structured data from web pages automatically?

Yes, browser automation supports data extraction to retrieve visible text, attributes, and structured data from websites and web apps. This enables automated data collection for reporting and validation tasks across web pages.

What do I need to start automating web navigation and UI interaction?

You need the agent-browser tool installed and configured in your environment to start automating web navigation, UI element interaction, and web testing workflows. Optional references are available for advanced usage once the tool is set up.

Does browser automation work for capturing screenshots during web testing?

Yes, browser automation allows you to capture screenshots and save them locally during web testing workflows. You can use the screenshot command to save page states to a directory for visual validation and reporting.

What is the best way to interact with UI elements during automated web navigation?

The best way to interact with UI elements during automated web navigation is using the agent-browser CLI to snapshot the page, identify elements by their IDs, and execute click or fill commands to automate form interaction and testing.