browser-skill

Automate login, navigation, form filling, and data scraping in Chromium.

888|69|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Tencent/BrowserSkill --skill browser-skill-tencent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-skill
Source: https://github.com/Tencent/BrowserSkill/tree/main/skill
Command: npx skills add https://github.com/Tencent/BrowserSkill --skill browser-skill-tencent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bsk, and includes scripts (resource) components.

What problem does it solve?

This Skill allows you to automate browser tasks such as navigating, filling forms, and scraping data within your logged-in browser, ensuring you can perform these tasks without disrupting your regular workflow.

Core Features & Use Cases

  • Automated Navigation: Perform tasks like visiting URLs, clicking buttons, and filling out forms.
  • Data Scraping: Extract structured data from web pages.
  • Use Case: Suppose you need to automate the collection of product prices from multiple e-commerce sites. This Skill can help you navigate to each site, fill in a search query, and scrape the resulting pages for the desired data.

Quick Start

Automate the task of browsing to 'https://example.com' and filling out the contact form with the details provided.

Frequently Asked Questions about browser-skill

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

FAQPage Schema
How do I automate web scraping on sites that require login?

Automate web scraping on sites that require login by using your existing logged-in Chromium browser session. This Skill handles authentication and maintains session state automatically, allowing you to extract structured data without manual re-authentication.

Can I automate form filling in my Chromium browser without losing my current session?

Yes, you can automate form filling in your Chromium browser without losing your current session. The Skill operates within your logged-in browser environment, ensuring automated navigation and form submission remain seamless and do not disrupt your regular workflow.

Do I need to install any extensions to automate browser tasks like navigation and data extraction?

Yes, to automate browser tasks like navigation and data extraction, you need to install the bsk CLI and a corresponding browser extension. These components work together to control your Chromium browser and maintain your active login states.

What is the best way to scrape product prices from multiple e-commerce sites?

The best way to scrape product prices from multiple e-commerce sites is to automate the process using your logged-in browser. This Skill can navigate to each site, fill in search queries, and scrape the resulting pages for your desired structured data.

Does browser automation work for tasks that require maintaining authentication state across multiple pages?

Yes, browser automation works for tasks requiring authentication state across multiple pages. The Skill explicitly handles authentication and maintains session state without manual intervention, allowing you to navigate and scrape data continuously.