Calorie Tracker

v1.0.21

Smart health management solution with food and exercise recognition, nutrition and calorie analysis, secure data storage, and comprehensive data management....

0· 408·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for guangxiankeji/calorie-tracker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Calorie Tracker" (guangxiankeji/calorie-tracker) from ClawHub.
Skill page: https://clawhub.ai/guangxiankeji/calorie-tracker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install guangxiankeji/calorie-tracker

ClawHub CLI

Package manager switcher

npx clawhub@latest install calorie-tracker
Security Scan
Capability signals
CryptoCan make purchasesRequires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (food/exercise/weight tracking and storage) match the SKILL.md and module docs: all modules describe food/exercise/weight analysis and calls to a remote API (us.guangxiankeji.com / cn.guangxiankeji.com). There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Instructions remain within the stated purpose (analyze inputs, call food/exercise/weight analysis APIs, and persist records). They explicitly require user confirmation before persisting data, but also allow persistent consent to skip repeated confirmations. The agent is directed to fetch API specs and to upload/use publicly accessible image URLs — this means user images and health data will be transmitted to the remote service, which is a privacy consideration.
Install Mechanism
No install step or code files are provided (instruction-only), so nothing is written to disk or downloaded during installation. This lowers local code-execution risk.
Credentials
The skill requests no platform environment variables but relies on a runtime email + verification-code → Bearer token auth flow. Requiring user-supplied email/auth for the service is proportional, but the skill expects agents to store and reuse access tokens (valid 7 days) without prescribing secure storage methods.
Persistence & Privilege
always:false and normal autonomous invocation are appropriate. However, the guidance to persist and reuse access tokens for multi-agent/multi-channel consistency increases the window during which the skill can act with the user's token (token valid 7 days). That raises privacy/exposure considerations if the token is stored insecurely or if the agent invokes the skill autonomously.
Assessment
This is an instruction-only calorie-tracking skill that sends user food/exercise/weight data (and any image URLs you provide) to external endpoints at us.guangxiankeji.com / cn.guangxiankeji.com and authenticates via email+verification code to obtain a Bearer token valid for 7 days. Before installing or using it: verify the service's legitimacy and privacy policy at the homepage; avoid uploading sensitive images or personal identifiers until you trust the service; consider using a test/dedicated email to evaluate the flow; ask how/where tokens are stored and how to revoke/delete stored data; and prefer manual confirmation of storage unless you intentionally grant persistent consent. The skill appears coherent with its stated purpose, but its primary risk is privacy/data exposure to the remote service rather than hidden local code execution.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🍎 Clawdis
latestvk977689jnafrx0p4fpjnbt59kx8565ba
408downloads
0stars
22versions
Updated 5d ago
v1.0.21
MIT-0

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

Comments

Loading comments...