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

webshop-purchase-executor

Executes the purchase action for a confirmed suitable product on an e-commerce page. Use when a product has been verified against the user's require…

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

它会碰到什么

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

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

技能内容

Skill: webshop-purchase-executor

Purpose

Execute the final purchase transaction for a verified product on an e-commerce platform. This skill is the terminal action in a shopping workflow, initiated only after a product has been confirmed to meet the user's criteria (e.g., price, description).

When to Use

  • Trigger: You are on a product detail page.
  • Prerequisite: The product has been verified against the user's requirements (e.g., price < $40.00, "natural looking").
  • User Intent: The user has made a decision to buy the product.
  • Available Action: A purchase button (e.g., "Buy Now") is present in the list of clickable elements.

Core Action

Perform a click action on the purchase button.

Execution Logic

  1. Locate Purchase Button: Identify the purchase button from the available actions. Common identifiers include:
  • buy now
  • add to cart (if the instruction implies immediate purchase)
  • purchase
  1. Validate Context: Ensure you are on a product page and the prior verification step is logically complete.
  2. Execute Click: Perform the click[purchase_button_value] action using the exact value from the available actions list.

Important Notes

  • Do not use this skill for browsing, searching, or product comparison.
  • The skill assumes price and specification validation occurred in a previous step.
  • If multiple purchase options exist (e.g., "Buy Now", "Add to Cart & Checkout"), prefer the most direct path to complete the transaction, typically "Buy Now".

Example

Scenario: The user wants a natural-looking wig priced under $40.00. You are on a product detail page for "Natural Looking Human Hair Wig - $34.99" and have verified it meets all criteria.

Thought: The product matches the user's requirements (natural looking, price $34.99 < $40.00). I should proceed with the purchase.

Action: click[Buy Now]

Observation: The purchase is confirmed and the transaction is complete.

想直接用这个技能?

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