← Back to Skills Marketplace
deal-finder
by
hanxueyuan
· GitHub ↗
· v0.1.0
· MIT-0
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deal-finder
Description
全网比价助手。查找最优价格、优惠券、返利和限时折扣。
README (SKILL.md)
🛒 Deal Finder 比价助手
Deal Finder 是一款智能比价工具,帮助你在多个电商平台之间查找最优价格、优惠券、返利和限时折扣,让你买得更划算。
核心功能
1. 全网比价
- 同时搜索淘宝、京东、拼多多、亚马逊等平台
- 历史价格追踪,识别虚假促销
- 自动计算运费、税费后总价
2. 优惠券发现
- 自动查找可用优惠券
- 叠加优惠计算最优方案
- 隐藏优惠券挖掘
3. 返利返现
- 整合各大返利平台
- 自动追踪返利到账
- 返利比例对比
4. 价格提醒
- 设置目标价格,降价自动通知
- 支持邮件、短信、推送通知
- 历史价格曲线分析
支持平台
| 平台 | 功能 |
|---|---|
| 淘宝/天猫 | 比价、优惠券、返利 |
| 京东 | 比价、历史价格、Plus 会员价 |
| 拼多多 | 百亿补贴、多人团 |
| 亚马逊 | 海外购、Prime 会员 |
| 唯品会 | 品牌特卖 |
| 苏宁易购 | 比价、以旧换新 |
| 网易严选 | 自营比价 |
使用示例
"帮我找 iPhone 15 Pro 的最低价"
"这件衣服有优惠券吗?"
"设置价格提醒,降到 3000 元时通知我"
"对比淘宝和京东的价格"
省钱技巧
最佳购买时机
| 时间 | 活动 |
|---|---|
| 618 (6 月) | 年中大促 |
| 双 11 (11 月) | 全年最大 |
| 双 12 (12 月) | 年终促销 |
| 黑五 (11 月) | 海外购 |
| 会员日 | 各平台会员专属 |
优惠叠加
- 平台优惠券
- 店铺优惠券
- 满减活动
- 返利返现
- 支付优惠 (信用卡/花呗)
防坑指南
⚠️ 警惕虚假促销
- 查看历史价格,识别先涨后降
- 注意"券后价"与原价对比
- 警惕限时倒计时套路
⚠️ 比价注意事项
- 确认是否为同款 (型号、规格)
- 注意保修、售后差异
- 考虑物流时效
相关技能
agent-shopping— 购物助手coupon-code— 优惠券查询price-tracker— 价格追踪
Usage Guidance
这是一个说明性比价助手文档,本身不会安装或读写数据。安装/使用前请确认以下几点:
1) 询问或查验该技能的实际实现:它如何获取价格数据?是调用公开 API、使用第三方返利服务,还是通过网页爬虫?
2) 如实现需要登录电商账户或第三方返利账号,切勿在未确认来源与存储策略前提供账户凭据;优先使用只读 API Key 或临时授权。
3) 关注隐私与数据流向:确认是否会把你的查询或订单信息发送到第三方服务器并保存多久。
4) 如果担心自主抓取行为或违规抓取(可能违反平台条款),在授权技能自动运行前进行小规模测试或在受控环境中试用。
5) 要求开发者/来源提供源码或主页及隐私政策,若无法获得更多实现细节或来源信息且你需要该功能,请谨慎对待。
Capability Analysis
Type: OpenClaw Skill
Name: deal-finder
Version: 0.1.0
The skill bundle contains only metadata and documentation (SKILL.md) describing a shopping price-comparison tool. There is no executable code, no network requests, and no instructions that could be interpreted as prompt injection or malicious behavior.
Capability Assessment
Purpose & Capability
技能名称与描述都是比价/优惠相关,且 SKILL.md 仅为功能说明;技能没有请求与购物比价无关的权限、环境变量或安装项,表面上与其目的相符。唯一值得注意的是文档宣称可对多平台(淘宝、京东、亚马逊等)执行深度功能,但并未说明数据来源或需要的 API 凭证,这看起来是设计上简化而非明显不相称。
Instruction Scope
SKILL.md 是高层次的产品/功能说明,没有包含任何运行时命令、文件读取、外部端点或凭据访问指令;因此当前不会在安装时直接访问或泄露数据。不过文档相当笼统,留给代理很大自由度去“搜索全网/整合返利”,这意味着实际实现时代理可能会采取网页抓取、调用第三方返利接口或请求用户登录凭据——这些实现细节不在文件中,需要在实际使用前明确。
Install Mechanism
无安装规范、无代码文件:这是纯说明文档(instruction-only),因此不会在安装阶段下载或写入代码,降低了供应链风险。
Credentials
声明没有需要的环境变量、凭证或配置路径;这与文档内容一致(文档未指示访问受限 API 或用户账号)。如果未来实现要求登录电商平台或使用私有 API,应在该实现中显式声明并仅请求必要凭据。
Persistence & Privilege
flags 表示默认行为(always:false,允许用户调用且可由模型自主调用),无永久驻留或修改其它技能/系统设置的指令;权限需求低。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deal-finder - After installation, invoke the skill by name or use
/deal-finder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of Deal Finder, an all-in-one price comparison and deal assistant.
- Search and compare prices across platforms like Taobao, JD, Pinduoduo, Amazon, and more.
- Automatically find and stack coupons for maximum savings.
- Track cashback offers from multiple providers and compare rebate rates.
- Set price alerts with notifications via email, SMS, or push.
- Includes tips on best shopping times, stacking offers, and identifying fake promotions.
Metadata
Frequently Asked Questions
What is deal-finder?
全网比价助手。查找最优价格、优惠券、返利和限时折扣。 It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install deal-finder?
Run "/install deal-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is deal-finder free?
Yes, deal-finder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does deal-finder support?
deal-finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created deal-finder?
It is built and maintained by hanxueyuan (@hanxueyuan); the current version is v0.1.0.
More Skills