# Headless Chrome

> Use this skill when the user wants to run headless chrome from the command line for automation.

- Skill: `javimosch/headless-chrome` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/headless-chrome`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/headless-chrome/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/headless-chrome

---


# Headless-chrome Plugin

Run headless Chrome from the command line for automation.

## Commands

### Operations
- `headless-chrome page screenshot` — screenshot page via headless-chrome
- `headless-chrome page pdf` — pdf page via headless-chrome
- `headless-chrome page eval` — eval page via headless-chrome

## Usage Examples
- "headless-chrome --help"
- "headless-chrome <args>"

## Installation

```bash
npm install -g headless-chrome-cli
```

## Examples

```bash
headless-chrome --version
headless-chrome --help
```

## Key Features
- chrome\n- headless\n- automation

