puppeteer
Installation
SKILL.md
Puppeteer Skill
Complete guide for Puppeteer - headless Chrome automation.
Quick Reference
| Command | Purpose |
|---|---|
npm install puppeteer |
Install with bundled Chrome |
npm install puppeteer-core |
Install without Chrome (BYOB) |
browser.newPage() |
Create new page |
page.goto(url) |
Navigate to URL |
page.screenshot() |
Take screenshot |
page.pdf() |
Generate PDF |