allegro-monitor
Monitor Allegro.pl prices and get alerts when items drop below your threshold.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/allegro-monitor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How allegro-monitor Compares
| Feature / Agent | allegro-monitor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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 styleRelated Skills
monitor-db
Workflow for monitor-db
agent-monitor
Detailed monitoring of Pi agents in WezTerm. Shows full task, recent activity, and last tool output for each agent.
Data Quality Monitoring
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
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
Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.
apify-brand-reputation-monitoring
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
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
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.
partner-revenue-desk
Operating model for tracking, attributing, and accelerating partner-sourced revenue.
parallel-data-enrichment
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
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
Assist in drafting research papers and meeting notes, enforcing academic rigor and formatting.