Agent skill

webshop-purchase-initiator

Initiates the purchase process by clicking the buy button once a product and its options have been selected and verified against requirements. Use when you are on a product detail page, all selection criteria (price, features, options) are satisfied, and the user is ready to proceed to checkout. Confirms the final price meets budget constraints before executing click[buy now].

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/webshop/webshop-purchase-initiator/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

# Instructions ## When to Use Activate this skill when: 1. A product has been selected from search results. 2. All required product options (e.g., size, color, quantity) have been chosen. 3. The final displayed price has been verified to be within the user's specified budget. 4. The user's instruction implicitly or explicitly indicates readiness to purchase (e.g., "I need to buy...", "I want this one"). ## Core Action Execute the `click[buy now]` action to proceed to checkout. ## Verification Logic (Before Clicking) Before clicking "Buy Now", you **must** perform these checks: 1. **Budget Check**: Confirm the final displayed `Price:` is less than the maximum budget specified in the user's original instruction. If no budget is specified, skip this check. 2. **Option Selection Check**: Ensure the required product options (like 'size', 'color') show a selected state or that your previous action has selected the correct option. The observation should reflect the chosen option. 3. **Product Match Check**: Verify the product title and description align with the user's core requirements (e.g., "teeth whitening that also freshens breath"). If any check fails, do not use this skill. Instead

What's inside
Steps it walks through
  1. When to Use
  2. Core Action
  3. Verification Logic (Before Clicking)
  4. Example
  5. Error Handling
Ships with 1 file
  • references/trajectory_example.md
More from SkillNet
All skills →
About this skill
What does the webshop-purchase-initiator skill do?

Initiates the purchase process by clicking the buy button once a product and its options have been selected and verified against requirements. Use when you are on a product detail page, all selection criteria (price, features, options) are satisfied, and the user is ready to proceed to checkout. Confirms the final price meets budget constraints before executing click[buy now].

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill webshop-purchase-initiator --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