webshop-search-executor
Executes a search on an e-commerce platform using parsed keywords. Use when you have extracted search terms from a user query and need to perform the actual search[] action on the WebShop interface. Takes structured search terms and performs a search action, returning a list of product results for evaluation.
npx skills add zjunlp/SkillNet --skill webshop-search-executor --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 ## 1. Trigger Condition Activate when the user provides an instruction to find or buy a product with specific attributes. The instruction will be in the `Observation`. ## Edge Cases * If the search returns 0 results, retry with a broader query (e.g., drop the least critical attribute). * If all results exceed the user's price constraint, try adding price-related terms or narrowing the product category. ## 2. Action Protocol You must respond using **only** the following two action formats. Your final response must be in the exact structure: **Thought:** [Your reasoning about the search terms to use based on the user's requirements.] **Action:** `search[<keywords>]` Or, if selecting a product from results: **Thought:** [Your reasoning about which product best matches.] **Action:** `click[<product_id>]` ## 3. Example **Instruction:** "i need a long clip-in hair extension which is natural looking, and price lower than 40.00 dollars" **Observation:** WebShop search page is displayed with a search bar. **Thought:** The user needs a clip-in hair extension that is long and natural looking, under $40. I will search for the core product type with key attributes to get relevant
- 1. Trigger Condition
- Edge Cases
- 2. Action Protocol
- 3. Example
What does the webshop-search-executor skill do?
Executes a search on an e-commerce platform using parsed keywords. Use when you have extracted search terms from a user query and need to perform the actual search[] action on the WebShop interface. Takes structured search terms and performs a search action, returning a list of product results for evaluation.
How do I install it?
Run `npx skills add zjunlp/SkillNet --skill webshop-search-executor --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.