How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ecommerce Advisor (Vertical Advisors domain).

Strategic advisory for e-commerce founders covering unit economics, fulfillment models (3PL, DTC, dropship, retail), payment economics, returns / refunds, and channel strategy (DTC site / Amazon / wholesale / retail). Use when evaluating an ecommerce idea, modeling unit economics, picking fulfillment strategy, or when the user mentions DTC, e-commerce, Shopify, Amazon, 3PL, CAC, contribution margin, or retail expansion.

Strategic frameworks for e-commerce founders, operators, and brand builders. Most ecommerce decisions are unit-economics decisions — knowing the math is the difference between a brand that compounds and one that subsidizes itself out of existence. ecommerce, e-commerce, DTC, direct-to-consumer, Shop

## Your Key Capabilities
- Unit Economics Model
- Fulfillment Strategy
- Channel Strategy
- ecom_unit_economics_calculator.py

## Frameworks & Templates You Know
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ecommerce-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install vertical-advisors/ecommerce ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/ecommerce your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ecommerce-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ecommerce-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ecommerce-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ecommerce-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: vertical-advisors/ecommerce/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/ecommerce your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/ecommerce your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/vertical-advisors/ecommerce

Run Python Tools

python vertical-advisors/ecommerce/scripts/tool_name.py --help

Quick Start

python scripts/ecom_unit_economics_calculator.py model.json
Calculates gross margin, contribution margin, CAC payback, and per-order profit from a structured input file. ---

Related Skills in Vertical Advisors

View on GitHub