.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/lightpanda-io/agent-skill
home/skills/lightpanda-io/agent-skill
lightpanda-io avatar

agent-skill

bylightpanda-io· 1 skill

Stars

91

Forks

10

Category

Browser & Automation

View on GitHub

TL;DR

Lightpanda browser, drop-in replacement for Chrome and Openclaw default browser - faster and lighter for tasks without graphical rendering like data retrieval. Use it via MCP server, CLI fetch, or CDP with Playwright/Puppeteer.

How to install agent-skill?

lightpanda-io/agent-skill
$npx -y skills add lightpanda-io/agent-skill --skill agent-skill

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/lightpanda-io/agent-skill" --skill "lightpanda-io/agent-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/lightpanda-io/agent-skill" that are relevant to the current task. Run `npx skills add "https://github.com/lightpanda-io/agent-skill"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Lightpanda Skill for LLM Agents
2 
3A skill that provides integration with [Lightpanda](https://github.com/lightpanda-io/browser), a fast headless browser optimized for data extraction and web automation.
4 
5## What is this?
6 
7This 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.
8 
9## Features
10 
11- Faster and lighter than Chrome for headless operations (9x faster, 16x less memory)
12- Native MCP server with agent-optimized tools
13- CLI fetch command with wait strategies and multiple output formats
14- CDP (Chrome DevTools Protocol) compatible with custom LP domain extensions
15- Works with Playwright and Puppeteer
16- JavaScript execution support
17- Semantic tree and markdown extraction
18 
19## Installation
20 
21### Skill.sh
22 
23```bash
24npx skills add https://github.com/lightpanda-io/agent-skill --skill Lightpanda
25```
26 
27### Claude Code Plugin
28 
29Add the marketplace and install the plugin:
30 
31```bash
32/plugin marketplace add lightpanda-io/agent-skill
33/plugin install lightpanda@lightpanda-io-agent-skill
34```
35 
36Then install the Lightpanda binary:
37 
38```bash
39bash scripts/install.sh
40```
41 
42### Manual Setup
43 
44Copy `SKILL.md` to your agent's skills directory, then run the install script:
45 
46```bash
47bash scripts/install.sh
48```
49 
50Then add the MCP server to Claude Code:
51 
52```bash
53claude mcp add lightpanda -- $HOME/.local/bin/lightpanda mcp
54```
55 
56## Three Ways to Use Lightpanda
57 
58| Interface | Best for | Command |
59|-----------|----------|---------|
60| **MCP server** | Agent workflows, interactive browsing | `lightpanda mcp` |
61| **CLI fetch** | Quick one-off page extraction | `lightpanda fetch --dump markdown URL` |
62| **CDP server** | Custom Playwright/Puppeteer automation | `lightpanda serve --port 9222` |
63 
64## Platform Support
65 
66- Linux (x86_64, aarch64)
67- macOS (x86_64, arm64)
68- Windows via WSL2
69 
70## Usage
71 
72See [SKILL.md](SKILL.md) for detailed usage instructions, including:
73 
74- MCP server setup and available tools
75- CLI fetch options and output formats
76- CDP server with Playwright or Puppeteer
77- Custom LP CDP domain methods
78- Important notes and limitations
79 
80## License
81 
82Apache 2.0

Preview

lightpanda-io/agent-skilllightpanda-io/agent-skill

$ npx -y skills add lightpanda-io/agent-skill --skill agent-skill

▸ installing to .claude/skills…

✓ agent-skill ready

Repolightpanda-io/agent-skill
TypeSkills
CategoryBrowser & Automation
ForDeveloperOps
UpdatedMay 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  2. scrapegraphai avatarjust-scrapeSearch, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI.SkillsJul 2026245k38
  3. browser-act avatarbrowser-actBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first.SkillsJul 2026107k4.8k
  4. microsoft avatarplaywright-cliAutomate browser interactions, test web pages and work with Playwright tests.SkillsJul 2026102k12k
  5. browser-use avatarbrowser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.SkillsJul 202688k107k
  6. browser-act avatarbrowser-act-skill-forgeForges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later.SkillsJul 202685k4.8k