An AI-driven food nutrition calculator that uses vision recognition to identify meals and calculate caloric data automatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calorie1
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 calorie1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Calorie Detective is a powerful AI agent skill designed to simplify diet management through advanced visual recognition. By utilizing the Kimi Vision API, it acts as a digital nutritionist that can identify food items from photos and provide a comprehensive breakdown of calories, proteins, carbohydrates, and fats. It is specifically optimized for Chinese cuisine, making it highly effective at identifying complex dishes that standard applications often struggle with.
As part of the Openclaw Skills ecosystem, Calorie Detective helps users uncover hidden calories in their meals with the precision of a detective. The tool includes a built-in database of over 100 common foods and provides actionable health advice based on the identified nutritional content, supporting users in their weight loss, fitness, or general health journeys.
To get started with this tool in your Openclaw Skills environment, follow these steps:
# Ensure your environment has access to the Kimi/Moonshot Vision API
# Navigate to the skill directory
cd calorie-detective-v2-0-0
# Configure your API credentials in your environment variables
export MOONSHOT_API_KEY='your_api_key_here'
You can extend the built-in database by modifying the COMMON_FOODS dictionary in src/calorie_calculator.py to include your own specific food items and their nutritional values.
The skill organizes food data in a structured format within the application logic. The primary data schema for food items includes:
| Field | Description |
|---|---|
| calories | Energy value per 100g |
| protein | Protein content in grams per 100g |
| carbs | Carbohydrate content in grams per 100g |
| fat | Fat content in grams per 100g |
All reports generated by the skill are formatted in Markdown for easy reading and integration into other health tracking Openclaw Skills workflows.
Loading
An AI-driven food calorie and nutrition calculator that identifies meals and provides health insights through photo recognition.

A sophisticated automation skill that aggregates, translates, and summarizes the top 10 global AI industry news stories every morning.

A fully automated AI operator for managing content strategy, publishing, and community engagement for technical Xiaohongshu creators.

An AI-powered fitness companion for tracking rituals, managing training streaks, and staying connected with your TribuRuby community.

A specialized automation tool for publishing multi-format content and scheduled posts to Facebook Pages via the Meta Graph API.

A high-security file transfer utility for moving data from macOS to Android devices with mandatory integrity checks and path safety.








































