/install hk-supermarket-shopping
HK Supermarket Shopping (v1.2.3)
Real-time price lookup for Hong Kong supermarkets using the Consumer Council's daily pricewatch. The price_lookup tool searches for products and returns the cheapest option, price, and how many you can buy with $100. Language (English/Chinese) is auto-detected from your query.
Quick Reference
| Query | Expected Result |
|---|---|
"Coke Zero" |
Overall cheapest: PARKNSHOP - Coca-Cola Zero Sugar 500ml ($9.50). With $100 you can buy 10 items (remaining $5.00). |
"milk" |
Similar format with cheapest supermarket and price |
"雞蛋" |
Response in Chinese: 整體最平:... |
Setup
- Install the skill by copying the folder to OpenClaw's skills/ directory.
- No configuration required.
- The skill downloads the latest pricewatch CSV on first use and stores it in
data/. - Data is automatically housekept; only today's file is kept (older than 1 day removed).
- All downloads use SSL verification; no insecure proxies.
Technical Details
- Data Source: Consumer Council pricewatch (English CSV) – updated daily.
- Retention: 1 day (auto housekeeping).
- Offline Support: Works after initial download.
- Multilingual: Auto-detects query language and responds accordingly.
- Security: Input length limited to 200 characters, SSL-verified downloads, no command injection vulnerabilities, no external binary dependencies.
- Runtime: Pure Python – uses
urllibfrom standard library (nocurlor other external tools).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hk-supermarket-shopping - 安装完成后,直接呼叫该 Skill 的名称或使用
/hk-supermarket-shopping触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hong Kong Supermarket Shopping 是什么?
Helps users find the best deals at Hong Kong supermarkets using real-time Consumer Council price data. For any product, get the cheapest store, current price... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 356 次。
如何安装 Hong Kong Supermarket Shopping?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hk-supermarket-shopping」即可一键安装,无需额外配置。
Hong Kong Supermarket Shopping 是免费的吗?
是的,Hong Kong Supermarket Shopping 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hong Kong Supermarket Shopping 支持哪些平台?
Hong Kong Supermarket Shopping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hong Kong Supermarket Shopping?
由 Steven Ho(@stevenho1394)开发并维护,当前版本 v1.2.3。