shopping-price-drop-coupon-scout

TotalClaw 作者 totalclaw

无需购买或访问帐户即可跟踪产品价格并查看官方优惠券或折扣。当用户需要特定商品或零售商的价格提醒、交易摘要或优惠券列表时使用。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~codedao12-shopping-price-drop-coupon-scout
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~codedao12-shopping-price-drop-coupon-scout/file -o codedao12-shopping-price-drop-coupon-scout.md
# Shopping Price Drop and Coupon Scout

## Goal
Provide a safe, read-only price watch and coupon summary for user-selected products.

## Best fit
- Use when the user provides product URLs or SKUs.
- Use when the user wants a target price and alert plan.
- Use when the user wants official coupon links or promo codes.

## Not fit
- Avoid when the user asks to auto purchase or auto add to cart.
- Avoid when the only data source is prohibited scraping.
- Avoid when payment or login credentials are requested.

## Quick orientation
- `references/overview.md` for workflow and quality bar.
- `references/auth.md` for access and token handling.
- `references/endpoints.md` for optional integrations and templates.
- `references/webhooks.md` for async event handling.
- `references/ux.md` for intake questions and output formats.
- `references/troubleshooting.md` for common issues.
- `references/safety.md` for safety and privacy guardrails.

## Required inputs
- Product list with URLs, SKUs, or names.
- Target price thresholds and currency.
- Preferred retailers or regions.
- Reminder cadence and timezone.

## Expected output
- Price watchlist with target thresholds.
- Price history summary if provided by the user.
- Coupon or promo list from official sources.
- Draft alert messages.

## Operational notes
- Use official retailer APIs or user-provided data exports.
- Do not scrape sites that prohibit automated access.
- Keep outputs as suggestions only.

## Security notes
- Never handle payment details.
- Do not log in to user accounts or store cookies.

## Safe mode
- Track and summarize only.
- Provide coupon lists and alerts without purchases.

## Sensitive ops
- Purchasing, checkout, or cart changes are out of scope.

---

## 中文说明

# 购物降价与优惠券侦察工具

## 目标
为用户选定的产品提供安全的、只读的价格监控和优惠券摘要。

## 适用场景
- 当用户提供产品 URL 或 SKU 时使用。
- 当用户想要目标价格和提醒计划时使用。
- 当用户想要官方优惠券链接或促销代码时使用。

## 不适用场景
- 当用户要求自动购买或自动加入购物车时避免使用。
- 当唯一的数据来源是被禁止的抓取时避免使用。
- 当请求支付或登录凭据时避免使用。

## 快速导览
- `references/overview.md` 了解工作流程和质量标准。
- `references/auth.md` 了解访问权限和令牌处理。
- `references/endpoints.md` 了解可选的集成和模板。
- `references/webhooks.md` 了解异步事件处理。
- `references/ux.md` 了解信息收集问题和输出格式。
- `references/troubleshooting.md` 了解常见问题。
- `references/safety.md` 了解安全和隐私防护措施。

## 必需输入
- 包含 URL、SKU 或名称的产品列表。
- 目标价格阈值和货币。
- 偏好的零售商或地区。
- 提醒频率和时区。

## 预期输出
- 包含目标阈值的价格监控列表。
- 如果用户提供,则给出价格历史摘要。
- 来自官方来源的优惠券或促销列表。
- 草稿版的提醒消息。

## 操作说明
- 使用官方零售商 API 或用户提供的数据导出。
- 不要抓取禁止自动访问的网站。
- 输出仅作为建议。

## 安全说明
- 切勿处理支付详情。
- 不要登录用户帐户或存储 cookie。

## 安全模式
- 仅跟踪和总结。
- 提供优惠券列表和提醒,但不进行购买。

## 敏感操作
- 购买、结账或购物车更改不在工作范围内。