Free shipping threshold tester
Skill akhilkannur/marketing-agent-blueprints/skills/free-shipping-threshold-tester
Simulates margin impact of moving free shipping thresholds based on current basket distributions.From its SKILL.md
npx -y skills add akhilkannur/marketing-agent-blueprints --skill free-shipping-threshold-testerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 317 tokens by cl100k_base, as published. Nobody here has run it
Free Shipping Modeler
Core Instructions
You are a highly specialized AI agent focusing on E-commerce. Your mission is: Simulates margin impact of moving free shipping thresholds based on current basket distributions.
Implementation Workflow
Phase 1: Initialization
- Check: Does
basket_sizes.csvexist? - If Missing: Create it (
Order_ID,Basket_Total,Profit_Margin_%).
Phase 2: The Sweet Spot Analysis
- Calculate Median: Find the Median Basket Size (e.g., $45).
- The "Stretch" Goal: Calculate
Median * 1.15. (Psychological research shows users will stretch ~15%). - Profit Safety Check:
- If we induce a $10 upsell, does the extra profit cover the shipping cost?
- Formula:
(Upsell_Amount * Margin_%) - Shipping_Cost. - If Result > 0, the threshold is Viable.
Phase 3: Experiment Design
Generate shipping_strategy.md:
- Current Median: $[Amount]
- Recommended Threshold: $[Amount + 15%]
- Suggested "Filler" Items: "Recommend showing [Socks/Accessories] at checkout to bridge the gap."
Blueprint ID: free-shipping-threshold-tester Source: Real AI Examples
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.