automation-skill intermediate active

Byterover

Crawling a site manually page by page takes days. Scrapers hit one level and stop. The openclaw web crawler skill sends an autonomous rover to map and extract the whole site.

What breaks without openclaw web crawler skill

Shallow single-page scrapes. Manual sitemap crawling. Competitor content changes going undetected.

Full site extraction on autopilot × 185-star rover skill ÷ 15–25 minutes ÷ MAX_PAGES safety cap = structured site content delivered without touching a browser.

openclaw web crawler skill — what it actually does

01
Crawls a website's sitemap or follows internal links to extract all content.
02
Returns structured data from every page visited during the crawl.
03
Runs competitive intelligence pipelines that refresh on a schedule.
04
Respects robots.txt by default with an optional override for research use.

Security check — openclaw web crawler skill

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm macOS, Linux; OpenClaw ≥1.0; Playwright compatibility.

Quick start — openclaw web crawler skill in 15–25 minutes

Setup time: 15–25 minutes

!
You need:
  • OpenClaw core
  • Playwright or Puppeteer

Install the package:

# Install via ClawhHub
clawhub install byteroverinc/byterover
1
Install Playwright: npx playwright install chromium
2
Install the skill
3
Set BYTEROVER_MAX_DEPTH=3 in .env
4
Run /rover start <url> to begin crawling

Troubleshooting openclaw web crawler skill

1
1. Deep crawls can generate thousands of requests — set MAX_PAGES limit
2
2. Respect robots.txt — the rover checks it by default but can be overridden

Compatibility & status

Works with: macOS, Linux; OpenClaw ≥1.0; Playwright intermediate Last updated: Nov 2025 ★ 185 on GitHub MIT

Official docs →

View on GitHub →

Related — more like openclaw web crawler skill

Keep scraping one page at a time and miss the full picture. Deploy the rover before the next competitive intelligence run.

Get it on GitHub →