A skill that provides integration with Lightpanda, a fast headless browser optimized for data extraction and web automation.
This is a generalist skill for LLM agents (Claude Code, Openclaw, and others) that teaches agents how to use Lightpanda as a drop-in replacement for Chrome/Chromium when performing web scraping and automation tasks.
- Faster and lighter than Chrome for headless operations
- CDP (Chrome DevTools Protocol) compatible
- Works with Playwright and Puppeteer
- JavaScript execution support
- Accessibility tree extraction
Copy SKILL.md to your agent's skills directory, then run the install script to download the Lightpanda binary:
bash scripts/install.sh- Linux (x86_64, aarch64)
- macOS (x86_64, arm64)
- Windows is not supported
See SKILL.md for detailed usage instructions, including:
- Starting the browser server
- Connecting with Playwright or Puppeteer
- Extracting accessibility trees
- Important notes and limitations
Apache 2.0