webshop-option-selector

Select product options and variants on e-commerce pages by user-defined strategies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the selection of product options like size, color, or quantity on e-commerce websites, optimizing for user preferences or cost.

Core Features & Use Cases

  • Automated Option Selection: Intelligently chooses product variants based on defined strategies.
  • Cost Optimization: Prioritizes options that minimize the final product price.
  • User Preference Adherence: Selects options matching explicit user instructions (e.g., "large size").
  • Use Case: When browsing a product page, this skill can automatically select the "blue" color and "large" size for a shirt, or choose the "1pcs" option for a product to get the lowest price.

Quick Start

Use the webshop-option-selector skill to select the 'blue' color and 'large' size for the current product.

Frequently Asked Questions about webshop-option-selector

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

FAQPage Schema
How do I automate e-commerce product variant selection based on user preferences?

Automated e-commerce product variant selection matches configurable attributes like size and color to explicit user instructions. It parses product page observations to identify available options and selects variants that strictly adhere to defined preference strategies.

How can I minimize product cost when selecting options on web shopping pages?

To minimize product cost on web shopping pages, you can apply a cost optimization strategy that prioritizes options impacting the final price. By parsing available product options, it selects the lowest-price variant, such as choosing specific quantities to reduce total cost.

Can I automatically select size and color options on an e-commerce page?

Yes, you can automatically select size and color options on an e-commerce page. The mechanism parses the page observations to identify available configurable attributes and intelligently chooses the specific product variants requested.

What is the best way to handle configurable product attributes for cost optimization?

The best way to handle configurable product attributes for cost optimization is using a strategy that evaluates how options like size, color, and quantity impact price. It parses product pages to identify available variants and prioritizes selections that minimize the final cost.

Does automated option selection work with explicit user instructions like large size?

Automated option selection works directly with explicit user instructions like large size. It parses the e-commerce page to identify available configurable attributes and matches the product variants strictly to the defined user preferences.

When do I need to parse product page observations for variant selection?

You need to parse product page observations for variant selection when browsing e-commerce sites with configurable attributes. Parsing identifies available options and their price impacts, enabling automated selection based on cost minimization or explicit user preference matching.