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 (9x faster, 16x less memory)
- Native MCP server with agent-optimized tools
- CLI fetch command with wait strategies and multiple output formats
- CDP (Chrome DevTools Protocol) compatible with custom LP domain extensions
- Works with Playwright and Puppeteer
- JavaScript execution support
- Semantic tree and markdown extraction
Copy SKILL.md to your agent's skills directory, then run the install script to download the Lightpanda binary:
bash scripts/install.shclaude mcp add lightpanda -- $HOME/.local/bin/lightpanda mcp| Interface | Best for | Command |
|---|---|---|
| MCP server | Agent workflows, interactive browsing | lightpanda mcp |
| CLI fetch | Quick one-off page extraction | lightpanda fetch --dump markdown URL |
| CDP server | Custom Playwright/Puppeteer automation | lightpanda serve --port 9222 |
- Linux (x86_64, aarch64)
- macOS (x86_64, arm64)
- Windows via WSL2
See SKILL.md for detailed usage instructions, including:
- MCP server setup and available tools
- CLI fetch options and output formats
- CDP server with Playwright or Puppeteer
- Custom LP CDP domain methods
- Important notes and limitations
Apache 2.0