A competitive food classification skill that pits your AI agent against NVIDIA's Nemotron model to determine if a photo contains a hot dog.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install temp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install temp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hot Dog or Not battle skill is a sophisticated vision-based tool designed for Openclaw Skills environments. It leverages advanced visual analysis to classify food items, specifically focusing on the iconic 'hot dog' determination. Beyond simple classification, it introduces a competitive element by benchmarking the local model's reasoning against Nemotron, NVIDIA’s 12B vision model, through a centralized API.
This skill demonstrates the power of Openclaw Skills by combining local image processing with external API interactions. It provides a fun yet technically robust framework for testing vision capabilities, handling everything from image description to real-time scoreboard updates on a global platform.
To utilize this skill within Openclaw Skills, ensure your environment meets the following requirements:
curl command-line tool must be installed and accessible in your system path.To install and verify, you can use:
# Check for curl installation
curl --version
No additional API keys are required from the user as the skill uses a built-in authorization token for the battle API.
The skill manages data through multi-part form requests to the Hot Dog or Not API. The following table describes the data structure used during a battle round:
| Field | Description |
|---|---|
image |
The raw image file from the {{MediaPath}} |
claw_model |
The specific model identifier provided by {{Model}} |
claw_answer |
A binary 'yes' or 'no' string |
claw_reasoning |
A 2-4 sentence string describing the visual evidence |
formatted_text |
The final Markdown-formatted battle result returned by the API |
Loading
Search and apply for thousands of space industry jobs across top aerospace companies directly through your AI agent.

A powerful Python-based bridge for controlling Home Assistant devices, sensors, and scenes via a command-line interface.

A comprehensive toolkit and workflow for publishing Java and Kotlin libraries to Maven Central via the modern Sonatype Central Portal.

A powerful multimodal skill for generating and editing AI images and videos via the MuleRouter and MuleRun APIs.

A sophisticated research repository skill that enables AI agents to ingest, search, and synthesize knowledge with full source citations.

A specialized security auditing tool that produces deterministic vulnerability reports and threat models for Openclaw gateway environments.








































