Inter-store inventory transfer recommendations. Triggers: "transfer opportunities", "balance inventory", "which store needs what", "inter-store transfer", "move vehicles between locations", "inventory balancing", "rebalance my lot", "cross-location optimization", identify vehicles to move between locations for faster turns.
From marketcheck-cowork-pluginnpx claudepluginhub marketcheckhub/marketcheck-cowork-pluginThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
This skill requires a dealer group profile with at least 2 locations.
marketcheck-profile.md project memory file.user_type:
dealer_group: use dealer_group.locations[] — requires minimum 2 locationsdealer or other: "This skill is for multi-location dealer groups. Run /onboarding as a Dealer Group."locations[] with dealer_id, name, zip, state, dealer_type for eachpreferences for group defaultscountry ← location.countryThe primary user is a dealer group operations manager or inventory director who manages vehicle allocation across multiple rooftops. The problem: one store has a surplus of SUVs sitting 60+ days while another store 50 miles away is short on SUVs and losing customers. A $200 transport cost to move the vehicle saves $2,000+ in aging floor plan costs.
For each location, use the Agent tool to spawn the marketcheck-cowork-plugin:lot-scanner agent:
Fetch inventory facets for dealer_id=[dealer_id], country=[country]. Mode: facets_only Facets: make|0|20|1, model|0|30|1, body_type|0|10|1 Also get: total_count, and aging facets if available
This returns each location's inventory breakdown by make/model and body type without listing every vehicle.
For each location (US only), call mcp__marketcheck__get_sold_summary with:
state: the location's statezip: the location's zip (with radius)inventory_type: Usedranking_dimensions: body_typeranking_measure: sold_countranking_order: desctop_n: 10date_from / date_to: prior monthThis shows what SELLS in each location's local market.
For each location:
Cross-reference all locations to find transfer pairs:
For each potential transfer:
Only recommend transfers where net benefit > $500.
For the top transfer opportunities, get the specific aged units from the sender location:
CROSS-LOCATION TRANSFER RECOMMENDATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Group Name] | [N] locations analyzed
INVENTORY MIX BY LOCATION
Category | [Location 1] | [Location 2] | [Location 3] | Market Demand
| Count (Share) | Count (Share) | Count (Share) | (Share)
------------|-------------------|-------------------|-------------------|-------------
SUV | XX (XX%) | XX (XX%) | XX (XX%) | XX%
Pickup | XX (XX%) | XX (XX%) | XX (XX%) | XX%
Sedan | XX (XX%) | XX (XX%) | XX (XX%) | XX%
...
RECOMMENDED TRANSFERS (sorted by net benefit)
Transfer 1: [Category] from [Location A] → [Location B]
Units to move: [N] (oldest first)
Reason: [A] has XX% surplus, [B] has XX% deficit in [category]
Transport cost: ~$XXX
Expected DOM improvement: XX days faster at [B]
Floor plan savings: ~$X,XXX
Net benefit: $X,XXX
Specific units:
VIN (last 8) | Year Make Model | DOM at [A] | Listed Price
-------------|-----------------|-----------|-------------
[unit 1] | 22 RAV4 XLE | 72 days | $28,500
[unit 2] | 21 CR-V EX | 65 days | $26,200
Transfer 2: ...
TRANSFER SUMMARY
Total recommended transfers: [N] units
Total transport cost: ~$X,XXX
Total expected floor plan savings: ~$XX,XXX
Net benefit: ~$XX,XXX over [X] months
dealer_id for all locations — locations without a dealer_id are skipped.get_sold_summary. UK locations can still be analyzed for inventory mix but without market demand comparison.