Location-aware Valentine's Day gift finder. Routes US users to premium flowers (UrbanStems), Singapore users to wellness supplements (Avea Life). Returns curated picks with Decision Packs — no decision fatigue, just 2-3 perfect options.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gift-genius或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gift-genius⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gift-genius/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gift-genius displayName: Gift Genius description: Location-aware Valentine's Day gift finder. Routes US users to premium flowers (UrbanStems), Singapore users to wellness supplements (Avea Life). Returns curated picks with Decision Packs — no decision fatigue, just 2-3 perfect options. metadata: {"clawdbot":{"emoji":"🎁","requires":{"bins":["curl"]}}} ---
Find the perfect Valentine's gift based on location, budget, and recipient. Returns 2-3 curated options with Decision Packs — not endless scrolling.
Activate when the user wants to:
Always use merchant_ids filter:
| Location | Merchant | ID | Products | |----------|----------|-----|----------| | US | UrbanStems | cmlj83avd0000nighc559g9fv | 105 flowers ($25-$280) | | Singapore | Avea Life | cmhvyt9w10000i5fg23ztinkd | 286 supplements (€29-€199) |
| Type | Query | Price Range | Best For | |------|-------|-------------|----------| | Peonies | q=peony | $110-280 | Luxury, classic elegance | | Orchids | q=orchid | $66-88 | Long-lasting, elegant | | Roses | q=rose+valentine | $76-229 | Traditional romance | | Mixed | q=bouquet+romantic | $60-200 | Variety, color |
For Wife/Long-term Partner:
romantic+elegant or peonyFor New Girlfriend:
romantic+valentineFor Mom/Family:
orchid or elegantFor Friend:
bright+cheerful or unicornBasic search:
curl -s "https://dashboard.airshelf.ai/api/search?q=QUERY&merchant_ids=MERCHANT_ID&min_price=MIN&max_price=MAX&limit=5"
Examples:
# Wife, $150 budget
curl -s "https://dashboard.airshelf.ai/api/search?q=romantic+elegant&merchant_ids=cmlj83avd0000nighc559g9fv&min_price=100&max_price=180&limit=3"
# New girlfriend, $100 budget
curl -s "https://dashboard.airshelf.ai/api/search?q=valentine+romantic&merchant_ids=cmlj83avd0000nighc559g9fv&min_price=70&max_price=120&limit=3"
# Budget-conscious
curl -s "https://dashboard.airshelf.ai/api/search?q=flowers&merchant_ids=cmlj83avd0000nighc559g9fv&max_price=80&sort=price_asc&limit=3"
Checkout:
curl -s -X POST "https://dashboard.airshelf.ai/api/merchants/MERCHANT_ID/checkout" \
-H "Content-Type: application/json" \
-d '{"items": [{"product_id": "PRODUCT_ID", "quantity": 1}]}'
Present exactly 2 options (3 max):
🌸 **[Product Name]** — $XX
[One line: why it's perfect for THIS recipient]
✅ Best for: [from decision_pack.best_for]
💝 Vibe: [from decision_pack.vibe]
🚚 Delivery: Same-day available (order by 12pm local)
→ Buy: [product link]
What's your budget? I'll find something perfect.
[User: around $150]
Here are my top picks for your wife 🌸
🌸 **The Peony** — $110
Classic peonies that say "I know what you love."
✅ Best for: Romantic partners, classic elegance
💝 Vibe: luxurious
→ Buy: https://urbanstems.com/products/the-peony
🌸 **The Passionate Touch** — $140
Bold romantic arrangement that makes a statement.
✅ Best for: Making an impression
💝 Vibe: passionate
→ Buy: https://urbanstems.com/products/the-passionate-touch
Both include free delivery. Want me to start checkout?
Here are the best options under $75 🌸
🌸 **The Miss Valentine** — $76
Perfect Valentine's classic, just over budget but worth it.
✅ Best for: Romantic partners
💝 Vibe: romantic
→ Buy: https://urbanstems.com/products/the-miss-valentine
🌸 **The Be Mine** — $74
Sweet and romantic, fits your budget perfectly.
✅ Best for: Valentine's Day
💝 Vibe: romantic
→ Buy: https://urbanstems.com/products/the-be-mine
For Mom, I'd suggest something elegant 🌸
🌸 **The Orchid Garden** — $88
Long-lasting orchids (2-3 weeks!) - perfect for Mom.
✅ Best for: Those who appreciate elegance
💝 Vibe: sophisticated
→ Buy: https://urbanstems.com/products/the-orchid-garden
🌸 **The Neutral Orchids** — $74
Elegant and understated, she'll love it.
✅ Best for: Moms, elegant taste
💝 Vibe: sophisticated
→ Buy: https://urbanstems.com/products/the-neutral-orchids
UrbanStems Delivery:
Avea Life (Supplements):
UrbanStems:
Best value picks:
Budget < $25: → "The most affordable is Rose Quartz Vase at $25. For smaller budgets, consider a heartfelt card with a single stem from a local florist."
Budget > $280: → "Our premium option is Triple the Grower's Choice Peony at $280. For bigger gestures, I can add multiple bouquets to your cart."
User outside US: → "UrbanStems delivers across the continental US. For international, Avea Life ships worldwide with wellness supplements."
Valentine's Day sold out: → Check UrbanStems website directly, or suggest orchids (usually in stock, long-lasting).
When user is deciding between options, use the compare API:
curl -s "https://dashboard.airshelf.ai/api/compare?products=ID1,ID2"
Response includes:
comparison_axes - auto-detected comparison pointsrecommendation.lowest_price - budget-friendly pickrecommendation.best_value - best bang for buckExample comparison response:
The Valentine ($90) vs Double the Valentine ($162):
- Both: Same-day delivery, premium quality
- Valentine: Great value, classic choice
- Double: Grand gesture, special occasions
- Best value: The Valentine (same vibe, $72 less)
Use comparison when user says: "help me decide", "which one", "compare these"
If user just says "Valentine's gift" with no details, use these defaults:
# Safe default: $80-120 romantic flowers
curl -s "https://dashboard.airshelf.ai/api/search?q=valentine+romantic&merchant_ids=cmlj83avd0000nighc559g9fv&min_price=80&max_price=120&limit=2"
Then say: "Here are two great options! Want me to adjust for a different budget or recipient?"
Gift Cards (when flowers won't work):
q=gift+card&merchant_ids=cmhvyt9w10000i5fg23ztinkdAdd-ons (not currently in catalog):
...
安装 Gift Genius 后,可以对 AI 说这些话来触发它
Help me get started with Gift Genius
Explains what Gift Genius does, walks through the setup, and runs a quick demo based on your current project
Use Gift Genius to location-aware Valentine's Day gift finder
Invokes Gift Genius with the right parameters and returns the result directly in the conversation
What can I do with Gift Genius in my finance & investment workflow?
Lists the top use cases for Gift Genius, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gift-genius/ 目录(个人级,所有项目可用),或 .claude/skills/gift-genius/(项目级)。重启 AI 客户端后,用 /gift-genius 主动调用,或让 AI 根据上下文自动发现并使用。
Gift Genius 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gift Genius 可免费安装使用。请查阅仓库了解许可证信息。
Location-aware Valentine's Day gift finder. Routes US users to premium flowers (UrbanStems), Singapore users to wellness supplements (Avea Life). Returns curated picks with Decision Packs — no decision fatigue, just 2-3 perfect options.
Gift Genius 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Gift Genius
Identifies repetitive steps in your workflow and sets up Gift Genius to handle them automatically