一键导入
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
}
}