browser-use

Automates web browser interactions for testing, form filling, screenshots, and data extraction.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill browser-use-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/browser-use
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill browser-use-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, streamlining tasks like web testing, form filling, taking screenshots, and extracting data from web pages, eliminating manual navigation and repetitive actions.

Core Features & Use Cases

  • Web Navigation: Open URLs, navigate back, scroll pages.
  • Element Interaction: Click, type, select options, hover, double-click, right-click on web elements.
  • Data Handling: Extract text, HTML, attributes, bounding boxes, and cookies.
  • Screenshots: Capture full-page or visible area screenshots.
  • Session Management: Maintain persistent browser sessions across commands.
  • Use Case: Automatically fill out a complex online application form, take a screenshot of the confirmation page, and then extract the confirmation number.

Quick Start

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

Frequently Asked Questions about browser-use

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

FAQPage Schema
How do I automate browser interactions for web testing and data extraction?

Browser automation for web testing and data extraction is handled through a command-line interface that navigates websites, clicks elements, types text, and extracts information while supporting headless Chromium, real browsers, and remote cloud browsers.

Can I fill out online application forms and capture confirmation screenshots automatically?

Yes, you can automatically fill out complex online application forms, capture full-page or visible area screenshots of confirmation pages, and extract confirmation numbers using the integrated browser automation commands.

Does browser automation support persistent sessions and cookie handling?

Persistent browser sessions and cookie handling are fully supported, allowing you to maintain state across multiple commands and extract cookies alongside text, HTML, attributes, and bounding boxes from web pages.

What is the best way to extract text and HTML from web page elements programmatically?

The best way to extract text and HTML from web page elements is using the command-line interface to inspect pages, execute JavaScript, and retrieve attributes or bounding boxes directly from targeted elements.

Can I execute JavaScript during web scraping and form filling tasks?

Yes, JavaScript execution is supported during web scraping and form filling tasks, enabling advanced page inspection, dynamic element interaction, and custom data extraction logic within persistent browser sessions.

What browser modes are available for automated web testing and screenshots?

Available browser modes for automated web testing and screenshots include headless Chromium for background execution, the user's real browser for authenticated sessions, and remote cloud browsers for scalable environments.