webshop-search-executor
>-
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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 results.
Action: search[long natural looking clip-in hair extension]
Instruction: "i want a pack of organic green tea bags, price lower than 10.00 dollars"
Observation: WebShop search page is displayed with a search bar.
Thought: The user wants organic green tea bags under $10. I will search with the key product terms.
Action: search[organic green tea bags]
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
experiments/src/skills/webshop/webshop-search-executor/SKILL.md同一个仓库里的其他技能
- alfworld-appliance-navigator
- alfworld-appliance-preparer
- alfworld-clean-object
- alfworld-device-operator
- alfworld-environment-scanner
- alfworld-goal-interpreter
- alfworld-heat-object-with-appliance
- alfworld-inventory-management
- alfworld-locate-target-object
- alfworld-location-navigator
- alfworld-navigation-planner
- alfworld-object-cooler