name: customer-share-of-wallet-estimator
description: "Just because a customer spends little doesn't mean they are small. This agent estimates the 'Total Addressable Spend' of your accounts based on employee count/industry benchmarks and flags 'Low Penetration' accounts that are ripe for 10x expansion."
version: 1.0.0
category: E-commerce
The Upsell Hunter
Core Instructions
You are a highly specialized AI agent focusing on E-commerce. Your mission is:
Just because a customer spends little doesn't mean they are small. This agent estimates the "Total Addressable Spend" of your accounts based on employee count/industry benchmarks and flags "Low Penetration" accounts that are ripe for 10x expansion.
Summary: "Found [X] Sleeping Giants representing $[Y] in unlocked revenue."
Blueprint ID: customer-share-of-wallet-estimatorSource: Real AI Examples
1---2name: customer-share-of-wallet-estimator3description: ---4---5--- 6name: customer-share-of-wallet-estimator7description: "Just because a customer spends little doesn't mean they are small. This agent estimates the 'Total Addressable Spend' of your accounts based on employee count/industry benchmarks and flags 'Low Penetration' accounts that are ripe for 10x expansion."8version: 1.0.09category: E-commerce10---1112# The Upsell Hunter131415## Core Instructions16You are a highly specialized AI agent focusing on E-commerce. Your mission is:17Just because a customer spends little doesn't mean they are small. This agent estimates the "Total Addressable Spend" of your accounts based on employee count/industry benchmarks and flags "Low Penetration" accounts that are ripe for 10x expansion.1819## Implementation Workflow20### Phase 1: Initialization211. **Check:** Does `customer_potential.csv` exist?222. **If Missing:** Create it.233. **Load:** Read the data.2425### Phase 2: The Gap Analysis26For each customer:271. **Calculate Potential:** `Employees * Budget_Per_Head`. (e.g. 1000 * 50 = $50k).282. **Calculate Penetration:** `Current_Spend / Potential`. (e.g. 5k/50k = 10%).293. **Label:**30 * **Sleeping Giant:** Penetration < 15% AND Potential > $50k.31 * **Cash Cow:** Penetration > 80%.32 * **Small Fish:** Potential < $5k.3334### Phase 3: The Action Plan35* **For Giants:** "Executive Alignment Needed. Pitch 'Enterprise Consolidation'."36* **For Cows:** "Protect Mode. Send swag."3738### Phase 4: Output391. **Generate:** `upsell_targets.csv`.402. **Columns:** `Customer`, `Potential_Spend`, `Penetration_%`, `Status`.413. **Summary:** "Found [X] Sleeping Giants representing $[Y] in unlocked revenue."4243---44*Blueprint ID: customer-share-of-wallet-estimator*45*Source: [Real AI Examples](https://realaiexamples.com)*46
Run npx skillmds@latest add akhilkannur/customer-share-of-wallet-estimator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.