Agent skill · AI & Agents

webshop-product-detail-navigator

Navigates to and interacts with a specific product's detail page. This skill is triggered after a candidate product ID is selected from search results. It performs the click action to load the product page and then identifies available interactive elements (like flavor or size selectors) that need to be configured to match the user's requirements.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill webshop-product-detail-navigator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-product-detail-navigator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Instructions ## Purpose This skill is used to navigate from a product search result to the product's detail page and configure it according to the user's specific requirements (e.g., flavor, size, dietary needs). ## When to Use Use this skill when you have identified a candidate product from a search result list and need to: 1. Load its detailed product page. 2. Verify its attributes against the user's instruction. 3. Select the correct options (like `flavor` or `size`) to match the user's request. 4. Proceed to the final purchase step if all criteria are met. ## Core Workflow 1. **Navigate to Product Page:** Click on the product ID (e.g., `B06Y96MXJV`) from the search results to load its detail page. 2. **Parse the Page State:** Once on the product page, the observation will contain the product title, price, and a list of available interactive elements (clickables). Analyze these to find configuration options. 3. **Match Requirements:** Cross-reference the user's original instruction with the available options. Look for keywords related to: * **Product Type/Flavor:** (e.g., "smoked peppered bacon", "smoked bacon"). * **Attributes:** (e.g., "gluten free", "vegetarian"). * **Size/

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Core Workflow
  4. Action Format
  5. Key Logic (Handled by Script)
  6. Important Notes
Ships with 1 file
  • references/action_protocol.md
More from SkillNet
All skills →
About this skill
What does the webshop-product-detail-navigator skill do?

Navigates to and interacts with a specific product's detail page. This skill is triggered after a candidate product ID is selected from search results. It performs the click action to load the product page and then identifies available interactive elements (like flavor or size selectors) that need to be configured to match the user's requirements.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill webshop-product-detail-navigator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going