lightpanda-browse

Installation
SKILL.md

LightPanda Browse Skill

LightPanda is an ultra-fast headless browser available via CDP at ws://{{LIGHTPANDA_HOST}}:{{LIGHTPANDA_PORT}}.

Connection

Connect via Puppeteer or Playwright using the CDP WebSocket endpoint:

const browser = await puppeteer.connect({
  browserWSEndpoint: "ws://{{LIGHTPANDA_HOST}}:{{LIGHTPANDA_PORT}}"
});

Navigate and Scrape

Installs
2
GitHub Stars
58
First Seen
Apr 6, 2026
lightpanda-browse — bidewio/better-openclaw