跳到主要内容
知仓学习社ZHICANG

webshop-product-search

>-

不碰外部(只输出文字)无严重或高危命中zjunlp/SkillNet

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Skill: WebShop Product Search

Core Workflow

  1. Interpret Criteria: Extract key product attributes from the user's instruction (e.g., product type, features, price constraints).
  2. Formulate Query: Construct a concise search string prioritizing the core product type and critical attributes. Start broad; refine if results are poor.
  3. Execute Search: Use the search[keywords] action to submit the query. Keywords must be a single string enclosed in brackets.
  4. 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:

  1. Criteria identified: product_type="clip-in hair extension", attribute="long", attribute="natural looking", budget="<40.00".
  2. Query formulated: Prioritizes core product type and key attribute -> "long clip-in hair extension".
  3. Action: search[long clip-in hair extension]

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。