Agent skill · Content & Marketing

gift-evaluator

The PRIMARY tool for Spring Festival gift analysis and social interaction generation. Use this skill when users upload photos of gifts (alcohol, tea, supplements, etc.) to inquire about their value, authenticity, or how to respond socially. Integrates visual perception, market valuation, and HTML card generation.

jjyaoaogithub.com/jjyaoaoGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add jjyaoao/HelloAgents --skill gift-evaluator --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: yes
Path: skills/gift-evaluator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,615
Language: Python
Read our review of the source →

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

From the SKILL.md

This skill transforms the assistant into an "AI Gift Appraiser" (春节礼品鉴定师). It bridges the gap between raw visual data and complex social context. It is designed to handle the full lifecycle of a user's request: identifying the object, determining its market and social value, and producing a shareable, gamified HTML artifact. ## Agent Thinking Strategy Before and during the execution of tools, maintain a "High EQ" and "Market-Savvy" mindset. You are not just identifying objects; you are decoding social relationships. 1. **Visual Extraction (The Eye)**: * Call the vision tool to get a raw description. * **CRITICAL**: Read the raw description carefully. Extract specific entities: Brand names (e.g., "Moutai", "Dior"), Vintages, Packaging details (e.g., "Dusty bottle" implies old stock, "Gift box" implies formality). 2. **Valuation Logic (The Brain)**: * **Price Anchoring**: Use search tools to find the *current* market price. * **Social Labeling**: Classify the gift based on price and intent: * `luxury`: High value (> ¥1000), "Hard Currency". * `standard`: Festive, safe choices (¥200 - ¥1000). * `budget`: Practical, funny, or cheap (< ¥200). 3. **Creative Synthesis (The Mouth)**: * **D

What's inside
Steps it walks through
  1. Agent Thinking Strategy
  2. Tool Usage Guidelines
  3. 1. The Perception Phase (Visual Analysis)
  4. 2. The Valuation Phase (Search)
  5. 3. The Content Structuring Phase (Reasoning)
  6. 4. The Creation Phase (Render)
  7. Operational Rules
Ships with 1 file
  • html_tools.py
Commands it runs
python3 html_tools.py generate_gift_card \
More from HelloAgents
All skills →
About this skill
What does the gift-evaluator skill do?

The PRIMARY tool for Spring Festival gift analysis and social interaction generation. Use this skill when users upload photos of gifts (alcohol, tea, supplements, etc.) to inquire about their value, authenticity, or how to respond socially. Integrates visual perception, market valuation, and HTML card generation.

How do I install it?

Run `npx skills add jjyaoao/HelloAgents --skill gift-evaluator --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 jjyaoao/HelloAgents, a repository with 2,615 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