Shopping Price Drop Coupon Scout

v1.0.0

Track product prices and surface official coupons or discounts without purchasing or account access. Use when a user wants price alerts, deal summaries, or coupon lists for specific items or retailers.

0· 1.5k·4 current·4 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (price watch, coupons) matches the SKILL.md and reference files. There are no unexpected binaries, env vars, or config paths requested that would be unrelated to price/coupon tracking.
Instruction Scope
Runtime instructions limit actions to reading product identifiers, using official retailer APIs or provided exports, and producing alerts/coupon lists. The skill explicitly forbids purchases, logins, storing payment details, and disallowed scraping. It does not instruct the agent to read unrelated files or secret env vars.
Install Mechanism
No install specification and no code files to execute — this is instruction-only, so nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. References to API keys are conditional and the docs advise collecting them explicitly and not storing them in files, which is proportionate for optional integrations.
Persistence & Privilege
always is false and the skill does not request persistence or elevated privileges. Model invocation is allowed (platform default); that alone is not a mismatch with purpose.
Assessment
This skill appears coherent and low-risk: it asks for product info and optional API keys only, and forbids purchases, account logins, and storing payment data. Before installing, confirm you will not supply account credentials or payment info. If you plan to use webhooks or provide API keys, only give them to trusted endpoints and follow the skill's advice to avoid storing keys in files. Also note the skill source/homepage is not provided — if provenance matters for your environment, ask the publisher for more information before enabling the skill or allow it only with explicit, manual invocation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97da61xs5k3hcghxnwj0bw16s80t1dq
1.5kdownloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...