EV lending risk and portfolio exposure analysis. Triggers: "EV market update", "EV adoption rate", "EV vs ICE pricing", "Tesla market position", "EV lending risk", "electric vehicle trends", "EV depreciation", "EV price parity", "hybrid adoption", "electrification progress", "EV days supply", "which OEMs are winning EV", "EV penetration by state", "EV residual risk", "EV portfolio exposure", "EV collateral risk", tracking electric vehicle market dynamics for lending risk assessment and portfolio management.
From lendernpx claudepluginhub marketcheckhub/marketcheck-cowork-plugin --plugin lenderThis 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.
Integrates PayPal payments with express checkout, subscriptions, refunds, and IPN. Includes JS SDK for frontend buttons and Python REST API for backend capture.
Date anchor: Today's date comes from the
# currentDatesystem context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates.
Load the marketcheck-profile.md project memory file if exists. Extract: portfolio_focus, country, state, tracked_segments, risk_ltv_threshold, high_risk_ltv_threshold. If missing, ask for EV focus area and geography. US-only. Confirm profile.
Lender (residual analyst, portfolio risk manager, auto finance director) assessing EV residual risk, portfolio concentration exposure, and lending opportunity signals. Also serves lease residual committees and floor plan providers. Each metric includes an explicit lending risk signal.
The comprehensive EV market analysis. Use for "EV market update" or "EV lending risk assessment."
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVstate: from profile or user input (omit for national)date_from / date_to: current monthranking_dimensions: fuel_type_categoryranking_measure: sold_counttop_n: 5Repeat for total market (no fuel_type_category filter). Also repeat for prior month and 3 months ago.
→ Extract only: sold_count per fuel_type_category per period. Discard full response.
Calculate:
Call mcp__marketcheck__get_sold_summary for each fuel type:
fuel_type_category: EV → get average_sale_pricefuel_type_category: Gas) → get average_sale_price for ICERepeat for prior periods.
→ Extract only: average_sale_price per fuel type per period. Discard full response.
Calculate:
Break down by segment if possible:
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVinventory_type: Usedranking_dimensions: make,modelranking_measure: average_sale_priceranking_order: asctop_n: 15Repeat without fuel_type filter for ICE comparison.
→ Extract only: per make/model — average_sale_price per period. Discard full response.
Calculate:
Call mcp__marketcheck__search_active_cars with:
fuel_type: Electric, car_type: new, stats: price,dom, rows: 0Plus sold data from Step 1 for volume.
→ Extract only: num_found, stats.dom.mean. Discard full response.
Calculate:
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVranking_dimensions: makeranking_measure: sold_countranking_order: desctop_n: 15sold_count per period. Discard full response.Calculate:
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVsummary_by: stateranking_measure: sold_countranking_order: desctop_n: 15
→ Extract only: per state — sold_count. Discard full response.Calculate state-level EV penetration rate by also pulling total sold by state.
Identify: highest adoption states, fastest growing states, lowest adoption states. Map to lending implications — high-adoption states have better EV resale infrastructure and lower residual risk.
Present: EV lending risk headline, adoption/parity/depreciation/supply data tables with lending signals, brand EV share for portfolio concentration risk, and actionable lending policy recommendations (residual setting, advance rates, GAP requirements).
get_sold_summary.