원클릭으로
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
}
}