run-tracker

Automate OLX Tracker CLI operations for searches, alerts, and daemon workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables fast, repeatable execution of OLX Tracker CLI operations from scripts or AI-driven workflows, eliminating manual setup and command repetition.

Core Features & Use Cases

  • Command execution: Quickly run help, search, add, run, daemon, deals, and serve commands against the olx-tracker binary.
  • Workflow testing: Validate integration with local config, and verify output formatting and API interactions.
  • Use Case: A developer wires a prompt to generate a test suite that exercises typical tracker workflows and confirms expected results.

Quick Start

Run a quick search to verify that olx-tracker is installed and responsive.

Frequently Asked Questions about run-tracker

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

FAQPage Schema
How do I automate OLX Tracker CLI operations for batch searches and alerts?

To automate OLX Tracker CLI operations, you can script commands like search, add, run, and daemon to manage searches and alerts repetitively without manual command entry. This enables fast, repeatable execution from AI-driven workflows.

How do I run a quick search to verify my OLX Tracker is installed and responsive?

Run a quick search command against the olx-tracker binary to verify your installation is responsive. This validates that the release-mode Rust binary is correctly built and integrated with your local configuration.

Do I need a Rust binary built in release mode to run OLX Tracker commands?

Yes, executing OLX Tracker commands requires a Rust binary built in release mode. This prerequisite ensures the CLI operations perform efficiently when handling searches, stats, and daemon workflows.

Can I use this workflow to generate a test suite for typical tracker operations?

Yes, developers can wire a prompt to generate a test suite that exercises typical tracker workflows. This validates integration with local config and confirms expected output formatting and API interactions.

What OLX Tracker commands are supported for daemon and HTTP server workflows?

Supported commands for daemon and HTTP server workflows include daemon and serve. You can also execute help, search, add, run, deals, and stats commands to manage tracked searches and alerts.