modelscope.cn

lightpanda

Lightpanda browser with native LP domain commands for fetching markdown, semantic trees, and structured data.

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,511 B

History

  1. First recorded snapshot · 0 installs

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 server
  • lightpanda-stop — stop server started by this skill
  • lightpanda-fetch — convert URL to markdown via LP.getMarkdown
  • lightpanda-structured — extract LP.getStructuredData
  • lightpanda-interactive — extract LP.getInteractiveElements
  • lightpanda-semantic — extract LP.getSemanticTree

Runtime Model

  • Browser binary is provisioned inside the installed skill directory at runtime/browser/lightpanda.
  • Node dependency playwright-core is installed in-skill (node_modules/).
  • PID/log state is owned under runtime/state/ for safe reset/clean operations.

Native LP Commands

  • LP.getMarkdown
  • LP.getSemanticTree
  • LP.getInteractiveElements
  • LP.getStructuredData

Notes

  • DuckDuckGo is generally safer than Google for automated browsing with Lightpanda.
  • Keep one CDP connection per process; use separate ports for concurrency.