webshop-attribute-verifier

Verify product attributes like color and price before purchase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that a product's specific attributes (like color or price) match user requirements before a purchase is made, preventing costly mistakes and returns.

Core Features & Use Cases

  • Attribute Confirmation: Verifies specific product details against user needs.
  • Option Selection: Automatically selects the correct variant (e.g., color) if available.
  • Purchase Initiation: Proceeds to buy only after all requirements are met.
  • Use Case: A user wants a blue t-shirt under $30. This skill navigates to the product page, confirms the available color options include blue, checks the price, selects blue, and then clicks 'Buy Now'. If the price is over $30 or blue is not an option, it navigates back to search.

Quick Start

Confirm the product is black and costs less than $50, then click buy now.

Frequently Asked Questions about webshop-attribute-verifier

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

FAQPage Schema
How do I verify product attributes on an e-commerce page match my requirements before purchase?

Product attribute verification involves checking specific details like color and price on a web page to match user requirements before buying. The skill interacts with web elements to confirm these details and select options automatically.

Can I automate purchase confirmation based on specific price constraints and color options?

Automated purchase confirmation evaluates price constraints and color options on a detailed product page. If requirements are met, it initiates the purchase; otherwise, it navigates back to search results.

What happens if a product's specifications do not match my user requirements during verification?

If product specifications do not match user requirements, the verification process navigates back to the search page. This prevents incorrect purchases and returns when attributes like color or price fail to meet constraints.

How to select correct product variants like color automatically during web scraping?

To select correct product variants during web scraping, the skill interacts with web elements on the product page to locate available options, verifies attributes against requirements, and selects the matching variant before proceeding.

Do I need web scraping dependencies to check e-commerce product details before buying?

No external dependencies are required to check e-commerce product details before buying. The skill operates independently to verify product attributes and handle purchase confirmation without needing additional scraping libraries.