webshop-product-search
>-
它会碰到什么
扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Skill: WebShop Product Search
Core Workflow
- Interpret Criteria: Extract key product attributes from the user's instruction (e.g., product type, features, price constraints).
- Formulate Query: Construct a concise search string prioritizing the core product type and critical attributes. Start broad; refine if results are poor.
- Execute Search: Use the
search[keywords]action to submit the query. Keywords must be a single string enclosed in brackets. - Validate Results: Success is marked by a "Page 1" observation containing product listings. If 0 results are returned, re-invoke with a broader or alternative query. If all results exceed the user's price constraint, refine with additional terms.
Key Decision Logic
- Trigger Condition: This skill is the entry point for a new product discovery task. Also activate when the observation contains "[SEP] Search" or "[SEP] Back to Search".
- Output Handoff: The search results page is passed to downstream skills (e.g.,
webshop-result-filter,webshop-product-evaluator) for individual product analysis.
Constraints
- Do not use this skill if no search action is available in the current state.
- Do not include multiple actions or extra formatting in the search keywords.
Example from Trajectory
Instruction: "i need a long clip-in hair extension which is natural looking, and price lower than 40.00 dollars"
Skill Execution:
- Criteria identified:
product_type="clip-in hair extension",attribute="long",attribute="natural looking",budget="<40.00". - Query formulated: Prioritizes core product type and key attribute ->
"long clip-in hair extension". - Action:
search[long clip-in hair extension]
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 1,263
本站分层T1
该仓技能数122
原文件路径
experiments/src/skills/webshop/webshop-product-search/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