← Back to Skills Marketplace
Web Scraper Pro
by
kaising-openclaw1
· GitHub ↗
· v1.1.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xiaoming-web-scraper
Description
网页数据爬虫 - 数据抓取、表格导出、定时采集
Usage Guidance
This skill appears to do what it says (scrape pages, export tables), but there are a few red flags to check before installing or running it:
- Verify the 'clawhub' CLI: SKILL.md expects a 'clawhub' command. The README's 'npx clawhub@latest install web-scraper-pro' would download code from npm — only run that if you trust the package owner and have inspected the package contents.
- Confirm the dependency mismatch: _meta.json lists 'curl' while registry metadata lists none; ensure required binaries are present and legitimate.
- Ask where data goes: clarify whether scraped data/images are stored locally or uploaded to a cloud service (and which endpoint). If cloud upload or paid 'Pro' features are used, check for required credentials and privacy policies.
- Be cautious with scheduling: scheduling commands may persist jobs; verify whether scheduling runs locally or registers jobs on a remote service.
- If you plan to run this on sensitive systems or with sensitive pages, first test in a sandbox and inspect any installed code (npm package or clawhub CLI) for unexpected network calls or credential use.
If the publisher or source cannot be verified, treat the README 'npx' install instruction as the primary risk and avoid running it without code review.
Capability Analysis
Type: OpenClaw Skill
Name: xiaoming-web-scraper
Version: 1.1.0
The skill bundle contains only metadata and documentation (SKILL.md, README.md) for a web scraping utility. It describes standard features such as data fetching, table export, and task scheduling without any executable code or instructions that suggest malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, README, and SKILL.md all describe web scraping, CSV/Excel export, image download and scheduling; the CLI commands shown (clawhub scrape ...) are coherent with that purpose. However _meta.json advertises a 'curl' dependency while the registry metadata reported no required binaries, which is an unexplained mismatch.
Instruction Scope
SKILL.md only instructs the agent to run clawhub CLI commands with user-supplied URLs/selectors and to schedule jobs. It does not direct reading unrelated files or env vars. Gaps: it doesn't state where scraped data/images are stored or whether scheduling uses local cron vs. a remote service — this ambiguity could hide data exfiltration or cloud uploads.
Install Mechanism
There is no formal install spec in the registry (instruction-only skill), but README recommends 'npx clawhub@latest install web-scraper-pro' which would fetch code at runtime from the npm registry. That discrepancy (no install spec vs README npx instruction) increases risk because following README would pull remote code; users should verify the provenance of the 'clawhub' package before running npx.
Credentials
The skill declares no required env vars or credentials, which is reasonable for a simple scraper. However the SKILL and README reference Pro/subscription/cloud storage features without declaring any credential or endpoint — if those features are used at runtime they may require tokens or perform network storage not described here.
Persistence & Privilege
always is false and there are no declared config paths or permanent privileges. The skill does include scheduling functionality in its commands, but there is no evidence it would force-enable itself or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaoming-web-scraper - After installation, invoke the skill by name or use
/xiaoming-web-scraper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1 网页爬虫
v1.0.0
v1.0 网页爬虫
Metadata
Frequently Asked Questions
What is Web Scraper Pro?
网页数据爬虫 - 数据抓取、表格导出、定时采集. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Web Scraper Pro?
Run "/install xiaoming-web-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Scraper Pro free?
Yes, Web Scraper Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Scraper Pro support?
Web Scraper Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Scraper Pro?
It is built and maintained by kaising-openclaw1 (@kaising-openclaw1); the current version is v1.1.0.
More Skills