webshop-product-detail-check

Parse product title, price, description, and buy now action to verify constraints.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill webshop-product-detail-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webshop-product-detail-check
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/webshop/webshop-product-detail-check
Command: npx skills add https://github.com/zjunlp/SkillNet --skill webshop-product-detail-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill ensures that a selected product on an e-commerce site precisely matches the user's requirements, preventing costly mistakes and saving time.

Core Features & Use Cases

  • Detailed Page Analysis: Scrapes and analyzes product title, price, description, and reviews.
  • Constraint Verification: Compares extracted product data against user-defined constraints (price, attributes).
  • Decision Making: Provides a clear recommendation to "Proceed" to purchase or "Reject" and return to search.
  • Use Case: A user wants a "blue, 100% cotton t-shirt under $25". This skill navigates to a specific t-shirt's page, checks if it's blue, made of cotton, and costs less than $25, then advises whether to buy it.

Quick Start

Use the webshop-product-detail-check skill to verify if the current product meets the user's requirement of being under $50 and having 'wireless' in its description.

Frequently Asked Questions about webshop-product-detail-check

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

FAQPage Schema
How do I verify e-commerce product details against my purchase constraints?

To verify e-commerce product details, this skill analyzes a product page to confirm it meets user-specified constraints. It scrapes the title, price, and description to provide a final suitability assessment before purchase.

Can I automatically check if a product price and attributes match my requirements?

Yes, you can automatically check if a product price and attributes match your requirements. The skill performs constraint verification by comparing extracted product data against user-defined rules for price and key attributes.

What is the best way to automate purchase decisions for online shopping search results?

Automating purchase decisions for online shopping involves analyzing selected search result pages. This skill triggers on a candidate product, checks its constraints, and advises whether to proceed to buy or reject the item.

Does this product verification skill require a 'buy now' button to work?

Yes, product verification requires parsing the availability of a 'buy now' action. It analyzes the product title, price, description, and this action button to deliver a clear recommendation to proceed with the purchase or return to search.

What happens if a product fails the constraint checking process?

If a product fails the constraint checking process, the skill provides a decision recommendation to reject the item. It advises the user to reject the purchase and return to the search results to find a more suitable alternative.

How does web scraping handle product detail analysis for purchase decisions?

Web scraping handles product detail analysis by extracting the title, price, description, and reviews from an e-commerce page. It uses this scraped data to confirm the item matches user requirements before finalizing the purchase.