Back to Registry
View Author Profile
Official Verified
Price Monitor Fr
Skill by hugosbl
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hugosbl/price-monitor-frOr
Price Monitor
Surveille les prix de produits sur des sites e-commerce et alerte quand ils baissent.
Usage
python skills/price-monitor/scripts/monitor.py <command> [options]
Commands
| Commande | Description |
|---|---|
add <url> [--name "Nom"] [--target-price 50] | Ajouter un produit à surveiller |
list | Lister les produits surveillés |
check [--all] [id] | Vérifier les prix (un ou tous) |
remove <id> | Supprimer un produit |
history <id> | Historique des prix d'un produit |
alerts | Voir les alertes de baisse de prix |
Options globales
--json— Output JSON au lieu du texte formaté
Sites supportés
- Amazon.fr —
a-offscreen,data-a-color="price" - Fnac.com — meta tags,
f-priceBox-price - Cdiscount —
c-product__price, itemprop - Boulanger —
class="price", itemprop - Générique — og:price → JSON-LD → itemprop → regex €
Extracteur générique (ordre de priorité)
<meta property="og:price:amount">- JSON-LD schema.org (
"price":"XX.XX") itemprop="price"- Regex fallback sur patterns
XX,XX €
Alertes
- Prix cible atteint : prix actuel ≤ target-price → 🎯
- Baisse > 5% par rapport au dernier check → 🔥
- Format :
Amazon PS5 : 449€ → 399€ (-11%) 🔥
Stockage
~/.price-monitor/products.json— Liste des produits~/.price-monitor/history/<id>.json— Historique par produit~/.price-monitor/alerts.json— Alertes enregistrées
Exemples
# Ajouter un produit
python monitor.py add "https://www.amazon.fr/dp/B0BN..." --name "PS5" --target-price 400
# Vérifier tous les prix
python monitor.py check --all
# Historique
python monitor.py history abc12345
# Alertes en JSON
python monitor.py --json alerts
Technique
- Python stdlib uniquement (urllib, json, re)
- User-Agent Chrome réaliste
- Timeout 10s par requête
- Voir
references/extractors.mdpour ajouter des sites
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hugosbl-price-monitor-fr": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
Freelance Toolkit Fr
Skill by hugosbl
hugosbl 2387
Legal Docs Fr
Skill by hugosbl
hugosbl 2387
Deploy Kit
Skill by hugosbl
hugosbl 2387
Markdown To Social
Skill by hugosbl
hugosbl 2387
skill-scanner
Scan OpenBot/Clawdbot skills for security vulnerabilities, malicious code, and suspicious patterns before installing them. Use when a user wants to audit a skill, check if a ClawHub skill is safe, scan for credential exfiltration, detect prompt injection, or review skill security. Triggers on security audit, skill safety check, malware scan, or trust verification.
hugosbl 2387