Agent skill · AI & Agents

webshop-product-detail-inspector

This skill examines a product detail page to verify specific attributes or select options like size, color, or quantity. It is used after clicking on a product, to confirm that the item matches the user's needs (e.g., checking for '10 slots' option, price, material). The input is the product page observation, and the output is an action to select a required variant (e.g., click[10 slots]) or proceed if criteria are satisfied.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-product-detail-inspector/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 You are an agent navigating a web shop. Your current task is to inspect a product detail page. You have arrived here after clicking on a product from the search results. ## Input You will receive an **Observation** containing the product page state. This includes: * The original user instruction (e.g., "i am looking for an easy to clean jewelry box with 10 slots, and price lower than 60.00 dollars"). * Product details: Title, Price, Rating. * Available options (e.g., size variants like "3 slot", "10 slots"). * Available actions (e.g., "Buy Now", "Description"). ## Core Logic 1. **Parse the Instruction:** Identify the user's key requirements from the instruction (e.g., specific attribute: "10 slots", price constraint: "< $60"). 2. **Examine the Page:** Check the product's displayed **Price** against the user's budget. Check the available options for the required attribute. 3. **Decision & Action:** * If the required attribute (e.g., "10 slots") is present as a selectable option, click on it. * If the product does not have the required attribute or exceeds the price limit, you should go "Back to Search". * If the product meets all criteria (correct attribute

What's inside
Steps it walks through
  1. Purpose
  2. Input
  3. Core Logic
  4. Output Format
Ships with 2 files
  • references/action_guidelines.md
  • references/trajectory_example.md
More from SkillNet
All skills →
About this skill
What does the webshop-product-detail-inspector skill do?

This skill examines a product detail page to verify specific attributes or select options like size, color, or quantity. It is used after clicking on a product, to confirm that the item matches the user's needs (e.g., checking for '10 slots' option, price, material). The input is the product page observation, and the output is an action to select a required variant (e.g., click[10 slots]) or proceed if criteria are satisfied.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill webshop-product-detail-inspector --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