Auction House PluginLightweightCommand

/onboarding

One-time auction house profile setup — role, target DMAs, fee structure, and vehicle segments so skills stop asking

$/onboarding
Lightweight
Complexity
0
API Calls
$0.00 – $0.00
MC API Cost
$0.01 – $0.02
Total Cost

Purpose

Every skill in the Auction House plugin uses context from your profile: which states you operate in, your buyer and seller fee percentages, your sell-through target, your role (lane manager vs consignment rep vs regional director), and which vehicle segments you focus on. Without this context, calculations like revenue forecasts and consignment pitch economics have no baseline to work from.

/onboarding collects your full auction house identity once: company, role, auction type (physical/digital/hybrid), target DMAs, vehicle segments, buyer focus (franchise/independent), consigner types, fee structure, and sell-through target. Everything persists to marketcheck-profile.md and is read automatically by every skill and command from that point forward.

Audience:All new auction house usersAnyone setting up a new project

Arguments

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
Check Existing Profile

Reads marketcheck-profile.md if exists. Shows summary and asks update or keep.

02
Identity & Role

Collects name, company, and role: sales_exec / lane_manager / consignment_rep / regional_director.

03
Auction Type

Collects auction type: physical / digital / both (hybrid).

04
Location & DMAs

Collects ZIP, state, and target DMAs (states, metro areas, or 'national').

05
Vehicle Segments & Focus

Collects vehicle segments and buyer/consigner focus to calibrate lane planning and targeting.

06
Fees & Metrics

Collects buyer fee %, seller fee %, avg weekly lanes, and target sell-through % as defaults for all revenue calculations.

07
Write & Confirm

Writes full profile JSON to marketcheck-profile.md. Syncs to MEMORY.md.

Example Output

AUCTION HOUSE PROFILE SETUP
════════════════════════════

Profile saved to: marketcheck-profile.md

  Name:              Ryan Torres
  Company:           Southwest Auto Auction
  Role:              Sales Executive
  Auction Type:      Physical
  Location:          Dallas, TX 75201
  Target DMAs:       TX, OK, LA (3 states)

  Vehicle Segments:  SUV, Pickup, Sedan, Luxury
  Buyer Focus:       Both franchise + independent
  Consigner Types:   Dealer trade-ins, Fleet, Repo

  Buyer Fee:         5%
  Seller Fee:        3%
  Avg Weekly Lanes:  12
  Target Sell-Through: 85%

SUGGESTED NEXT STEPS
  → "Find dealers to invite to our next sale in TX" — buyer targeting
  → "Who has aged inventory in Dallas?" — consignment sourcing
  → "What should I run in next week's lanes?" — lane planning
  → "Market overview for Texas" — DMA intelligence
  → /market-snapshot TX — quick supply and demand snapshot

Cost Estimate

TierLightweight
API Calls0
MC API — best$0.00
MC API — worst$0.00
Claude — best$0.01
Claude — worst$0.02
Total range$0.01$0.02

One-time setup

Limitations

  • Profile is stored in current project memory — re-run in each new project.
  • UK users: ML pricing, sold analytics, VIN history are US-only; profile flags this and skills adapt accordingly.
Auction House Plugin
View all skills & commands