Agent skill
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'.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/temp
Metadata
Additional technical details for this skill
- openclaw
-
{ "os": [ "darwin", "linux" ], "emoji": "\ud83c\udf2d", "requires": { "bins": [ "curl" ] } }
SKILL.md
Hot Dog or Not — Battle Skill
No photo
If triggered without a photo, reply EXACTLY (nothing more):
🌭 Hot Dog or Not — AI Vision Battle
Send me any food photo and I'll tell you if it's a hot dog! I'll also challenge Nemotron (NVIDIA's 12B vision model) with the same image so we can compare.
📸 Just send a photo to start
🏆 Live scoreboard: https://hotdogornot.xyz/battle
With a photo
-
Describe the food in the image in 2-4 sentences. Then decide: is it a hot dog (a sausage served in a bun/roll; any cooking style)? Decide your ANSWER (yes or no) and DESCRIPTION (your description). Do NOT output these to the user yet.
-
Run this command, replacing ANSWER and DESCRIPTION:
exec: curl -s -X POST "https://api.hotdogornot.xyz/api/battle/round" -H "Authorization: Bearer ih1rtmC7ECm8iExqvI6zMbOAqEaXIi9X" -F "image=@{{MediaPath}}" -F "claw_model={{Model}}" -F "claw_answer=ANSWER" -F "claw_reasoning=DESCRIPTION"
- Check the JSON response from curl:
- If it contains
"formatted_text", output that value EXACTLY as-is (no changes, no additions) - If the response is empty (
{}), reply with ONLY:NO_REPLY
- If it contains
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?