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 requirements (price, attributes) and the decision is to buy. Performs a click[Buy Now] action on the purchase button to complete the transaction.
67
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/webshop/webshop-purchase-executor/SKILL.mdExecute 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).
Perform a click action on the purchase button.
buy nowadd to cart (if the instruction implies immediate purchase)purchaseclick[purchase_button_value] action using the exact value from the available actions list.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.
7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.