Back to list
nexty5870

allegro-monitor

by nexty5870

Skill for Clawdis to monitor and hunt deal on Allegro

2🍴 0📅 Jan 5, 2026

SKILL.md


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"]}}}

Allegro Price Monitor

Monitor Allegro.pl listings for specific items and track price changes.

Overview

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:

  1. Open Allegro search page with the query
  2. Handle cookie consent if needed
  3. Sort by price (lowest first)
  4. Extract listing data: title, price, condition, seller, URL
  5. Filter and return results

Agent Instructions

When asked to check Allegro prices:

  1. Use clawdis_browser to open: https://allegro.pl/listing?string={query}&order=p

    • order=p sorts by price ascending
  2. If you see a cookie consent dialog ("Dbamy o Twoją prywatność"), click "Ok, zgadzam się"

  3. Take a snapshot and extract listings from article elements:

    • Title: heading[level=2] text
    • Price: Look for XXX,XX zł pattern
    • Condition: After Stan: label (Nowy, Używany, Uszkodzony, etc.)
    • URL: Link in the heading
    • Seller: "Super Sprzedawca", "Firma", or "Prywatny sprzedawca"
  4. Filter results:

    • Skip Uszkodzony (damaged) items unless specifically requested
    • Apply max price filter if specified
    • Apply condition filter if specified
  5. Report findings with: title, price, condition, and URL

Condition Reference

PolishEnglishWorking?
NowyNew
Jak noweLike new
UżywanyUsed
PowystawowyEx-display
Po zwrocieAfter return⚠️ Check
UszkodzonyDamaged

Example Queries

  • "Check Allegro for RTX 3090 under 3000 PLN"
  • "Find used PS5 controllers on Allegro"
  • "Monitor Allegro for iPhone 15 Pro deals"

Cron Setup

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
  }
}

Notes

  • Allegro is Poland's largest marketplace (like eBay for Poland)
  • Prices are in PLN (Polish Złoty)
  • Best deals often come from "Super Sprzedawca" (Super Seller) accounts
  • "Allegro Lokalnie" listings are local pickup / classifieds style

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon