SKILL.md
Lightpanda
Use this skill instead of Chrome/Chromium when you need token-efficient content extraction and LP native semantic/interactive data.
Quick Start
lightpanda-start
lightpanda-fetch "https://example.com"
lightpanda-structured "https://example.com"
lightpanda-interactive "https://example.com"
lightpanda-semantic "https://example.com"
lightpanda-stop
Exported Commands
lightpanda-start— start local Lightpanda CDP serverlightpanda-stop— stop server started by this skilllightpanda-fetch— convert URL to markdown viaLP.getMarkdownlightpanda-structured— extractLP.getStructuredDatalightpanda-interactive— extractLP.getInteractiveElementslightpanda-semantic— extractLP.getSemanticTree
Runtime Model
- Browser binary is provisioned inside the installed skill directory at
runtime/browser/lightpanda. - Node dependency
playwright-coreis installed in-skill (node_modules/). - PID/log state is owned under
runtime/state/for safereset/cleanoperations.
Native LP Commands
LP.getMarkdownLP.getSemanticTreeLP.getInteractiveElementsLP.getStructuredData
Notes
- DuckDuckGo is generally safer than Google for automated browsing with Lightpanda.
- Keep one CDP connection per process; use separate ports for concurrency.