Agent skill

webshop-result-filter

Filters search results by evaluating product listings against specific user constraints like price, features, or ratings. Use when you are on a search results page and need to systematically identify which products meet all given criteria before selecting one for closer inspection. Takes a list of products with their details and outputs a filtered subset that meets the defined requirements.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill webshop-result-filter --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-result-filter/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: webshop-result-filter ## When to Use Activate this skill when you are on a search results page in a web shopping environment and need to systematically evaluate which products meet a user's specific, multi-faceted requirements (e.g., "price lower than 40.00 dollars" AND "natural looking"). ## Core Instruction 1. **Parse the Instruction:** Extract the user's constraints from the instruction. Common constraints include: * **Price:** A maximum or target price (e.g., `price lower than 40.00 dollars`). * **Features:** Specific attributes or keywords (e.g., `natural looking`, `long`, `clip-in`). * **Ratings:** A minimum rating threshold (if available in the observation). 2. **Validate Constraints:** Confirm you have at least one constraint extracted before proceeding. If the instruction contains no filterable criteria, skip filtering and select the first available product. 3. **Parse the Observation:** Extract the list of products from the search results page (Product ID, Title, Price, Rating if available). 4. **Apply Filters:** For each product, check it against **all** extracted constraints: * **Price Filter:** Is the product price strictly below the user's maximum? * **Keywor

What's inside
Steps it walks through
  1. When to Use
  2. Core Instruction
  3. Example from Trajectory
  4. Next Action
Ships with 1 file
  • references/constraint_extraction_guide.md
More from SkillNet
All skills →
About this skill
What does the webshop-result-filter skill do?

Filters search results by evaluating product listings against specific user constraints like price, features, or ratings. Use when you are on a search results page and need to systematically identify which products meet all given criteria before selecting one for closer inspection. Takes a list of products with their details and outputs a filtered subset that meets the defined requirements.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill webshop-result-filter --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