Agent skill · data analytics · mvanhorn

pp-daraz

Every Daraz product search, plus a local price database, real-deal ranking, and drop alerts no Daraz scraper has. Trigger phrases: `search daraz for`, `daraz price of`, `find deals on daraz`, `daraz reviews for`, `is this a good deal on daraz`, `use daraz`, `run daraz`.

Why this skill is useful

Adds unique commands for tracking price history and ranking deals on Daraz.pk that the AI wouldn't generate on its own.

What it needs

Requires daraz-pp-cli installed locally. About 7k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Daraz.pk — Printing Press CLI Prerequisites: Install the CLI This skill drives the daraz-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: daraz-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. daraz-pp-cli searches Daraz.pk listings, reads reviews, and extracts product detail like any scraper — then keeps it in a local SQLite store so it can do what one-shot scrapers cannot: track price history (price-history), rank genuine deals over fake discounts (deals, value), diff a saved search over time (since), and vet sellers (seller stats). Read-only, no login required. When to Use This CLI Use daraz-pp-cli for shopper-side Daraz.pk research: finding products, comparing prices and sellers, reading reviews, and tracking whether a price is genuinely low over time. It is ideal for agents that need structured, filterable product data and offline price intelligence from a single keyword. Anti-triggers Do not use this CLI for: Do not use this CLI to place orders, manage a cart, or checkout — it is read-only. Do not use it for order tracking, wishlists, or account actions that require a logged-in Daraz session. Do not use it for seller/merchant operations — that is the separate Daraz Open Platform. Do not use it for non-Pakistan marketplaces; it targets daraz.pk. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/daraz

View the source on GitHub

Browse the @skills marketplace