---
name: gsk-crawler
version: 1.0.0
description: Crawl and extract content from web pages. Supports HTML, PDF, and documents.
metadata:
  category: general
  requires:
    bins:
    - gsk
  cliHelp: gsk crawl --help
---

# gsk-crawler

**PREREQUISITE:** Read `../gsk-shared/SKILL.md` for auth, global flags, and security rules.

Crawl and extract content from web pages. Supports HTML, PDF, and documents.

## Usage

```bash
gsk crawl [options]
```

**Aliases:** `crawler`, `crawl`

## Flags

| Flag | Required | Description |
|------|----------|-------------|
| `<url>` (positional) | Yes | http/https url (string) |

## Local File Support

Parameters that accept URLs (`<url>`) also accept local file paths. The CLI automatically uploads local files before sending to the API.

## See Also

- [gsk-shared](../gsk-shared/SKILL.md) — Authentication and global flags

