compare-prices

Compare product prices across retailers in parallel and generate an HTML report.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill compare-prices-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compare-prices
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/apps/server/src/skills/defaults/compare-prices
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill compare-prices-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables rapid multi-retailer price comparison by concurrently collecting pricing data and generating a consumer-friendly HTML report.

Core Features & Use Cases

  • Parallel price discovery: Search multiple retailers at once and save per-retailer data incrementally.
  • Unified report: Produce a self-contained HTML document with the best deal and direct product links.
  • Use Case: When shopping for a product across stores, run a price comparison to identify the lowest total cost including shipping.

Quick Start

Run a price comparison for a specified product across configured retailers and generate an HTML report.

Frequently Asked Questions about compare-prices

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

FAQPage Schema
How do I compare product prices across multiple retailers at once?

To compare product prices across multiple retailers, this skill runs parallel browsing across configured stores to collect pricing data and generates a self-contained HTML report with the best deals. It extracts pricing, shipping, and availability data concurrently.

Can I get a price comparison report that includes shipping and availability?

Yes, price comparison reports generated by this skill include total cost calculations factoring in shipping, product availability, and direct purchase links. The output is a unified HTML document highlighting the lowest total cost.

What is the best way to find the lowest total cost when shopping across different stores?

The best way to find the lowest total cost is to run a parallel price discovery scan across retailers. This skill concurrently extracts and saves per-retailer pricing data incrementally to identify the absolute best deal before generating a report.

Does parallel price comparison work for consumer electronics and home goods?

Parallel price comparison works across consumer electronics, home goods, and other product categories. It handles region defaults and retailer preferences automatically while browsing multiple retail sites simultaneously.

How does web scraping handle incremental data extraction for ecommerce pricing analysis?

Web scraping for ecommerce pricing analysis handles incremental data extraction by saving per-retailer data directly to disk during parallel browsing. This ensures data is preserved progressively as each retailer's pricing information is discovered.