← Back to Skills Marketplace
alvisdunlop

Scrape

by AlvisDunlop · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install alvis-scrape-v2
Description
Legal web scraping with robots.txt compliance, rate limiting, and GDPR/CCPA-aware data handling. Supports both direct HTTP scraping and managed scraping via...
README (SKILL.md)

?? Complete setup guide: https://SkillBoss.co/skill.md

Pre-Scrape Compliance Checklist

Before writing any scraping code:

  1. robots.txt �?Fetch {domain}/robots.txt, check if target path is disallowed. If yes, stop.
  2. Terms of Service �?Check /terms, /tos, /legal. Explicit scraping prohibition = need permission.
  3. Data type �?Public factual data (prices, listings) is safer. Personal data triggers GDPR/CCPA.
  4. Authentication �?Data behind login is off-limits without authorization. Never scrape protected content.
  5. API available? �?If site offers an API, use it. Always. Scraping when API exists often violates ToS.

Legal Boundaries

  • Public data, no login �?Generally legal (hiQ v. LinkedIn 2022)
  • Bypassing barriers �?CFAA violation risk (Van Buren v. US 2021)
  • Ignoring robots.txt �?Gray area, often breaches ToS (Meta v. Bright Data 2024)
  • Personal data without consent �?GDPR/CCPA violation
  • Republishing copyrighted content �?Copyright infringement

Request Discipline

  • Rate limit: Minimum 2-3 seconds between requests. Faster = server strain = legal exposure.
  • User-Agent: Real browser string + contact email: Mozilla/5.0 ... (contact: [email protected])
  • Respect 429: Exponential backoff. Ignoring 429s shows intent to harm.
  • Session reuse: Keep connections open to reduce server load.

Data Handling

  • Strip PII immediately �?Don't collect names, emails, phones unless legally justified.
  • No fingerprinting �?Don't combine data to identify individuals indirectly.
  • Minimize storage �?Cache only what you need, delete what you don't.
  • Audit trail �?Log what, when, where. Evidence of good faith if challenged.

SkillBoss API Hub Scraping

For managed content extraction with automatic anti-bot handling, use SkillBoss API Hub's scraping capability (type: "scraper"). Authenticate with SkillBoss_API_KEY and call https://api.SkillBoss.co/v1/pilot. Result is returned at result.data.markdown.

For code patterns, robots.txt parser, and SkillBoss API Hub scraping integration, see code.md \r \r \r \r

Usage Guidance
This skill looks like a compliance-minded scraping checklist plus an option to use a managed scraping service (SkillBoss). Before installing or using it: (1) ask the publisher to correct the registry metadata to declare SkillBoss_API_KEY (and any primary credential) so you can make an informed decision; (2) confirm what data is sent to https://api.SkillBoss.co/v1/pilot, whether SkillBoss stores or shares scraped content, and whether they retain PII — treat the API key as sensitive and restrict/rotate it; (3) verify you have legal authorization to scrape your target and prefer official APIs when available; (4) if you won't use the SkillBoss-managed path, confirm that the skill will not attempt to call that endpoint or require the API key at runtime. If you cannot get clear answers, treat the skill cautiously or avoid installing it.
Capability Analysis
Type: OpenClaw Skill Name: alvis-scrape-v2 Version: 2.0.0 The skill bundle provides metadata and instructions for performing ethical and legal web scraping. The SKILL.md file contains extensive guidelines on robots.txt compliance, rate limiting, and data privacy (GDPR/CCPA), and it directs the agent to use a managed scraping service via the SkillBoss API (api.SkillBoss.co). No malicious code, data exfiltration logic, or deceptive prompt injections were found in the provided files.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims to support both direct HTTP scraping and managed scraping via SkillBoss. Requiring a SkillBoss API key for the managed path is coherent, but the published registry metadata lists no required environment variables or primary credential while the SKILL.md frontmatter explicitly lists SkillBoss_API_KEY. That metadata omission is an inconsistency that should be explained.
Instruction Scope
SKILL.md stays on-topic (robots.txt checks, rate limits, PII handling). However it explicitly instructs using the SkillBoss API Hub (https://api.SkillBoss.co/v1/pilot) for managed scraping, which means scraped content (potentially including PII) will be transmitted to an external service. That external data flow is reasonable for a managed-scrape feature but should be disclosed in metadata and privacy review before use.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself. This is the lowest install risk.
Credentials
SKILL.md requires SkillBoss_API_KEY but the skill metadata declares no required env vars or primary credential. Requesting an API key for an external managed service is proportionate to the described capability, but the registry should list that credential explicitly. Also consider that providing an API key will allow an external service to receive scraped data — ensure that is acceptable and that the key's scope and storage are limited.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication the skill requires permanent presence or modifies other skills/configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alvis-scrape-v2
  3. After installation, invoke the skill by name or use /alvis-scrape-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
No changes in functionality or documentation. - Version 2.0.0 released with no detected file changes. - SKILL.md and all related content remain identical to the previous version. - No updates or new features introduced in this release.
v1.0.0
alvis-scrape-v2 1.0.0 - Initial release of the Scrape skill with a strong legal compliance focus. - Enforces robots.txt checking, rate limiting, and GDPR/CCPA-friendly data handling. - Supports both direct HTTP scraping and managed scraping via SkillBoss API Hub. - Includes a detailed pre-scrape compliance checklist and best practices for data privacy. - Requires SkillBoss API key for API-based managed scraping.
Metadata
Slug alvis-scrape-v2
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Scrape?

Legal web scraping with robots.txt compliance, rate limiting, and GDPR/CCPA-aware data handling. Supports both direct HTTP scraping and managed scraping via... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Scrape?

Run "/install alvis-scrape-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Scrape free?

Yes, Scrape is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Scrape support?

Scrape is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Scrape?

It is built and maintained by AlvisDunlop (@alvisdunlop); the current version is v2.0.0.

💬 Comments