Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill valuation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/valuation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Valuation Architecture in the Extension
  2. Data Flow
  3. Key Components
  4. Pricing Rules
  5. Reserve vs Estimate
  6. Valuation Approach (4-step)
  7. Confidence Scoring
  8. AI Relevance Filtering
  9. Market Data Metrics
  10. Key Metrics Displayed
  11. Search Query Strategy
  12. Term Quoting Rules
  13. Valuation Request Pages
  14. Multi-Group Valuation Flow
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going