valuation
Reference for auction item valuation logic, market data analysis, pricing strategies, and confidence scoring. Use when working on valuation features, market analysis dashboard, sales analysis, or search query logic.
npx skills add majiayu000/claude-skill-registry --skill valuation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Auction Valuation & Market Analysis Reference Use this skill when working on valuation logic, market data features, or pricing. Focus on: `$ARGUMENTS` ## Valuation Architecture in the Extension ### Data Flow ``` Item fields → SearchQuerySSoT → Auctionet API (3.65M+ results) → Market metrics → Dashboard display ↓ AI relevance filtering (Haiku) ↓ Filtered market data → Median, range, trends ``` ### Key Components - **SearchQuerySSoT** (`modules/search-query-ssot.js`) — single source of truth for all search queries - **SalesAnalysisManager** (`modules/sales-analysis-manager.js`) — fetches and processes market data - **DashboardManagerV2** (`modules/dashboard-manager-v2.js`) — renders market analysis UI - **AuctionetAPI** (`modules/auctionet-api.js`) — Auctionet public API wrapper - **ValuationRequestAssistant** (`modules/valuation-request-assistant.js`) — valuation page logic ## Pricing Rules ### Reserve vs Estimate - **Estimate** (uppskattat värde): expected market value based on comparables - **Reserve** (utropspris): minimum starting bid, typically 60–80% of estimate - **Minimum reserve**: 400 SEK (auction house rule) - Reserve should be low enough to attract bidding but protect
- Valuation Architecture in the Extension
- Data Flow
- Key Components
- Pricing Rules
- Reserve vs Estimate
- Valuation Approach (4-step)
- Confidence Scoring
- AI Relevance Filtering
- Market Data Metrics
- Key Metrics Displayed
- Search Query Strategy
- Term Quoting Rules
- Valuation Request Pages
- Multi-Group Valuation Flow
What does the valuation skill do?
Reference for auction item valuation logic, market data analysis, pricing strategies, and confidence scoring. Use when working on valuation features, market analysis dashboard, sales analysis, or search query logic.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill valuation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
