Agent skill

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 requirements (price, attributes) and the decision is to buy. Performs a click[Buy Now] action on the purchase button to complete the transaction.

ZJUNLP6,348★ · 5 repos on radarProfile →
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill webshop-purchase-executor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-purchase-executor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` 2. **Validate Context:** Ensure you are on a product page and the prior verification step is logically complete. 3. **Execute Click:** Perform the `click[purchase_button_value]` action using the exact value from the available actions list. ## Importa

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Core Action
  4. Execution Logic
  5. Important Notes
  6. Example
Ships with 1 file
  • references/purchase_ui_patterns.md
More from SkillNet
All skills →
About this skill
What does the webshop-purchase-executor skill do?

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.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill webshop-purchase-executor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going