Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

calorie-tracker卡路里追踪器

Agent Skill

calorie-tracker 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,552

周安装

583

GitHub Stars

公开资料未说明

下载量

4,711
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:calorie-tracker(卡路里追踪器)
来源仓库:https://github.com/guangxiankeji/calorie-tracker
安装命令:
openclaw skills install calorie-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install calorie-tracker

简介

智能健康管理方案,识别食物与运动并分析营养摄入与消耗。calorie-tracker 属于效率类 Skill,可作为该场景下的辅助能力补充。

  • 适用于减肥计划、饮食日记或慢性病日常监测等个人健康场景。
  • 结合图像识别与数据库比对,估算热量并提供替代食品建议。
  • 数据本地加密存储,支持导出 CSV 供第三方应用分析。
  • 识别准确率受拍摄质量影响,建议配合手动校正提高可靠性。

SKILL.md

name
calorie-tracker
description
Smart health management solution with food and exercise recognition, nutrition and calorie analysis, secure data storage, and comprehensive data management. Empowers users with accurate food and exercise logging, personalized nutrition assessment, daily intake tracking, and calorie expenditure monitoring to support a healthy lifestyle.
metadata
{"tags":["nutrition", "health", "food-tracking", "diet", "wellness", "food-recognition", "calorie-counting", "fitness", "health-tracking", "nutrition-analysis", "exercise-tracking", "workout-logging", "calorie-burning", "healthy-lifestyle", "weight-management", "personalized-nutrition", "fitness-goals", "wellness-journey", "weight-tracking", "body-weight", "bmi-calculation", "weight-monitoring"], "openclaw":{"emoji":"🍎","homepage":"https://us.guangxiankeji.com/calorie/"}}

Smart Health and Nutrition Management

Core Functionality

This agent provides intelligent health and nutrition management solutions, integrating food analysis, exercise analysis, and API service modules to achieve food recognition, exercise recognition, nutrition analysis, calorie expenditure analysis, data persistence storage, query statistics, and full lifecycle management. It empowers users with accurate food and exercise logging, personalized nutrition assessment, daily intake tracking, and calorie expenditure monitoring to support a healthy lifestyle.

Business Processes

Food Logging Process

  1. User Input: Receives user's food descriptions
  2. Input Processing: Direct semantic analysis
  3. Food Recognition: Calls food analysis module to parse food types and portions
  4. Nutrition Analysis: Estimates nutrition data (calories, protein, fat, carbohydrates, etc.) based on food analysis results
  5. Data Storage: Displays recognition results and nutrition data to users, asks users whether to record, obtains explicit user confirmation, then calls API service module to persistently store food records to the database, including food information, nutrition data, timestamp, and user identifier

- Must ask users whether to record - Must wait for user confirmation - Only executes storage operation after user confirmation - After storage completion, informs users with "recorded" or similar message - For frequent operations, confirmation is not required each time; if users have indicated permission to store data, subsequent operations do not need repeated confirmation

Exercise Logging Process

  1. User Input: Receives user's exercise descriptions
  2. Input Processing: Direct semantic analysis
  3. Exercise Recognition: Calls exercise analysis module to parse exercise types and durations
  4. Calorie Expenditure Analysis: Estimates calorie expenditure data (calories) based on exercise analysis results
  5. Data Storage: Displays recognition results and calorie expenditure data to users, asks users whether to record, obtains explicit user confirmation, then calls API service module to persistently store exercise records to the database, including exercise information, calorie expenditure data, timestamp, and user identifier

- Must ask users whether to record - Must wait for user confirmation - Only executes storage operation after user confirmation - After storage completion, informs users with "recorded" or similar message - For frequent operations, confirmation is not required each time; if users have indicated permission to store data, subsequent operations do not need repeated confirmation

Weight Logging Process

  1. User Input: Receives user's weight descriptions
  2. Input Processing: Direct semantic analysis
  3. Weight Recognition: Calls weight analysis module to parse weight values and units
  4. Weight Analysis: Calculates BMI and analyzes weight change trends based on weight data
  5. Data Storage: Displays recognition results and analysis data to users, asks users whether to record, obtains explicit user confirmation, then calls API service module to persistently store weight records to the database, including weight information, BMI data, timestamp, and user identifier

