browser

Automate Chrome browsing, DOM interaction, JavaScript execution, and content capture.

1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/royisme/agent-skills --skill browser-royisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/royisme/agent-skills/tree/main/auto-browser
Command: npx skills add https://github.com/royisme/agent-skills --skill browser-royisme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer-core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browsing tasks, including launching Chrome, navigating pages, interacting with DOM, executing JavaScript, and capturing content. It saves time on repetitive web tasks and enables automated testing and data collection.

Core Features & Use Cases

  • Browser Control: Launch and manage Chrome instances across platforms.
  • Page Navigation: Open URLs, handle redirects, and manage page state.
  • DOM Interaction: Interactive element selection and JavaScript execution.
  • Content Capture: Take screenshots and extract HTML or scraped content.

Quick Start

  • Start a Chrome session: node auto-browser/scripts/start.js --port 9222
  • Navigate to a page: node auto-browser/scripts/nav.js https://example.com
  • Capture a screenshot: node auto-browser/scripts/screenshot.js --fullpage --format png