Lightpanda browser skill for openclaw
npx skills add https://github.com/lightpanda-io/agent-skill --skill lightpandaInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
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.
npx skills add https://github.com/lightpanda-io/agent-skill --skill Lightpanda
Add the marketplace and install the plugin:
/plugin marketplace add lightpanda-io/agent-skill
/plugin install lightpanda@lightpanda-io-agent-skill
Then install the Lightpanda binary:
bash scripts/install.sh
Copy SKILL.md to your agent's skills directory, then run the install script:
bash scripts/install.sh
Then add the MCP server to Claude Code:
claude 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 |
See SKILL.md for detailed usage instructions, including:
Apache 2.0