← Back to Skills Marketplace
1157
Downloads
3
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install price-hunter
Description
Global price comparison tool with international platform support. Compare prices across Amazon, eBay, AliExpress, Temu (international) AND JD, Taobao, Tmall,...
Usage Guidance
This skill is internally consistent, but be aware of practical and policy considerations before installing: it scrapes public product pages and search results — this can trigger anti-scraping blocks, return incomplete data for pages behind login, or run afoul of some sites' terms of service. The skill does not request credentials, but it will make many outgoing requests (the agent's network/IP will be used). If you need reliable or high-volume data, prefer official APIs from merchants or aggregator partners and consider rate limits, localization (currency, region, language), and verifying final prices before purchasing. If you want to restrict network access or audit requests, do that at the agent/platform level. If anything in the SKILL.md seems unclear (for example how it handles paginated results, currency rounding, or shipping estimate sources), ask the author for clarification before use.
Capability Analysis
Type: OpenClaw Skill
Name: price-hunter
Version: 1.0.0
The skill instructs the AI agent to process user-provided URLs and construct `web_search` queries using unsanitized user input. This creates a significant prompt injection surface and a potential Server-Side Request Forgery (SSRF) vulnerability if the `web_fetch` tool (implicitly used for user-provided URLs) is not properly sandboxed. While the stated purpose is benign price comparison, these instructions in `SKILL.md` enable risky capabilities that could be exploited by a malicious user to direct the agent to arbitrary external sites or manipulate search queries for unintended actions.
Capability Assessment
Purpose & Capability
Name and description claim cross-platform price comparison; SKILL.md instructs web search and page fetching to extract prices, sellers, ratings, shipping, and links — all coherent and expected for this purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are focused on searching and extracting price data from public pages and search results. They explicitly handle platform-specific limitations (e.g., Pinduoduo link restrictions, Taobao/Tmall login walls). Note: following pages that require login or verifying link accessibility may fail or return partial data; the instructions do not ask for any local file or secret access.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk install surface. Nothing is written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The required external access (web searches and fetches) matches the stated functionality.
Persistence & Privilege
Does not request always: true or any elevated persistent privileges. Default autonomous invocation is allowed by platform but is not excessive for this type of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install price-hunter - After installation, invoke the skill by name or use
/price-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Global price comparison with international (Amazon, eBay, AliExpress, Temu) and Chinese (JD, Taobao, Tmall, Pinduoduo) platform support
Metadata
Frequently Asked Questions
What is Price Hunter?
Global price comparison tool with international platform support. Compare prices across Amazon, eBay, AliExpress, Temu (international) AND JD, Taobao, Tmall,... It is an AI Agent Skill for Claude Code / OpenClaw, with 1157 downloads so far.
How do I install Price Hunter?
Run "/install price-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Price Hunter free?
Yes, Price Hunter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Price Hunter support?
Price Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Price Hunter?
It is built and maintained by Michael (@sunkinux); the current version is v1.0.0.
More Skills