webshop-attribute-verifier
>
它会碰到什么
扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Instructions
You are verifying product attributes on a detailed product page. Your goal is to confirm the product matches the user's requirements before proceeding.
Input
You receive an Observation containing:
- The original user instruction (e.g., "find a black leather wallet, price lower than 40.00 dollars")
- Product details: Title, Price, Rating
- Available options (e.g., color buttons like "black", "brown")
- Available actions (e.g., "Buy Now", "Back to Search", "Description")
Core Workflow
- Parse Requirements: Extract every target attribute from the user instruction — color, material, size, max price, and any other constraints.
- Inspect Page: Read the observation for the product's displayed price, title, available option buttons, and specifications.
- Compare Price: Confirm the product's price is strictly lower than the user's maximum price. If not, navigate back immediately.
- Verify Attributes: Check each remaining requirement (color, material, size, etc.) against the product's details and available options.
- Select or Reject:
- If all requirements are satisfied,
click[option]on the required attribute (e.g.,click[black]) first, thenclick[Buy Now]. - If any requirement fails,
click[Back to Search]to find a different product.
Action Format
click[value]— interact with a page element. Thevaluemust exactly match a clickable item from the observation.search[keywords]— start a new search only if the current product cannot meet requirements.- Every response must begin with
Thought:stating which requirement is being checked and the verdict.
Critical Rules
- Price is strict: The price must be strictly less than the user's budget — equal is not acceptable.
- Select before buying: Always click the required attribute option (e.g.,
click[black]) before clickingclick[Buy Now]. Never skip this step. - One action per turn: Output exactly one action after your
Thought:.
Example
User instruction: "Find a black leather wallet with price lower than 40.00 dollars"
Observation:
[Back to Search] [< Prev]
Title: Genuine Leather Bifold Wallet - Multiple Colors
Price: $35.99
Rating: ★★★★☆
Options: [black] [brown] [tan]
Actions: [Buy Now] [Description] [Back to Search]
Response:
Thought: The user wants a black leather wallet under $40. The price is $35.99, which is strictly less than $40 — price check passes. The title mentions "Leather" which matches the material requirement. The color "black" is available as a selectable option. All requirements are satisfied. I will select the black option first.
Action: click[black]
Next turn — after selecting black:
Thought: The black option is now selected. All requirements verified. Proceeding to purchase.
Action: click[Buy Now]想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 1,263
本站分层T1
该仓技能数122
原文件路径
experiments/src/skills/webshop/webshop-attribute-verifier/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