← 返回 Skills 市场
guangxiankeji

Calorie Tracker

作者 JH · GitHub ↗ · v1.0.23 · MIT-0
cross-platform ⚠ suspicious
410
总下载
0
收藏
2
当前安装
24
版本数
在 OpenClaw 中安装
/install calorie-tracker
功能描述
Smart health management solution with food and exercise recognition, nutrition and calorie analysis, secure data storage, and comprehensive data management....
使用说明 (SKILL.md)

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

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
安全使用建议
This skill sends user text and images to remote endpoints (us.guangxiankeji.com / cn.guangxiankeji.com) for analysis and storage. Before installing or using it, consider: (1) Do you trust that remote service and its privacy/security practices? Review the service's privacy policy and how it stores data. (2) Avoid uploading images or text containing sensitive personal data unless you are comfortable with that data leaving your device and being stored remotely. (3) The skill can be allowed to remember a user's permission so it will store data without asking each time—only enable that if you deliberately want automated storage. (4) If you need local-only processing or stricter privacy, do not enable this skill or test it first with non-sensitive dummy data. If you want more assurance, ask the publisher for details about data retention, encryption, and account deletion procedures.
功能分析
Type: OpenClaw Skill Name: calorie-tracker Version: 1.0.23 The calorie-tracker skill is a health management tool that uses external APIs (guangxiankeji.com) for food/exercise analysis and data persistence. It follows a standard authentication flow using email and Bearer tokens, and it explicitly instructs the AI agent to obtain user confirmation before storing any data. No evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found across the analyzed files (SKILL.md, api-service.md, and analyzer modules).
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill is an instruction-only agent that calls remote food/exercise/weight analysis and storage APIs. There are no unrelated environment variables or binaries requested. However, the skill requires sending full user inputs (including images) to an external cloud service (us.guangxiankeji.com / cn.guangxiankeji.com), which is a capability that should be explicitly justified and made transparent to users.
Instruction Scope
SKILL.md instructs the agent to transmit the user's full original descriptions and image_urls to external analysis endpoints and to fetch live API specs. The docs require image URLs to be 'publicly accessible' and to 'fully transmit' original content — this implicitly requires uploading or exposing user images/data to the public internet. While the skill states it must ask for confirmation before storing records, it also allows persistent permission for repeated storage. The instructions do not explain how images are uploaded/hosted, what data is considered PII, or how the remote service protects data.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. Lowest install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. Authentication for the remote API is email+verification-code to obtain a Bearer token (described in the docs) — this is proportionate to a cloud-backed service. There are no unrelated or excessive credential requests in the package metadata.
Persistence & Privilege
always:false (normal) and autonomous model invocation is enabled (also normal). The SKILL.md requires explicit confirmation before writing records but permits the user to grant ongoing permission to skip repeated confirmations. Combined with the remote API calls and the requirement to transmit original inputs, this creates a persistent data-exfiltration pathway if the user grants storage permission or if the agent autonomously invokes the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install calorie-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /calorie-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.23
No user-facing changes in this release. - Version bumped to 1.0.23 with no modifications to functionality or documentation. - No file changes detected.
v1.0.22
- No user-facing changes detected in this version. - No file changes or updates to functionality, features, or documentation.
v1.0.21
Version 1.0.21 - No file changes detected in this release. - No updates or modifications were introduced compared to the previous version.
v1.0.20
- Input options limited to text descriptions only; voice, image, and OCR input processing removed from all logging processes. - Business process steps updated for food, exercise, and weight logging to reflect text-only input and direct semantic analysis. - Added a new Data and Privacy section describing strict local-only data processing and privacy guarantees. - Detailed clarifications on module responsibilities and collaboration mechanisms for each core function. - No technical content, API endpoints, or timestamps exposed in output responses unless requested.
v1.0.19
- No file changes detected in this version. - Functionality and documentation remain unchanged from the previous release.
v1.0.18
No user-visible changes in this release. - Version updated without any file modifications detected. - All functionalities and descriptions remain unchanged.
v1.0.17
- No changes detected in this version; functionality and documentation remain the same.
v1.0.16
No user-facing changes detected in this version. - No file or documentation changes were introduced. - All functionality and descriptions remain unchanged from the previous release.
v1.0.15
No user-facing changes in this version. - No changes detected in the files. - Functionality and documentation remain unchanged from the previous release.
v1.0.14
Version 1.0.14 - No functional or documentation changes detected in this release. - All features and documentation remain unchanged.
v1.0.13
Version 1.0.13 – No functional changes - No file changes detected in this release. - All features and behavior remain identical to the previous version.
v1.0.12
- No changes detected in this version. - Functionality, processes, and documentation remain unchanged from the previous release.
v1.0.11
- Added a homepage link to the metadata for easier access. - No changes to core functionality or user experience.
v1.0.10
- No changes detected in this version; function and features remain the same. - Version number updated to 1.0.10.
v1.0.9
- Documentation wording updated for clarity and consistency - Improved section structure and standardized terminology in process descriptions - Minor language adjustments to enhance user understanding and interaction guidance - No changes to features or functionality
v1.0.8
No file changes detected in this version. - No updates or modifications were made to the code or documentation. - Functionality and features remain unchanged. - Users will experience the same features and performance as the previous version.
v1.0.7
- Added support for weight tracking with the new weight analysis module. - Users can now log, query, and analyze weight and BMI data alongside meals and exercises. - The SKILL.md documentation now includes an updated process for weight input, recognition, logging, and trend analysis. - Expanded metadata tags to cover weight-related tracking and analysis.
v1.0.6
Version 1.0.6 - No file changes detected in this release. - No updates or modifications to features, logic, or documentation. - Functionality and user experience remain unchanged from the previous version.
v1.0.5
- Updated metadata to use the "openclaw" format for the emoji property. - No other functional or documentation changes detected.
v1.0.4
- Updated skill description to emphasize comprehensive data management, secure storage, and support for a healthy lifestyle. - Expanded metadata tags to include "healthy-lifestyle", "weight-management", "personalized-nutrition", "fitness-goals", and "wellness-journey". - No changes made to functionality or core workflows.
元数据
Slug calorie-tracker
版本 1.0.23
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 24
常见问题

Calorie Tracker 是什么?

Smart health management solution with food and exercise recognition, nutrition and calorie analysis, secure data storage, and comprehensive data management.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 410 次。

如何安装 Calorie Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install calorie-tracker」即可一键安装,无需额外配置。

Calorie Tracker 是免费的吗?

是的,Calorie Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Calorie Tracker 支持哪些平台?

Calorie Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Calorie Tracker?

由 JH(@guangxiankeji)开发并维护,当前版本 v1.0.23。

💬 留言讨论