← 返回 Skills 市场
kgc-yj

tmall-price-scraper

作者 kgc-yj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
233
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tmall-price-scraper
功能描述
抓取天猫(Tmall)商品页面的实时价格、优惠信息及规格详情。适用于需要获取电商商品价格、监控价格变动或对比不同规格价格的场景。
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: tmall-price-scraper Version: 1.0.0 The tmall-price-scraper skill is a standard web scraping tool designed to extract product pricing and specifications from Tmall. It uses legitimate browser automation patterns, such as navigating to URLs and prompting the user for manual login when authentication is required, without any evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tmall-price-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tmall-price-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tmall-price-scraper. - Extracts real-time prices, discounts, and full specification details from Tmall product pages. - Guides users through login if access is restricted. - Supports detection of special prices (coupons, promos) and specification-based price variations. - Outputs product information in a clear and structured table format.
元数据
Slug tmall-price-scraper
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

tmall-price-scraper 是什么?

抓取天猫(Tmall)商品页面的实时价格、优惠信息及规格详情。适用于需要获取电商商品价格、监控价格变动或对比不同规格价格的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 tmall-price-scraper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tmall-price-scraper」即可一键安装,无需额外配置。

tmall-price-scraper 是免费的吗?

是的,tmall-price-scraper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tmall-price-scraper 支持哪些平台?

tmall-price-scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tmall-price-scraper?

由 kgc-yj(@kgc-yj)开发并维护,当前版本 v1.0.0。

💬 留言讨论