โ† All skills
Tencent SkillHub ยท Developer Tools

Calorie Visualizer

Local calorie logging and visual reporting (auto-refreshes and returns report image after each log)

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Local calorie logging and visual reporting (auto-refreshes and returns report image after each log)

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, QUICK_START.md, README.md, SKILL.md, _meta.json, data/food_database.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Calorie Visualizer

A local skill for meal logging and visual nutrition analysis.

Core Flow

User sends meal text/photo (upstream extracts calorie/protein values or calls food-db lookup). add (or add-food) writes to calorie_data.db. After write, visual_renderer.py generates a fresh report image. CLI prints REPORT_IMAGE:<path> so the chat layer can send the image.

Daily Goal Priority

config.daily_goal (manual override) TDEE derived from USER.md If user explicitly refuses profile data: logging only, no repeated prompting Fallback default in renderer: 2000 kcal

CLI Commands

# Add a meal with explicit nutrition values python3 scripts/calorie_visualizer.py add "food name" 500 25 [--photo /path/to/image.jpg] # Add from local food database (local-first, online fallback optional) python3 scripts/calorie_visualizer.py add-food "Subway chicken sandwich" --multiplier 1.0 python3 scripts/calorie_visualizer.py add-food "rice" --offline # Daily summary python3 scripts/calorie_visualizer.py summary # Regenerate report image python3 scripts/calorie_visualizer.py report # Config python3 scripts/calorie_visualizer.py config daily_goal 2000 python3 scripts/calorie_visualizer.py config user_refused_profile True

Dependencies

cd skills/calorie-visualizer python3 -m pip install -r requirements.txt Python libs: html2image, Pillow Online fallback: optional USDA API (USDA_API_KEY) Database: SQLite (built into Python) Rendering: requires system Chromium/Chrome (called by html2image)

Storage

calorie_data.db (local SQLite) No automatic external sync

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Config
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • QUICK_START.md Docs
  • README.md Docs
  • _meta.json Config
  • data/food_database.json Config