web-scraping skillB
web-scraping is agent-read markdown (skill) from billy-enrizky/openbrowser-ai: Extract structured data from websites, scrape page content, and collect information across multiple pages. Trigger when the user asks to: extract data from a website, scrape a page, collect information from URLs, pull content from web pages, gather data across multiple pages, or download page content..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Web Scraping
Extract structured data from websites using Python code execution with browser automation functions. Handles JavaScript-rendered content, pagination, and multi-page scraping.
All code runs via `openbrowser-ai -c`. The daemon starts automatically and persists variables across calls. All browser functions are async -- use `await`.
The CLI daemon also persists cookies and login state in `~/.config/openbrowser/profiles/daemon/storage_state.json`, so authenticated sessions can be reused across later runs.
## Setup
Before running, verify openbrowser-ai is installed:
```bash
openbrowser-ai --help
```
If not found, install:
```bash
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.ps1 | iex
```
## Workflow
### Step 1 -- Navigate and get content overview
```bash
openbrowser-ai -c - <<'EOF'
await navigate("https://example.com/data")
# Get browser state to see page title, URL, element count
state = await browser.get_browser_state_summary()
print(f"Title: {state.title}")
print(f"URL: {state.url}")
…Read the whole file at its exact version.
How to install
mdr add billy-enrizky/openbrowser-ai/web-scraping@git:20260521.0c71c6fmdr add billy-enrizky/openbrowser-ai/web-scraping@sha256:6a9afed5a86d9ba1Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_lxc2rwnz337x73bt)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260521.0c71c6f latest | 2026-05-21 | 0c71c6f | 6,748 B | B | view · diff |
| git:20260506.8ed3a32 | 2026-05-06 | 8ed3a32 | 5,475 B | B | view · diff |
| git:20260317.4749a90 | 2026-03-17 | 4749a90 | 5,299 B | B | view · diff |
| git:20260316.285dea5 | 2026-03-16 | 285dea5 | 5,113 B | B | view · diff |
| git:20260315.1192abb | 2026-03-15 | 1192abb | 5,025 B | B | view |
Audit of the latest version
- fail: No curl or wget piped into a shell (matched: curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.sh | sh)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6748 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
billy-enrizky/openbrowser-ai · 260 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_lxc2rwnz337x73bt GET https://markdownregistry.com/api/v1/resolve?ref=billy-enrizky/openbrowser-ai/web-scraping GET https://markdownregistry.com/api/v1/blob/6a9afed5a86d9ba1f00d2a2478457e31b67f0b51df59c1643b3f188e77977c1a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from billy-enrizky/openbrowser-ai
Every file in billy-enrizky/openbrowser-ai