Back to Skills

Puppeteer

Verified

Browser automation and web scraping for agents

browserautomationscrapingscreenshots

Quick Inject

$armorer inject openclaw puppeteer

About

Provides headless browser automation via Puppeteer. Agents can navigate web pages, fill forms, take screenshots, and extract data. Armorer runs the browser in an isolated Docker container.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-puppeteer"
  ]
}