From skillhub
Extracts structured product info (brand, model, condition, features, flaws) from uploaded photos for C2C resale listing. Uses the Anthropic Vision API to analyze images.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-recognizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extracts structured product information from user-uploaded photos for C2C resale listing purposes.
Extracts structured product information from user-uploaded photos for C2C resale listing purposes.
This skill uses the Anthropic API (Claude Vision) for image analysis. Your current LLM model may not support multimodal vision, so the skill calls the Vision API directly.
export ANTHROPIC_API_KEY="sk-ant-..."
If the key is missing, the skill will output an error instructing the user to set it.
| Grade | Label | Criteria |
|---|---|---|
| A | Like New | No visible wear, original packaging if applicable |
| B | Excellent | Minor signs of use, no significant flaws |
| C | Good | Visible wear, minor flaws, fully functional |
| D | Fair | Noticeable wear/flaws, may need minor repair |
| E | For Parts | Significant damage, sold as-is |
Be honest about flaws. Transparency is the foundation of C2C trust. A lost honest sale is better than a return from undisclosed flaws.
scripts/recognize.py provides the structured prompt template and output schema.
npx claudepluginhub madguyevans-creator/resale-agent-skill-hubAnalyzes product images using Claude vision to generate names, descriptions, categories, pricing suggestions, tags; creates products and uploads images via Wix Stores REST API.
Orchestrates a 7-step C2C resale pipeline: photo recognition, price research, platform auth, listing card generation, auto-publish, schedule repricing, and auto-delist on sale. Activates when user wants to sell second-hand items.
Analyzes images with MiniMax vision tool for description, OCR, text extraction, UI mockup review, chart data parsing, diagrams. Auto-triggers on image shares or analysis requests.