browse

Navigate web pages, interact with elements, and capture screenshots in a headless browser.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill browse-miko06
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-browse
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill browse-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires puppeteer, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a headless browser for efficient quality assurance testing and site exploration, speeding up the process and providing detailed insights into web applications.

Core Features & Use Cases

  • Headless Browser Operations: Navigate web pages, interact with elements, and take screenshots.
  • Responsive Layout Testing: Test how a web application behaves on different screen sizes.
  • Form Testing: Validate form submissions and verify user flows.
  • Use Case: When you need to quickly check how a new feature impacts the user experience of a web application without manual testing.

Quick Start

Use the 'browse' skill to navigate to the website 'https://www.example.com' and take a screenshot of the homepage.

Frequently Asked Questions about browse

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

FAQPage Schema
How do I automate QA testing with a headless browser?โ–ผ

QA testing with a headless browser automates web page navigation, element interaction, and screenshot capture to validate user flows without manual input. This Skill uses Puppeteer to execute these operations and speed up application testing.

Can I test responsive design across different screen sizes using browser automation?โ–ผ

Responsive design testing via browser automation validates how web applications behave and render on different screen sizes. This Skill configures the headless browser environment to check layout adjustments and ensure consistent user experience across devices.

How do I capture screenshots during site exploration of web applications?โ–ผ

Capturing screenshots during site exploration records the visual state of web applications during navigation and interaction. This Skill leverages Puppeteer to automate screenshot capture for detailed visual inspection and QA analysis.

Does this headless browser tool require Puppeteer for form testing?โ–ผ

Yes, this headless browser tool requires Puppeteer as a dependency for form testing and automation tasks. It relies on this specific tooling to validate form submissions, verify user flows, and interact with web elements programmatically.

What is the best way to validate form submissions in a headless browser environment?โ–ผ

Validating form submissions in a headless browser environment automates the input of data and checks the resulting application behavior. This Skill programmatically interacts with form elements to verify user flows and ensure submission logic works correctly.