browser

Control a web browser for automation, search, and data scraping.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill browser-selectxn00b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/SelectXn00b/AndroidForClaw/tree/main/app/src/main/assets/skills/browser
Command: npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill browser-selectxn00b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates web browsing tasks, allowing AI to interact with websites for searching, data extraction, and form submission, eliminating manual web navigation.

Core Features & Use Cases

  • Web Search: Perform searches on engines like Google and Baidu.
  • Web Automation: Interact with web elements (click, type, select).
  • Data Extraction: Scrape text, HTML, or markdown content from web pages.
  • Form Filling: Programmatically fill and submit web forms.
  • Use Case: Automatically search for "latest AI research papers" on Google, extract the titles and links of the top 5 results, and present them to the user.

Quick Start

Use the browser skill to search for 'AndroidForClaw' on Baidu and return the search results.

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 data extraction from search engines?

Web scraping and data extraction are automated by programmatically controlling a browser to navigate search engines like Google and Baidu, retrieve text or HTML content, and extract targeted page elements.

Can I use Playwright for web automation and element interaction on Android?

Playwright web automation integrates with browserforclaw to enable element interaction like clicking, typing, and selecting across various websites, supporting seamless web automation specifically on Android devices.

What's the best way to programmatically fill and submit web forms?

Filling and submitting web forms programmatically requires a browser automation tool that can locate input elements, enter text, select options, and trigger submission events without manual navigation.

How does JavaScript execution work during browser automation for content retrieval?

JavaScript execution during browser automation allows scripts to run within the page context to interact with dynamic elements, manipulate the DOM, and retrieve rendered content for data scraping.

Does web scraping work for extracting markdown content from web pages?

Web scraping supports content retrieval by extracting text, HTML, or markdown from web pages, allowing you to pull structured data directly from the rendered site content.

What are the limitations of using browser automation for web search tasks?

Browser automation for web search relies on programmatic control of web elements, meaning tasks are limited by site structure changes, anti-scraping mechanisms, and the need for specific element selectors.