skills/lightpanda/SKILL.md
Lightpanda browser with native LP domain commands for fetching markdown, semantic trees, and structured data.
npx skillsauth add alcyone-labs/agent-skills lightpandaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill instead of Chrome/Chromium when you need token-efficient content extraction and LP native semantic/interactive data.
lightpanda-start
lightpanda-fetch "https://example.com"
lightpanda-structured "https://example.com"
lightpanda-interactive "https://example.com"
lightpanda-semantic "https://example.com"
lightpanda-stop
lightpanda-start — start local Lightpanda CDP serverlightpanda-stop — stop server started by this skilllightpanda-fetch — convert URL to markdown via LP.getMarkdownlightpanda-structured — extract LP.getStructuredDatalightpanda-interactive — extract LP.getInteractiveElementslightpanda-semantic — extract LP.getSemanticTreeruntime/browser/lightpanda.playwright-core is installed in-skill (node_modules/).runtime/state/ for safe reset/clean operations.LP.getMarkdownLP.getSemanticTreeLP.getInteractiveElementsLP.getStructuredDatadevelopment
Builds precise production-ready custom Agent Skills following AgentSkills.io guidelines. Use when user requests to create, refine or package Skills
development
Best practices for using simple-logger in TypeScript applications
tools
Implement Sauve-specific Jazz extension behavior on top of worker-authority architecture and typed popup-worker protocol
tools
Test Chrome extensions (Manifest V3) headlessly with Playwright — load unpacked extensions, extract the extension ID, test popups/content scripts/background, run reliably in CI, and use the correct headless mode that actually supports extensions.