webshop-variant-chooser

Select product variants on detail pages by parsing options and clicking choices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users select the correct product variant (like size or quantity) from a list of options presented on a product detail page, ensuring their specific needs are met.

Core Features & Use Cases

  • Variant Identification: Recognizes and parses available product options.
  • User Preference Matching: Selects variants based on explicit or implicit user instructions (e.g., price constraints).
  • Default Selection: Defaults to a standard single-unit option if no preference is specified.
  • Use Case: When a user asks for "a 1.1 pound pack of sea salt, price under $40", this skill will identify the "1.1 pound (pack of 1)" option and select it.

Quick Start

Use the webshop-variant-chooser skill to select the 'pack of 2' option for the product.

Frequently Asked Questions about webshop-variant-chooser

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

FAQPage Schema
How do I select a specific product variant on an e-commerce detail page?

To select a product variant, specify your criteria like size or quantity constraints. The skill parses available options on the detail page and executes a click action on the matching choice.

What happens if no specific size or quantity preference is given for a product?

When no explicit preference is provided for product selection, the skill defaults to choosing a standard single-unit option from the available variants listed on the page.

Can product variant selection handle price constraints and specific quantities?

Yes, product variant selection matches explicit user preferences. If you specify a quantity pack and a price limit, the skill identifies and selects the corresponding option from the list.

How does automated variant identification work when shopping online?

Automated variant identification works by parsing the list of available product options on a detail page. It evaluates user-specified criteria to execute a click action on the chosen variant.

Do I need any browser extensions to automate product selection?

No additional browser extensions are required for product selection. The skill operates independently without dependencies, parsing variant lists and executing click actions directly.