Agent skill

webshop-initial-search

Performs the first search on an e-commerce platform using keywords derived from parsed user requirements. Use when starting product discovery from a user instruction or when previous search results are insufficient and a new query is needed. It formulates a search query from the criteria (e.g., '24 pack of 7.5 ounce bottles of non-gmo classic tonic') and executes the search[] action, returning the initial result page.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-initial-search/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 1. **Parse Requirements:** Extract the core product criteria from the user's instruction. Focus on: * **Quantity & Packaging:** (e.g., "24 pack") * **Size:** (e.g., "7.5 ounce bottles") * **Key Attributes:** (e.g., "non-gmo", "classic tonic") * **Price Constraint:** (e.g., "price lower than 50.00 dollars") - This is for validation later, not for the initial search query. 2. **Formulate Search Query:** Combine the extracted criteria into a concise, natural-language search string. Prioritize specificity to filter results effectively. * **Example:** For "i would like to get a 24 pack of 7.5 ounce bottles of non-gmo classic tonic", the query should be: `24 pack of 7.5 ounce bottles of non-gmo classic tonic` * **Do not** include the price constraint in the search keywords. 3. **Execute Search:** Use the platform's `search[<keywords>]` action with your formulated query. * The action output will be the initial search results page observation. 4. **Next Steps:** After executing this skill, proceed to evaluate the search results. The next actions will typically involve clicking on a promising product listing or refining the search. ## Example **User instruction:** "I would li

What's inside
Steps it walks through
  1. Example
More from SkillNet
All skills →
About this skill
What does the webshop-initial-search skill do?

Performs the first search on an e-commerce platform using keywords derived from parsed user requirements. Use when starting product discovery from a user instruction or when previous search results are insufficient and a new query is needed. It formulates a search query from the criteria (e.g., '24 pack of 7.5 ounce bottles of non-gmo classic tonic') and executes the search[] action, returning the initial result page.

How do I install it?

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