olx-tracker

Automate OLX.pt searches, price tracking, and deal alerts via Discord or webhooks.

6|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/nikuscs/olx-tracker --skill olx-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: olx-tracker
Source: https://github.com/nikuscs/olx-tracker/tree/main
Command: npx skills add https://github.com/nikuscs/olx-tracker --skill olx-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OLX price tracking and deal alerts can be tedious to manage manually; this skill automates OLX.pt searches, monitors price fluctuations, and sends timely alerts across Portugal and other OLX regions.

Core Features & Use Cases

  • Quick search: perform one-off OLX queries without persisting data.
  • Tracked searches: store searches with price history and optional auto-expiry.
  • Deal detection: identify listings below average or below a target price and flag them.
  • Notifications: deliver alerts via Discord or generic webhooks.
  • Daemon mode: run periodic checks and notify you automatically.

Quick Start

Run a quick search for "laptop" on OLX and review the top results.

Frequently Asked Questions about olx-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track OLX.pt prices and get deal alerts automatically?

You can track OLX.pt prices by running the tracker in daemon mode to perform periodic checks, monitor price history, and automatically send deal alerts via Discord or generic webhooks when listings drop below target prices.

Do I need Rust and cargo to build an OLX price tracker?

Yes, you need the Rust toolchain and cargo to build the tracker, which uses a config.toml file for settings and supports CLI overrides for quick searches without persisting data.

Can I send OLX listing notifications to Discord webhooks?

Yes, the tracker supports delivering OLX listing notifications directly via Discord webhooks or generic webhook endpoints, allowing you to receive automated deal alerts when prices fall below average or target thresholds.

How do I perform a one-off OLX search without saving price history?

You can perform a quick search using CLI overrides to query OLX listings without persisting data, which is useful for checking current prices without setting up a tracked search with ongoing price history.

Does the OLX tracker support proxy and API tokens for searches?

Yes, the tracker supports proxy configuration and API tokens defined in the config.toml file, allowing you to manage searches across Portugal and other OLX regions while avoiding rate limits.

What is the best way to detect deals on OLX listings below average price?

The tracker identifies deals by flagging listings that fall below the average market price or a specified target price, storing this price history within tracked searches to help you monitor fluctuations over time.