返回顶部
h

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'.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 10.1.1
安全检测
已通过
2,296
下载量
3
收藏
概述
安装方式
版本历史

hotdog

# 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. 2. Send your classification to the battle API. Replace ANSWER and DESCRIPTION: ```bash 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" ``` 3. 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. 4. Judge: which response describes the image more accurately? Pick "first", "second", or "tie". Then submit your vote — replace ROUND_ID, FIRST_SIDE, and PICK: ```bash 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"}' ``` 5. 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}"

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hotdog-1776345614 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hotdog-1776345614 技能

通过命令行安装

skillhub install hotdog-1776345614

下载 Zip 包

⬇ 下载 hotdog v10.1.1

文件大小: 1.67 KB | 发布时间: 2026-4-17 15:12

v10.1.1 最新 2026-4-17 15:12
Version 10.1.1

- Added _meta.json file for enhanced skill metadata management.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部