返回顶部
u

uniqlo-price-watch优衣库价格追踪

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
98
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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的情况下(可以问用户要,或者读取环境变量FIRECRAWLAPIKEY,兼容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;如果错误回到第一步。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 uniqlo-price-watch-1776093309 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 uniqlo-price-watch-1776093309 技能

通过命令行安装

skillhub install uniqlo-price-watch-1776093309

下载

⬇ 下载 uniqlo-price-watch v1.0.0(免费)

文件大小: 3.42 KB | 发布时间: 2026-4-14 10:02

v1.0.0 最新 2026-4-14 10:02
uniqlo-price-watch v1.0.0

- Initial release: Monitor and track product prices on uniqlo.cn.
- Saves and updates user-tracked items in uniqlo/uniqlo-price-watch.csv, auto-creating the file if missing.
- Compares current prices with previously saved baseline prices before responding to users.
- Supports both API-based (fireCrawl) and browser-based methods to obtain product prices, with browser as fallback.
- Guides users to confirm the correct product from search results before tracking or updating records.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部