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'.
Profile →npx skills add majiayu000/claude-skill-registry --skill temp-ljt-520-openclaw-backup --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. 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. 2. Run this command, replacing ANSWER and DESCRIPTION: ```bash 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" ``` 3. 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`
- No photo
- With a photo
What does the hotdog skill do?
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'.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill temp-ljt-520-openclaw-backup --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 majiayu000/claude-skill-registry, a repository with 534 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.