Agent skill

webshop-product-detail-check

Examines a specific product's detailed page to verify it matches the user's requirements, checking price, description, features, and reviews. Use when you have navigated to a product detail page from search results and need to confirm the product meets all user-specified constraints before purchasing. It provides a final suitability assessment with a clear proceed-or-reject recommendation.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill webshop-product-detail-check --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-product-detail-check/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

# Skill: Product Detail Verification ## Trigger Activate this skill when the agent has navigated to a specific product's detailed page from a search results list. The agent should have a user query containing specific requirements (e.g., product type, attributes, price constraints). ## Core Objective Analyze the product detail page to confirm if the product meets all user-specified constraints. Provide a clear "Proceed" or "Reject" recommendation. ## Execution Workflow 1. **Parse User Requirements:** Extract key constraints from the user's instruction. Primary constraints are typically **Price** and **Key Attributes** (e.g., "long", "clip-in", "natural looking"). Store these in a structured format. 2. **Scrape Product Page Data:** Systematically extract the following information from the current page observation: * **Product Title** * **Price** * **Key Description Snippets** (from Description/Features sections) * **Rating** (if available) * **Availability of "Buy Now"** action. 3. **Constraint Verification:** Compare the scraped data against the user's requirements. * **Price Check:** Is the product price strictly less than the user's maximum? (e.g., < $40.00). * **Attribute Check:

What's inside
Steps it walks through
  1. Trigger
  2. Core Objective
  3. Execution Workflow
  4. Output Format
  5. Example
  6. Notes
Ships with 1 file
  • references/action_guidelines.md
More from SkillNet
All skills →
About this skill
What does the webshop-product-detail-check skill do?

Examines a specific product's detailed page to verify it matches the user's requirements, checking price, description, features, and reviews. Use when you have navigated to a product detail page from search results and need to confirm the product meets all user-specified constraints before purchasing. It provides a final suitability assessment with a clear proceed-or-reject recommendation.

How do I install it?

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