Skip to content

Commit 284bb4e

Browse files
committed
docs(skill): note Chromium fallback on Linux ARM64
1 parent 43d3c18 commit 284bb4e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ webskrap fetch https://example.com --stdout --text-only
117117
webskrap fetch https://example.com --quiet --output page.html
118118
```
119119

120+
On Linux ARM64, the `chrome` channel can be unsupported. Prefer `chrome` where
121+
it launches, but use Chromium fallback on Linux ARM64:
122+
123+
```bash
124+
webskrap fetch https://example.com --channel chromium --format json
125+
```
126+
120127
`fetch --format json` prints bounded JSON to stdout using the MCP-compatible
121128
shape: `url`, `final_url`, `status`, `ok`, `title`, `headers`, `text`,
122129
`text_length`, `text_truncated`, and `elapsed_ms`.

0 commit comments

Comments
 (0)