← Back to Skills Marketplace
Taobao Price Monitor
by
275254cl-hash
· GitHub ↗
· v1.0.0
· MIT-0
546
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install taobao-price-monitor
Description
监控淘宝/天猫商品价格,支持历史价格查询、降价提醒、比价功能。适合电商卖家、代购、精明消费者。
Usage Guidance
This package is internally inconsistent rather than overtly malicious: it asks for a Taobao cookie (sensitive) and documents many features that are not present in the shipped files. Before installing or providing secrets: 1) ask the author for the missing scripts (history/alert/compare/server) or a single-file explanation; 2) confirm whether Playwright is actually required — avoiding installing heavy browser libs if not needed; 3) do not paste real TAOBAO_COOKIE into shared agent config; prefer testing in an isolated environment or using a throwaway cookie; 4) if you need alerts or API endpoints, require that the skill includes the server/cron code or provide deployment instructions; 5) if you can't verify these inconsistencies, treat the skill as untrusted and avoid supplying credentials or enabling autonomous runs.
Capability Assessment
Purpose & Capability
Name/description claim multiple features (历史价格、降价提醒、比价、批量监控、API、导出、企业版) but the repository only includes a single query_price.py that performs basic price fetching. Several referenced tools (history_price.py, price_alert.py, compare_price.py) and an HTTP API server are mentioned in SKILL.md but are not present. This mismatch suggests the package does not implement its advertised capabilities.
Instruction Scope
SKILL.md directs installation of extra tooling (playwright + playwright install) and modifying ~/.openclaw/openclaw.json to store a TAOBAO_COOKIE. The shipped Python tool uses only requests; Playwright is not used in query_price.py. The instructions also describe running a local HTTP API (localhost:18789) and cron jobs, but no server code or the other scripts required for alerts/history/compare are included. These vague/overbroad instructions grant the agent discretion and ask to store a sensitive cookie in agent config.
Install Mechanism
Registry metadata lists no install spec, but SKILL.md contains frontmatter recommending pip install requests and the body instructs installing Playwright. The actual code requires only requests. The mismatch between metadata, instructions, and code raises the risk that additional install steps (Playwright) are unnecessary or were copied from another project.
Credentials
The skill requests a TAOBAO_COOKIE which is relevant for bypassing anti-scraping and could be required for some scraping tasks. However SKILL.md says Cookie is optional while the registry requires TAOBAO_COOKIE as mandatory—this contradiction should be resolved before providing secrets. Storing the cookie in ~/.openclaw/openclaw.json would make it available to the agent and potentially other skills.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. The SKILL.md suggests scheduling cron jobs and storing configuration in the agent config, which is typical for monitoring skills, but nothing here requests permanent global privileges or modifies other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taobao-price-monitor - After installation, invoke the skill by name or use
/taobao-price-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of taobao-price-monitor 1.0.0
- Monitor Taobao/Tmall product prices with real-time queries, historical price tracking, and price drop alerts.
- Supports cross-shop price comparison and batch monitoring of multiple products.
- Offers quick start instructions, cookie/anti-crawling configuration, and flexible usage methods.
- Provides export, HTTP API access, and scheduled monitoring via cron.
- Differentiates between free and paid (Pro/Enterprise) feature sets for various user needs.
- Includes troubleshooting tips, output data formats, and detailed tool documentation.
Metadata
Frequently Asked Questions
What is Taobao Price Monitor?
监控淘宝/天猫商品价格,支持历史价格查询、降价提醒、比价功能。适合电商卖家、代购、精明消费者。 It is an AI Agent Skill for Claude Code / OpenClaw, with 546 downloads so far.
How do I install Taobao Price Monitor?
Run "/install taobao-price-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taobao Price Monitor free?
Yes, Taobao Price Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taobao Price Monitor support?
Taobao Price Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taobao Price Monitor?
It is built and maintained by 275254cl-hash (@275254cl-hash); the current version is v1.0.0.
More Skills