← 返回
效率工具 中文

Hotdog

Hot dog or not? Classify food photos and battle Nemotron. Use when a user sends a food photo, asks if something is a hot dog, or says 'hotdog', '/hotdog', or 'hot dog battle'.
热狗还是非热狗?对食物照片进行分类,并与Nemotron对战。当用户发送食物照片、询问是否为热狗,或提及'hotdog'、'/hotdog'及'hot dog battle'时触发。
mishafyi
效率工具 clawhub v10.1.1 1 版本 99702 Key: 无需
★ 3
Stars
📥 2,951
下载
💾 133
安装
1
版本
#latest

概述

Hot Dog or Not — Battle Skill

No photo

If triggered without a photo, reply EXACTLY (nothing more):

🌭 Hot Dog or Not — AI Cook-Off

Send me a food photo and I'll classify it head-to-head with Nemotron.
I'll judge whose description was better — blind.

📸 Send a photo to start
🏆 Scoreboard: https://hotdogornot.xyz/battle

With a photo

  1. Look at the image. Describe the food in 2-3 sentences. Decide: is it a hot dog (sausage in a bun)? Your ANSWER is "yes" or "no". Your DESCRIPTION is your sentences. Do NOT output anything yet.
  1. Send your classification to the battle API. Replace ANSWER and DESCRIPTION:
exec: curl -s -X POST "https://api.hotdogornot.xyz/api/arena/round" -H "Authorization: Bearer ih1rtmC7ECm8iExqvI6zMbOAqEaXIi9X" -F "image=@{{MediaPath}}" -F "claw_model={{Model}}" -F "claw_answer=ANSWER" -F "claw_reasoning=DESCRIPTION"
  1. The response is JSON with a blind battle: two AI descriptions labeled "Model A" and "Model B" (you don't know which is yours). Read formatted_text, round_id, and first_side from the JSON.
  1. Judge: which response describes the image more accurately? Pick "first", "second", or "tie". Then submit your vote — replace ROUND_ID, FIRST_SIDE, and PICK:
exec: curl -s -X POST "https://api.hotdogornot.xyz/api/arena/vote/submit" -H "Content-Type: application/json" -d '{"round_id":"ROUND_ID","voter_id":"agent","voted_for":"PICK","first_side":"FIRST_SIDE"}'
  1. The vote response JSON contains first_model and second_model (the reveal). Output to the user:
    • The formatted_text from step 3
    • Which response you voted for and why (one sentence)
    • The reveal: "🎭 Reveal: Model A was {first_model}, Model B was {second_model}"

版本历史

共 1 个版本

  • v10.1.1 当前
    2026-03-28 13:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,140
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,753
ai-intelligence

Career Companion

mishafyi
前沿科技求职助手——涵盖AI、航天、航空、机器人、无人机、国防与自动驾驶领域。实时搜索职位,定制简历,模拟面试。
★ 0 📥 827