A local-first nutrition tracking skill that logs meals and automatically generates visual progress reports.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calorie-visualizer
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 calorie-visualizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Calorie Visualizer is a specialized utility for Openclaw Skills designed to simplify nutritional tracking without compromising privacy. It enables users and AI agents to log food intake, track macronutrients, and generate high-quality visual summaries locally. By leveraging a local SQLite database and an image rendering engine, it provides a seamless feedback loop for health monitoring directly within a developer-centric workflow.
The skill is built to be flexible, supporting manual calorie entry, local food database lookups, and optional online API fallbacks. Its primary goal is to turn raw meal data into actionable visual insights while keeping all sensitive health information on the user's local machine.
add or add-food command to write the data into a local SQLite database.visual_renderer.py script is triggered to generate an updated report image using html2image.To get started with this component of your Openclaw Skills library, follow these steps:
# Navigate to the skill directory
cd skills/calorie-visualizer
# Install the necessary Python dependencies
python3 -m pip install -r requirements.txt
# Ensure Chromium or Chrome is installed on your system for the renderer
Note: For online food lookups, you can optionally configure a USDA_API_KEY in your environment.
The skill manages data locally using a structured approach to ensure portability and privacy:
| Component | Format | Description |
|---|---|---|
calorie_data.db |
SQLite | The primary storage for meal logs, timestamps, and nutritional values. |
config |
Key-Value | Stores daily goals and user preferences regarding profile data usage. |
USER.md |
Markdown | Optional source for deriving TDEE and personalized health targets. |
| Report Images | PNG/JPG | Transient visual files generated by the renderer for UI display. |
Loading
An AI-powered video automation suite that converts raw footage and URLs into polished social media content, subtitles, and thumbnails.

A professional-grade search and web scraping CLI tool powered by the Serper API for real-time data retrieval.

A specialized tool for automating multi-step audio file uploads and HLS transcoding on the AIOZ Stream decentralized network.

A high-performance CLI tool for benchmarking AI prompt costs, token usage, and model performance across multiple providers.

An advanced analytics engine that transforms raw session logs into professional visual reports and text summaries with 100% local processing.

A powerful CLI tool for converting websites into clean, structured data using AI-driven scraping and autonomous research agents.








































