Agent skill

image-analysis

Reference for auction item image analysis — what to look for in photos of auction items, how to extract catalog-relevant information from images, and how the extension's AI image analysis works.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill image-analysis-mixxmastermike123-auctionet-extension --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/image-analysis-mixxmastermike123-auctionet-extension/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 Item Image Analysis Reference Use this skill when working on image analysis features, Claude Vision prompts, or photo-based cataloging. Focus on: `$ARGUMENTS` ## How Image Analysis Works in the Extension ### Architecture ``` Item images (up to 5 slots) → base64 encoding → Claude Vision API ↓ Structured JSON response: - Title, description, condition - Artist, period, materials - Keywords, estimate, reserve ``` ### Image Slots (categorized) | Slot | Purpose | What to extract | |------|---------|----------------| | Front/Main | Primary identification | Object type, style, material, overall condition | | Back/Reverse | Maker marks, construction | Stamps, signatures, labels, construction method | | Markings | Stamps, hallmarks | Manufacturer, date, origin, purity (silver/gold) | | Signatures | Artist identification | Name, date, numbering, technique notes | | Condition | Damage documentation | Specific flaws, repairs, wear patterns | ### Image Processing - Images exceeding 5MB auto-resized via canvas (`_resizeBase64Image`) - Max dimension: 1400px (progressively reduced if still too large) - Output: JPEG at 0.82 quality (reduced to 0.5 at minimum) - Domain whitelist: `auctionet

What's inside
Steps it walks through
  1. How Image Analysis Works in the Extension
  2. Architecture
  3. Image Slots (categorized)
  4. Image Processing
  5. What to Look For (by category)
  6. Art & Paintings
  7. Furniture
  8. Silver & Gold
  9. Glass & Ceramics
  10. Rugs & Textiles
  11. Watches & Clocks
  12. Weapons & Militaria
  13. AI Prompt Patterns for Image Analysis
  14. Hallucination Prevention
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the image-analysis skill do?

Reference for auction item image analysis — what to look for in photos of auction items, how to extract catalog-relevant information from images, and how the extension's AI image analysis works.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill image-analysis-mixxmastermike123-auctionet-extension --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