uniqlo-price-watch

跟踪 UNIQLO 网站(uniqlo.cn)上的产品价格,将用户关注的商品持久化存储在你的工作目录下 uniqlo/uniqlo-price-watch.csv 中,如果文件缺失则自动创建,并在回答用户前将当前官方产品页面价格与保存的基准价格进行比较。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uniqlo-price-watch" with this command: npx skills add uniqlo-price-watch

UNIQLO 价格监控

当用户想要跟踪一个或多个 UNIQLO 产品、保存之前的价格,或询问关注的商品是否降价时,使用此技能。

用户追踪目标记录

当用户想要追踪一个项目时应当 把用户的 想要的商品记录到 uniqlo/uniqlo-price-watch.csv ,在用户表示 某某商品买到后,删除对应商品。

每次用户提供衣服时候,必须让用户确认 具体页面 https://www.uniqlo.cn/search.html?description=484663&searchType=1 且提供图片给用户,注意url不要记录商详页,而应该是搜索结果页

uniqlo/uniqlo-price-watch.csv 格式

格式如下

商品名称,url,当前价格(rmb),上次价格(rmb),初始价格(rmb),更新时间 比如: 男装/男女同款 UT PEANUTS印花T恤/短袖T恤 485053,https://www.uniqlo.cn/search.html?description=484663&searchType=1,99,99,99,2026-3-22-10:52

如何获取商品价格

在用户添加监控商品时候,应当全部走 “获取商品价格的步骤-浏览器方案”。在后续监控任务中,在用户提供可用 fireCrawl API-KEY 的情况下(可以问用户要,或者读取环境变量 FIRECRAWL_API_KEY,兼容 FIRECRAWL-API-KEY),应当先使用 “获取商品价格的步骤-爬虫方案”,使用 “获取商品价格的步骤-浏览器方案” 兜底。

获取商品价格的步骤-爬虫方案 [] 直接运行脚本,不要让大模型总结页面:

node .skills/uniqlo-price-watch/firecrawl-scrape.mjs \
  "https://www.uniqlo.cn/search.html?description=484663&searchType=1"

[] 脚本输出必须只保留这两个字段:

{
  "markdown": "...",
  "url": "https://www.uniqlo.cn/search.html?description=484663&searchType=1"
}

[] 从 markdown 中提取商品名称和价格;如果脚本失败,再使用浏览器方案兜底

获取商品价格的步骤-浏览器方案 [] 使用browser工具,访问优衣库的搜索页面: https://www.uniqlo.cn/search.html [] 输入用户描述,选择优衣库搜索结果第一个商品 [] 点击进入商品页,拿到当前价格,并截图 [] 询问用户商品选择是否正确,如果正确更新到 uniqlo/uniqlo-price-watch.csv;如果错误回到第一步

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated