webshop-product-detail-inspector

Verify product attributes and price constraints on webshop detail pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users confirm product details like size, color, or price on a product page and select the correct variant before proceeding with a purchase.

Core Features & Use Cases

  • Attribute Verification: Checks if product attributes (e.g., '10 slots') match user requirements.
  • Price Check: Validates the product price against user-defined budget constraints.
  • Variant Selection: Clicks on the correct option (e.g., '10 slots') if available.
  • Navigation Control: Directs the agent to 'Back to Search' if criteria are not met, or to 'Buy Now' if they are.
  • Use Case: A user is looking for a specific type of jewelry box with "10 slots" under $60. This skill verifies the product page has the "10 slots" option and is within budget, then selects it.

Quick Start

Use the webshop-product-detail-inspector skill to select the 'blue' color option for the product.

Frequently Asked Questions about webshop-product-detail-inspector

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

FAQPage Schema
How do I verify e-commerce product attributes and select variants programmatically?

To verify e-commerce product attributes and select variants programmatically, inspect web page observations to check specific attributes and click on the correct option values for size or color before proceeding.

How do I check if a webshop product price meets budget constraints before purchase?

Checking if a webshop product price meets budget constraints involves validating the product price against user-defined limits on the product page and returning to search results if the criteria are not met.

Can I automate clicking options like size or color on a product detail page?

Yes, you can automate clicking options like size or color on a product detail page by outputting discrete actions such as click[value] to select required product variants based on user instructions.

What is the best way to navigate an e-commerce agent to buy or return to search?

The best way to navigate an e-commerce agent to buy or return to search is to direct the agent to click 'Buy Now' if product criteria are met, or trigger a search[keywords] action to return to search results.

Does the webshop product inspector work without external dependencies?

Yes, the webshop product inspector works without external dependencies, operating directly on web page observations to verify attributes and manage variant selection autonomously.

When should I return to search instead of proceeding to purchase in a webshop?

You should return to search instead of proceeding to purchase in a webshop when attribute verification fails or the product price exceeds the defined budget constraints outlined in the user instructions.