Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Browser

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

Browser is a skill that renders JavaScript-heavy pages with a headless Puppeteer browser and extracts clean text content.

About

Browser is a skill that uses a headless Puppeteer browser to render JavaScript-heavy web pages and extract their clean text content. A developer uses it when an agent needs to read a page that only renders after JavaScript runs. It is invoked with the command openclaw browser read <url>.

  • Headless Puppeteer browser that renders JS-heavy pages
  • Extracts clean, readable text content from a URL
  • Invoked via `openclaw browser read <url>`

Browser by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #1,522 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

browser capabilities & compatibility

Capabilities
web scraping · web search
Use cases
web scraping
From the docs

What browser says it does

Simple headless Puppeteer browser for rendering JavaScript-heavy pages and extracting clean text content.
SKILL.md
This skill uses a headless browser (Puppeteer) to render web pages and extract clean, readable content.
SKILL.md
`openclaw browser read <url>` - Renders the page and returns its text content.
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill browser

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Render a JavaScript-heavy web page with a headless browser and return its clean text content.

Who is it for?

Reading a web page that requires JavaScript rendering.

Skip if: Tasks that need to bypass anti-bot protection or run interactive multi-step form flows.

When should I use this skill?

You need to read a page that only shows content after JavaScript renders.

What you get

Returns the rendered page's text content.

  • Rendered page text content

Files

SKILL.mdMarkdownGitHub ↗

SKILL: Browser

This skill uses a headless browser (Puppeteer) to render web pages and extract clean, readable content.

Puppeteer Browser Automation

This is a custom skill generated by OpenClaw to handle headless web browsing. It utilizes the Puppeteer library to navigate to websites, interact with DOM elements, click buttons, and scrape data for the agent's context.

Usage

openclaw browser read <url> - Renders the page and returns its text content.

Related skills

FAQ

What does it render pages with?

It uses the Puppeteer headless browser library.

How is it invoked?

With the command openclaw browser read <url>.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.