gift-evaluator

Analyzes gift photos to estimate market value and generates interactive HTML appraisal cards.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill gift-evaluator-tmtgroupbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gift-evaluator
Source: https://github.com/tmtgroupbot/lptracker-deploy/tree/main/skills/gift-evaluator
Command: npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill gift-evaluator-tmtgroupbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you receive a Spring Festival gift (alcohol, tea, supplements), it is hard to know its real market value, whether it is authentic, and how to respond socially with appropriate thank-you messages and return gifts. ## Core Features & Use Cases - Visual Gift Identification: Uses vision analysis to extract brand, vintage, and packaging details from an uploaded gift photo. - Market Valuation & Social Labeling: Searches current prices and classifies the gift as luxury, standard, or budget based on value tiers. - Interactive HTML Appraisal Card: Generates a styled HTML report containing a spicy expert critique, three copy-ready thank-you message styles, and four persona-based return gift suggestions. - Use Case: You receive a dusty bottle of Moutai from your uncle. Upload the photo, and the skill identifies the vintage, estimates its price, writes a witty critique, and produces a shareable HTML card with reply scripts and reciprocal gift ideas. ## Quick Start Upload a photo of the gift you received and ask the assistant to appraise its value and generate a gift analysis card with thank-you replies and return gift suggestions.

Frequently Asked Questions about gift-evaluator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate the value of a gift from a photo?

Upload the gift photo and the skill uses visual analysis to extract brand, vintage, and packaging details, then searches current market prices. It classifies the result into luxury, standard, or budget tiers based on the estimated price.

How to generate an HTML gift appraisal card with Python?

Run html_tools.py with the generate_gift_card action, passing product name, price, evaluation text, thank-you and return-gift JSON strings, a vibe code, the image path, and an output path. The script embeds the image as Base64 and writes a styled HTML file.

What information does the gift analysis report include?

The report includes the product name, estimated price, a detailed critique of at least 50 words, three styles of thank-you messages (formal, warm, humorous), and four return gift suggestions based on giver personas with value reciprocity reasoning.

Does the gift card generator need internet access to display?

The generated HTML loads Tailwind CSS and Google Fonts from CDNs, so full styling requires internet access. The gift image itself is embedded as Base64, so it displays offline.

Why does the HTML card show the wrong style theme?

The theme is controlled by the vibe_code parameter, which accepts luxury, standard, or budget. If the vibe code does not match the price assessment or is misspelled, the script falls back to the standard style.