TopRank Skills

Home / Claw Skills / Git / GitHub / scrapclaw
Official OpenClaw rules 54%

scrapclaw

Run Scrapclaw as a Dockerized browser-backed scraping service, then use this skill to fetch HTML from JavaScript-heavy or Cloudflare-protected pages through its HTTP API.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 scrapclaw 技能。 若已安装,则直接安装 scrapclaw 技能。

Overview

Skill Key
ericpearson/scrapclaw
Author
ericpearson
Source Repo
openclaw/skills
Version
-
Source Path
skills/ericpearson/scrapclaw
Latest Commit SHA
c4c97e050ab2bb72a99dbc7c7ff835f4a56b66cf

Extracted Content

SKILL.md excerpt

# Scrapclaw

Use this skill when the user needs raw HTML from a page that may require a real browser, waiting for JavaScript, or Cloudflare solving, and when they want a self-hosted Docker container they can run locally or on a server. Do not use it for simple static pages that are easier to fetch directly.

This repo includes both:

- a published Docker image that exposes the Scrapclaw API
- an OpenClaw skill that knows how to call that API

## Install

Preferred: run the published Docker image from GitHub Container Registry:

```bash
docker run --rm -d \
  --name scrapclaw \
  -p 8192:8192 \
  ghcr.io/ericpearson/scrapclaw:v0.0.5
```

The same image is referenced by the GitHub `v0.0.5` release for this repo.

If you use the source build path instead of the published image, review the repo, `Dockerfile`, and `docker-compose.yml` first. Running `docker compose up --build` on unreviewed code can execute arbitrary code on the host.

If you want to run from source instead, use Docker Compose:

```bash
git clone https://github.com/ericpearson/scrapclaw.git
cd scrapclaw
docker compose up --build -d
```

The API will be available at `http://127.0.0.1:8192`.

If you are unsure about the target pages or host environment, prefer running the container on an isolated VM or similarly restricted host.

Install the local skill into an OpenClaw workspace:

```bash
mkdir -p ~/.openclaw/workspace/skills
cp -R skills/scrapclaw ~/.openclaw/workspace/skills/
```

Or install it from ClawHub:

```bash
clawhub install scrapclaw --version 0.0.5
```

## Endpoint

- Use `SCRAPCLAW_BASE_URL` if it is set.
- Otherwise use `http://127.0.0.1:8192`.
- If `SCRAPCLAW_API_TOKEN` is set, include `Authorization: Bearer $SCRAPCLAW_API_TOKEN`.
- Do not use this skill to access localhost, RFC1918/private LAN ranges, Docker bridge IPs, or other internal-only services unless the user explicitly asks and the operator has intentionally allowlisted the target.
- If the service is not running yet, tell the use...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

human-pages-ai

humanpages

★ 3

Search and hire real humans for tasks — photography, delivery, research, and more

zseven-w

openclaw-skills

★ 1

Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.