Puppeteer: Automate Browsers
Control a browser's actions as code.
"A founder uses Puppeteer to automate browser tests for their e-commerce site, then uses the extracted data to create a report showing top-selling products, which they can share with investors."
- β’You need to automate user interactions on your web app for testing purposes
- β’You want to scrape data from websites that use a lot of JavaScript
- β’You need to generate PDFs or screenshots of web pages programmatically
await page.evaluate(() => document.querySelector('title').textContent); // Retrieves the title of the current pageSkip the builder β one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/puppeteer && curl -fsSL https://workflowstacks.com/api/skills/puppeteer/claude-skill -o ~/.claude/skills/puppeteer/SKILL.mdOpens the app with this repo with the prompt ready to go β no copy-paste needed.
Puppeteer: Automate Browsers is a large TypeScript project (~49k lines across 315 code files, plus 167 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.
Automates browser tasks
- 1README.mdStart here β what it does and how to install it
- 2package.jsonDependencies and the commands it exposes
- 3examples/README.mdA worked example β copy this to get going
Skip the builder β one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/puppeteer && curl -fsSL https://workflowstacks.com/api/skills/puppeteer/claude-skill -o ~/.claude/skills/puppeteer/SKILL.mdOpens the app with this repo with the prompt ready to go β no copy-paste needed.
Are you the creator of this tool? Claim your listing β and earn 85% of every sale.
Related skills
More devtools tools founders pair with this one.