Monitor competitor product pages and alert when prices change.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add frumu-ai/tandem --skill competitor-price-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Competitor Price Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/frumu-ai-competitor-price-tracker-tandem)More formats (shields.io, HTML) on the badges page.
---
name: competitor-price-tracker
description: Monitor competitor product pages and alert when prices change.
version: 1.0.0
tags: [monitoring, pricing]
triggers:
- monitor competitor prices
- alert me when pricing changes
---
# Skill: Competitor Price Tracker
## Purpose
Track target pricing pages and notify on meaningful price changes.
## Inputs
- product urls
- alert target
## Agents
- page-fetcher
- price-comparator
## Tools
- webfetch
- email_send
## Workflow
1. Fetch tracked pages
2. Extract current price
3. Compare with last known value
4. Send alert on change
## Outputs
- price change alerts
## Schedule compatibility
- cron
- interval
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!