بنقرة واحدة
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
}
}