Web Scraper Trae

v1.0.1

Opens browser and scrapes webpage content using Playwright. Invoke when user wants to crawl/scrape a webpage, extract data from a website, or get content fro...

0· 70·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The SKILL.md clearly implements a Playwright-based scraper and this matches the name/description. However, the registry metadata lists no required binaries while the instructions explicitly require Node.js, npm/npx, and downloading Playwright/Chromium — a minor inconsistency between declared requirements and actual prerequisites.
Instruction Scope
Instructions stay within the stated purpose: create and run a Node script that navigates to a provided URL and returns title/text/html. The instructions do not ask to read unrelated files, environment variables, or transmit data to third-party endpoints beyond fetching the target URL. Note: the output includes full HTML content from the target page, which may contain sensitive data if the URL requires authentication or points to internal resources.
Install Mechanism
There is no formal install spec in the metadata (instruction-only). The SKILL.md expects use of npm/npx to install Playwright, which in turn downloads Chromium from Playwright's release hosts — this is a standard but non-trivial network download and writes large binaries to disk. This is expected for a Playwright scraper but worth noting for environments with restricted network access or storage quotas.
Credentials
The skill requests no environment variables or credentials. That is proportional to its stated purpose. Make sure you don't pass URLs that require credentials, since the skill does not include built-in auth handling.
Persistence & Privilege
Skill does not request always:true and makes no claims to modify agent/system configuration. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill is instruction-only and implements a straightforward Playwright scraper. Before installing or running it: (1) ensure Node.js/npm/npx are available — the metadata does not declare them; (2) expect Playwright to download a Chromium binary (large, network activity, disk usage); (3) run the scraper in an isolated/sandboxed environment (the script uses --no-sandbox) to reduce risk if untrusted pages are loaded; (4) avoid scraping URLs that require authentication or point to internal/private systems unless you understand the implications, since the script will print full HTML/text; (5) if you need tighter controls, consider reviewing or copying the provided script into your own vetted environment rather than executing arbitrary installs. If you want higher assurance, ask the publisher for an explicit install spec and declared binary requirements (node/npm).

Like a lobster shell, security has layers — review code before you run it.

latestvk977wnsy440cpeb0151wcnt4m984jt5j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments