calorie-tracker
by amwomk
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.
安装
claude skill add --url https://github.com/openclaw/skills文档
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
- User Input: Receives user's food descriptions, voice input, or food images
- Input Processing:
- Voice input: Calls ASR for speech recognition, converting to text
- Image input: Calls OCR to recognize text in images, utilizes large models to recognize image content
- Text input: Direct semantic analysis
- Food Recognition: Calls food analysis module to parse food types and portions
- Nutrition Analysis: Estimates nutrition data (calories, protein, fat, carbohydrates, etc.) based on food analysis results
- 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
- User Input: Receives user's exercise descriptions, voice input, or exercise images
- Input Processing:
- Voice input: Calls ASR for speech recognition, converting to text
- Image input: Calls OCR to recognize text in images, utilizes large models to recognize image content
- Text input: Direct semantic analysis
- Exercise Recognition: Calls exercise analysis module to parse exercise types and durations
- Calorie Expenditure Analysis: Estimates calorie expenditure data (calories) based on exercise analysis results
- 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
- User Input: Receives user's weight descriptions, voice input, or weight scale images
- Input Processing:
- Voice input: Calls ASR for speech recognition, converting to text
- Image input: Calls OCR to recognize text in images, utilizes large models to recognize image content
- Text input: Direct semantic analysis
- Weight Recognition: Calls weight analysis module to parse weight values and units
- Weight Analysis: Calculates BMI and analyzes weight change trends based on weight data
- 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
- Receive Query Request: Users query historical food records, exercise records, weight records, daily intake, daily expenditure, weight change trends, or specific time period data
- Data Retrieval: Calls API service module to query relevant records from the database
- Data Aggregation: Statistics total nutrition intake, total calorie expenditure, and weight change data based on time range (day/week/month)
- 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
Exercise Analysis Module
Weight Analysis Module
API Service Module
Data and Privacy Statement
Local Data Processing
All data processing is completed locally to ensure user privacy and data security:
- Speech Recognition (ASR): Local models perform speech-to-text conversion;
- Optical Character Recognition (OCR): Local models extract text from images;
- Image Content Recognition: Local multimodal models analyze image content, including food recognition, information recognition from food packaging, exercise scene recognition, food scale and weight scale reading recognition;
- Semantic Analysis and Reasoning: Local large models complete natural language understanding, nutrition estimation, and calorie calculation;
- Data Isolation: All user raw data (voice, images, text) is processed locally only, and is not uploaded to any external servers.
- Temporary Data: All temporary processing data (voice segments, image caches, 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
相关 Skills
安全专家
by alirezarezvani
覆盖威胁建模、漏洞评估、安全架构设计、代码审计与渗透测试,内置 STRIDE、OWASP、加密模式和安全扫描流程,适合系统设计评审与上线前安全排查。
✎ 安全专家把威胁建模、漏洞分析到渗透测试串成一套流程,内置 STRIDE 与 OWASP 指南,做安全设计和排查更省心。
安全运营
by alirezarezvani
覆盖应用安全、漏洞管理与合规审计,支持代码/依赖扫描、CVE 评估、Secrets 检测和安全自动化,适合做安全基线落地、漏洞响应、审计检查与安全开发治理。
✎ 应用安全、漏洞管理和合规检查一套打通,还能自动化扫描与响应,帮团队更早发现并收敛风险。
安全审计
by alirezarezvani
安装前审计 Claude Code Skill 的代码执行、Prompt 注入和依赖供应链风险,支持本地目录或 Git 仓库扫描,输出 PASS/WARN/FAIL 结论及修复建议
✎ 把代码审查、漏洞扫描和合规检查串成一条线,帮团队更早发现风险,做安全治理更省心。
相关 MCP 服务
by Sentry
搜索和分析 Sentry 错误报告,辅助调试。
✎ 把零散的 Sentry 错误报告变成可检索线索,帮你在海量报错里更快定位线上故障,排障调试明显省时。
by sinewaveai
为 AI agents 提供安全层:拦截 prompt injection、识别伪造 packages,并扫描漏洞风险。
✎ 给 AI Agent 补上关键安全层,能拦截 prompt 注入、识别伪造包并扫描漏洞风险,把防护前置更省心。
by pantheon-security
强化安全性的 NotebookLM MCP,集成 post-quantum encryption,提升数据防护能力。