webshop-product-detail-navigator

Navigate to product detail pages and configure options like flavor and size.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of navigating to a specific product's detail page after it has been identified from search results, and then configuring its options (like flavor or size) to match user requirements.

Core Features & Use Cases

  • Product Page Navigation: Clicks on a product ID to load its detail page.
  • Attribute Matching: Identifies and selects product attributes (flavor, size, etc.) based on user instructions.
  • Purchase Readiness: Configures the product to be ready for the final purchase step.
  • Use Case: After searching for a specific type of coffee, this skill will navigate to the product page, select the correct roast (e.g., "dark roast"), and the correct size (e.g., "12oz bag") before proceeding to checkout.

Quick Start

Use the webshop-product-detail-navigator skill to navigate to product B06Y96MXJV and select the 'smoked peppered bacon' flavor.

Frequently Asked Questions about webshop-product-detail-navigator

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

FAQPage Schema
How do I automate product page navigation and attribute selection in e-commerce?

Automating product page navigation involves clicking a specific product ID from search results to load its detail page, then parsing interactive elements like flavor and size selectors to match user requirements. This ensures the product configuration aligns with user instructions before proceeding to the final purchase step.

What is the best way to configure product options like flavor and size based on user requirements?

Configuring product options requires identifying available interactive elements on the product detail page and matching them against user-specified criteria. The system parses selectors for attributes like flavor or size and applies the correct values to ensure the product matches the user requirements.

Can I automatically click product IDs from search results to load detail pages?

Yes, you can automatically click product IDs from search results to load detail pages. The navigation process handles clicking the specific product identifier, parsing the newly loaded page for interactive configuration elements, and preparing the item for checkout.

How does attribute matching work for e-commerce product configuration?

Attribute matching works by parsing available interactive elements on a product detail page, such as flavor and size selectors, and comparing them against user-specified criteria. It ensures the selected product configuration aligns exactly with user instructions before moving to the final purchase step.

Does this product navigation approach handle purchase readiness for checkout?

Yes, this product navigation approach handles purchase readiness by configuring the selected product options to match user requirements. After navigating to the product page and selecting the correct attributes, it ensures the item is fully configured and ready for the final purchase step.