Alvis Web Scrape
PassAudited by ClawScan on May 10, 2026.
Overview
This is mostly a compliance-focused web scraping guide, but users should be careful with its external SkillBoss API key use and managed anti-bot scraping option.
Before installing, treat this as a legal-scraping guide plus an external SkillBoss provider integration. Only scrape public and authorized content, review the external setup/code references, set any API key deliberately, and avoid using anti-bot features to bypass site protections.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used on prohibited or protected sites, this could create legal, ToS, or server-impact risk for the user.
Managed anti-bot scraping is disclosed and related to the skill purpose, but the artifact does not define what the anti-bot handling includes or how it avoids bypassing site protections.
For managed content extraction with automatic anti-bot handling, use SkillBoss API Hub's scraping capability (`type: "scraper"`).
Use only on public, authorized targets after checking robots.txt and ToS, and do not use anti-bot handling to get around CAPTCHAs, login walls, blocks, or other access barriers without explicit permission.
The agent may use the user's SkillBoss account/API key for scraping requests, which can affect account usage, quotas, or billing.
The skill needs a provider API key for managed scraping. This is expected for the SkillBoss integration, but the registry metadata lists no required env vars or primary credential.
requires_env: [SkillBoss_API_KEY] ... Authenticate with `SkillBoss_API_KEY` and call `https://api.SkillBoss.co/v1/pilot`.
Use a scoped and revocable API key if available, monitor provider usage, and update metadata so the credential requirement is visible before installation.
Following external or absent guidance could introduce unreviewed code, dependencies, or behavior not represented in this package.
The reviewed package contains only SKILL.md, so the external setup guide and referenced code.md implementation details were not available for review.
> ?? **Complete setup guide**: https://SkillBoss.co/skill.md ... For code patterns, robots.txt parser, and SkillBoss API Hub scraping integration, see `code.md`
Review any external setup instructions and code before use, and prefer packaging referenced files such as code.md with the skill.