- Must ask users whether to record - Must wait for user confirmation - Only executes storage operation after user confirmation - After storage completion, informs users with "recorded" or similar message - For frequent operations, confirmation is not required each time; if users have indicated permission to store data, subsequent operations do not need repeated confirmation

Data Query Process

  1. Receive Query Request: Users query historical food records, exercise records, weight records, daily intake, daily expenditure, weight change trends, or specific time period data
  2. Data Retrieval: Calls API service module to query relevant records from the database
  3. Data Aggregation: Statistics total nutrition intake, total calorie expenditure, and weight change data based on time range (day/week/month)
  4. Result Display: Returns query results, nutrition analysis reports, and weight change trend analysis in structured format

Data Management Process

  • Create: Add new food records, exercise records, or weight records (same as food logging process, exercise logging process, or weight logging process)
  • Read: Query historical records and statistics
  • Update: Modify recorded food information, exercise information, or weight information (e.g., adjust portion, correct food type, adjust duration, correct exercise type, correct weight value)
  • Delete: Remove erroneous food records, exercise records, or weight records

Module Collaboration Mechanism

  • Food Analysis Module: Responsible for food recognition and portion estimation
  • Exercise Analysis Module: Responsible for exercise recognition and duration estimation
  • Weight Analysis Module: Responsible for weight recording and trend analysis
  • API Service Module: Implements data persistence, query statistics, and full lifecycle management

Interaction Standards

Response Principles

  • Concise and Efficient: Responses must be concise and direct, conveying key information without redundant content
  • Focus on Topic: Strictly revolves around user's current request, without introducing irrelevant topics or expanding discussions

Response Standards

Expression Methods:

  • Organize responses naturally and personally, flowing smoothly like everyday conversation
  • Flexibly adjust expression methods based on context, appropriately varying tone and wording
  • Core information must be fully conveyed: operation results, key data (e.g., food names, calories, etc.)

Conciseness Principles:

  • Avoid lengthy headings and separators
  • List nutrition data directly without excessive decoration
  • Summarize information in one or a few sentences

Prohibited Technical Content in Output:

  • Record IDs, database table names, API endpoint addresses
  • Technical implementation details, timestamps (unless specifically asked by users)

Integrated Core Modules

Food Analysis Module

Food Analysis Module

Exercise Analysis Module

Exercise Analysis Module

Weight Analysis Module

Weight Analysis Module

API Service Module

API Service Module

Data and Privacy

Data Processing Localization

All data processing is completed locally to ensure user privacy and data security:

  • Semantic Analysis and Reasoning: Local large models complete natural language understanding, nutrition estimation, and calorie calculation;
  • Data Isolation: All user raw data (text) is processed locally only, and is not uploaded to any external servers.
  • Temporary Data: All temporary processing data (text intermediate results) is immediately cleared after task completion, without establishing any form of local data persistence or logging;

External Service Interfaces

This skill uses the following external API services for data storage and query:

  • United States: https://us.guangxiankeji.com/calorie/service/user/api-spec
  • China: https://cn.guangxiankeji.com/calorie/service/user/api-spec

Data Types

This skill collects and processes the following types of personal health data:

  • Food records (food name, weight, nutrition components)
  • Exercise records (exercise type, duration, calorie expenditure)
  • Weight records (weight value, BMI data)

Service Provider

  • Provider: Beijing Guangxian Technology Co., Ltd.
  • Official Website: https://us.guangxiankeji.com/calorie/
  • Privacy Policy: https://us.guangxiankeji.com/calorie/#/privacy
  • Service Terms: https://us.guangxiankeji.com/calorie/#/terms

Data Security

  • Data stored in cloud servers compliant with GDPR and CCPA standards
  • Data retention period is 24 months, after which data will be automatically anonymized
  • Encrypted transmission ensures data security

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.61%
按下载量换算4,410

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills