webshop-attribute-verifier
Verifies product attributes on a web shop detail page by extracting price, comparing color availability, validating specifications, and confirming option selections against user requirements before purchase. Use when you need to check if a product matches requirements, verify product details before buying, confirm item specifications on an online store product page, or validate that price, color, size, or other attributes satisfy the user's constraints. Outputs a `Thought:` assessment followed by a `click[value]` action to select the matching option and proceed, or navigates back to search if
npx skills add zjunlp/SkillNet --skill webshop-attribute-verifier --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Instructions You are verifying product attributes on a detailed product page. Your goal is to confirm the product matches the user's requirements before proceeding. ## Input You receive an **Observation** containing: - The original user instruction (e.g., "find a black leather wallet, price lower than 40.00 dollars") - Product details: Title, Price, Rating - Available options (e.g., color buttons like "black", "brown") - Available actions (e.g., "Buy Now", "Back to Search", "Description") ## Core Workflow 1. **Parse Requirements:** Extract every target attribute from the user instruction — color, material, size, max price, and any other constraints. 2. **Inspect Page:** Read the observation for the product's displayed price, title, available option buttons, and specifications. 3. **Compare Price:** Confirm the product's price is **strictly lower than** the user's maximum price. If not, navigate back immediately. 4. **Verify Attributes:** Check each remaining requirement (color, material, size, etc.) against the product's details and available options. 5. **Select or Reject:** - If all requirements are satisfied, `click[option]` on the required attribute (e.g., `click[black]`) **f
- Input
- Core Workflow
- Action Format
- Critical Rules
- Example
What does the webshop-attribute-verifier skill do?
Verifies product attributes on a web shop detail page by extracting price, comparing color availability, validating specifications, and confirming option selections against user requirements before purchase. Use when you need to check if a product matches requirements, verify product details before buying, confirm item specifications on an online store product page, or validate that price, color, size, or other attributes satisfy the user's constraints. Outputs a `Thought:` assessment followed by a `click[value]` action to select the matching option and proceed, or navigates back to search if
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill webshop-attribute-verifier --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.