allegro-monitor

Monitor Allegro.pl prices and get alerts when items drop below your threshold.

16 stars

Best use case

allegro-monitor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Monitor Allegro.pl prices and get alerts when items drop below your threshold.

Teams using allegro-monitor should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/allegro-monitor/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/allegro-monitor/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/allegro-monitor/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How allegro-monitor Compares

Feature / Agentallegro-monitorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Monitor Allegro.pl prices and get alerts when items drop below your threshold.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

| Polish | English | Working? |
|--------|---------|----------|
| Nowy | New | ✅ |
| Jak nowe | Like new | ✅ |
| Używany | Used | ✅ |
| Powystawowy | Ex-display | ✅ |
| Po zwrocie | After return | ⚠️ Check |
| Uszkodzony | Damaged | ❌ |

## 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:

```json
{
  "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

Related Skills

monitor-db

16
from diegosouzapw/awesome-omni-skill

Workflow for monitor-db

agent-monitor

16
from diegosouzapw/awesome-omni-skill

Detailed monitoring of Pi agents in WezTerm. Shows full task, recent activity, and last tool output for each agent.

Data Quality Monitoring

16
from diegosouzapw/awesome-omni-skill

Data Quality (DQ) Monitoring is the continuous process of validating data against predefined rules and expectations. In a modern data stack, monitoring must happen at every stage: **Ingestion**, **Tra

azure-monitor-opentelemetry-ts

16
from diegosouzapw/awesome-omni-skill

Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Appli...

azure-monitor-ingestion-py

16
from diegosouzapw/awesome-omni-skill

Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.

apify-brand-reputation-monitoring

16
from diegosouzapw/awesome-omni-skill

Track reviews, ratings, sentiment, and brand mentions across Google Maps, Booking.com, TripAdvisor, Facebook, Instagram, YouTube, and TikTok. Use when user asks to monitor brand reputation, analyze...

agent-performance-monitor

16
from diegosouzapw/awesome-omni-skill

Expert performance monitor specializing in system-wide metrics collection, analysis, and optimization. Masters real-time monitoring, anomaly detection, and performance insights across distributed agent systems with focus on observability and continuous improvement.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

partner-revenue-desk

16
from diegosouzapw/awesome-omni-skill

Operating model for tracking, attributing, and accelerating partner-sourced revenue.

parallel-data-enrichment

16
from diegosouzapw/awesome-omni-skill

Structured company and entity data enrichment using Parallel AI Task API with core/base processors. Returns typed JSON output. No binary install — requires PARALLEL_API_KEY in .env.local.

parallel-agents

16
from diegosouzapw/awesome-omni-skill

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

paper-writing-assistant

16
from diegosouzapw/awesome-omni-skill

Assist in drafting research papers and meeting notes, enforcing academic rigor and formatting.