browser

Community

Automate Chrome, scrape, and interact with web pages.

Authorajianaz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides minimal Chrome DevTools Protocol (CDP) tools to automate browser tasks, making web scraping, interactive DOM element picking, and page navigation simple and efficient. It eliminates the need for complex manual browser interactions for repetitive tasks, saving you time and effort.

Core Features & Use Cases

  • Browser Automation: Start Chrome, navigate to URLs, and execute JavaScript directly in the browser.
  • Web Scraping: Extract data from web pages by evaluating JavaScript or taking screenshots.
  • Interactive Element Picking: Visually select DOM elements on a page for targeted interactions or data extraction.
  • Use Case: "I need to scrape the titles of all articles on a news website. This skill can start Chrome, navigate to the site, and then execute JavaScript to extract all document.title elements."

Quick Start

Use the browser skill to start Chrome with my existing profile, then navigate to 'https://www.example.com'.

Dependency Matrix

Required Modules

puppeteer-core

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: browser
Download link: https://github.com/ajianaz/skills-collection/archive/main.zip#browser

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository