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 this skill to your Claude Code skills directory or reference it in your project.
Run the install script to download the Lightpanda binary:
bash 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