ワンクリックで
allegro-monitor
Monitor Allegro.pl prices and get alerts when items drop below your threshold.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Monitor Allegro.pl prices and get alerts when items drop below your threshold.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | allegro-monitor |
| description | Monitor Allegro.pl prices and get alerts when items drop below your threshold. |
| homepage | https://github.com/nexty5870/clawdis-allegro-skill |
| metadata | {"clawdis":{"emoji":"🛒","requires":{"tools":["clawdis_browser"]}}} |
Monitor Allegro.pl listings for specific items and track price changes.
This skill uses browser automation to scrape Allegro search results and track prices over time. It's designed for hunting deals on specific items (like GPUs).
Since Allegro's API registration is currently closed, this skill uses clawdis_browser to:
When asked to check Allegro prices:
Use clawdis_browser to open: https://allegro.pl/listing?string={query}&order=p
order=p sorts by price ascendingIf you see a cookie consent dialog ("Dbamy o Twoją prywatność"), click "Ok, zgadzam się"
Take a snapshot and extract listings from article elements:
heading[level=2] textXXX,XX zł patternStan: label (Nowy, Używany, Uszkodzony, etc.)Filter results:
Uszkodzony (damaged) items unless specifically requestedReport findings with: title, price, condition, and URL
| Polish | English | Working? |
|---|---|---|
| Nowy | New | ✅ |
| Jak nowe | Like new | ✅ |
| Używany | Used | ✅ |
| Powystawowy | Ex-display | ✅ |
| Po zwrocie | After return | ⚠️ Check |
| Uszkodzony | Damaged | ❌ |
For automated monitoring, create a cron job:
{
"name": "Item Price Monitor",
"schedule": { "kind": "cron", "expr": "0 9,14,19 * * *", "tz": "Europe/Warsaw" },
"sessionTarget": "isolated",
"wakeMode": "now",
"payload": {
"kind": "agentTurn",
"message": "Check Allegro for [ITEM]. Only working condition. Alert if under [PRICE] PLN.",
"deliver": false
}
}