tmall-price-scraper

v1.0.0

抓取天猫(Tmall)商品页面的实时价格、优惠信息及规格详情。适用于需要获取电商商品价格、监控价格变动或对比不同规格价格的场景。

0· 175·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
high confidence
Purpose & Capability
Name/description (scraping Tmall product pages) match the instructions: navigation, detecting login, waiting for dynamic content, extracting price/SKU/discounts and simulating clicks. No unrelated binaries, installs, or external credentials are requested.
Instruction Scope
Instructions stay within scraping scope (use browser_navigate/browser_view, prompt user to log in if redirected). A minor ambiguity: the doc says to "优先从 Markdown 提取中寻找价格关键字" (extract from Markdown) which is likely a wording error — it should probably refer to DOM/text content. Otherwise the steps (waiting for load, finding elements with '¥' or '价格', simulating SKU clicks) are normal for a scraper but are inherently brittle.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes installation risk (nothing is downloaded or written to disk).
Credentials
Requires no environment variables, credentials, or config paths. It prompts the user to log in interactively when needed rather than requesting or storing credentials, which is proportionate for the stated task.
Persistence & Privilege
Defaults (not always:true) and autonomous invocation allowed (platform default). The skill does not request permanent presence or to modify other skills or system config.
Assessment
This skill appears coherent for scraping Tmall product pages. Before using it, confirm: (1) you accept that the agent will load product pages and may request you interactively to log in (it does not ask for credentials programmatically); (2) the ambiguous phrase about extracting from "Markdown" should be clarified to mean page text/DOM — ask the author to fix that wording; (3) scraping Tmall may break if page structure changes and may be subject to Tmall's terms of service and rate limits — avoid high-frequency automated scraping and consider legal/privacy implications; (4) test the skill on a few sample product URLs to ensure it extracts the expected fields. If you need stronger assurance, request a code-backed implementation or explicit examples of extracted output and error handling.

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

latestvk97ek6aaf709vpfgvskyn60e7d83ftjr

License

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

Comments