下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceThe skill's files, instructions, and small helper script are consistent with a photo-based calorie tracker and do not request unrelated credentials or external installs.
评估建议
This skill appears internally consistent: it analyzes food photos using the platform 'image' tool and reads/writes files in /root/.openclaw/workspace (temp images and per-day memory markdown files). Before installing, consider: (1) it will store and read any images you copy into the temp folder — avoid placing sensitive photos there; (2) the included shell script reads per-day markdown records and expects certain headings (the script searches for Chinese labels), so you may need to adapt record ...详细分析 ▾
✓ 用途与能力
Name and description match the behavior: the SKILL.md and scripts focus on recognizing food images, estimating calories, logging daily records, and producing reports. The files referenced (workspace memory, temp image dir, and a local target_calorie config) are coherent with the stated purpose.
ℹ 指令范围
Instructions explicitly tell the agent to copy images into /root/.openclaw/workspace/temp_qqdata/, use the platform 'image' tool, and read/write per-day markdown records under /root/.openclaw/workspace/memory/. This is within the skill's scope but does require the skill to read and write files in the agent's workspace (including user-provided images). The SKILL.md and the script assume specific record formats and (in the script) Chinese section headings (grep '午餐'/'晚餐'), which may cause functional mismatches but not a security issue.
✓ 安装机制
No install spec or external downloads; only an included bash script (scripts/report.sh) and some config/text files. No archives or remote code fetches detected.
✓ 凭证需求
The skill requires no environment variables, credentials, or external service tokens. All file access is to workspace paths declared in SKILL.md and present in the bundle (config/target_calorie.txt).
✓ 持久化与权限
always is false and the skill does not request system-wide changes or modify other skills. It will read/write its own workspace files (normal for this kind of skill).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/18
- Initial release: Photo Calorie Tracker skill - Recognizes food images, logs daily calorie intake, and analyzes intake over user-specified date ranges - Provides formatted calorie tracking reports based on meal photos and daily records - Focused on lunch, dinner, and snack logging (breakfast excluded from calculations) - Includes built-in food calorie reference for common meal items - Not intended for weight analysis, full nutrition breakdowns, or workout planning
● 可疑
安装命令
点击复制官方npx clawhub@latest install photo-calorie-tracker
镜像加速npx clawhub@latest install photo-calorie-tracker --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Photo Calorie Tracker — 照片卡路里追踪 安装说明: 安装命令:npx clawhub@latest install photo-calorie-tracker