← 返回
未分类

基础代谢率计算 Skill

Calculate basal metabolic rate (BMR), body mass index (BMI), weight category, and optional daily calorie estimates from a user's sex, weight, height, age, and activity level. Use when the user asks to calculate 基础代谢率, BMR, BMI, 肥胖/超重判断, 体重状态, 热量消耗, or maintenance calories.
这是一个用于计算基础代谢率、BMI 和体重状态的 Skill。 功能: 根据性别、体重、身高、年龄计算基础代谢率 BMR 根据体重和身高计算 BMI 判断体重状态:偏瘦、正常、超重或肥胖 在提供活动水平时,估算每日总能量消耗 TDEE 在回答末尾添加健康免责声明 需要用户提供的数据: 性别:男或女 体重:优先使用 kg 身高:优先使用 cm 年龄:按周岁填写 活动水平:可选,用于计算 TDEE。 Calculate basal metabolic rate (BMR), body mass index (BMI), weight category, and optional daily calorie estimates from a user's sex, weight, height, age, and activity level. Use when the user asks to calculate 基础代谢率, BMR, BMI, 肥胖/超重判断, 体重状态, 热量消耗, or maintenance calories.
阿迪力
未分类 community v1.0.0 1 版本 98750 Key: 无需
★ 1
Stars
📥 59
下载
💾 0
安装
1
版本
#latest

概述

BMR Calculator

Required Inputs

Ask the user for missing required data before calculating:

  • Sex: male or female, because the standard BMR formula differs by sex.
  • Weight: in kg preferred. If provided in jin, lb, or another unit, convert to kg and state the conversion.
  • Height: in cm preferred. If provided in m, convert to cm.
  • Age: in years.

Activity level is optional. Ask for it only when the user wants estimated daily maintenance calories (TDEE). If activity level is missing, calculate BMR and BMI first, then say TDEE needs activity level.

Calculation Workflow

  1. Normalize all units.
  2. Calculate BMR with the Mifflin-St Jeor equation:
    • Male: BMR = 10 weight_kg + 6.25 height_cm - 5 * age + 5
    • Female: BMR = 10 weight_kg + 6.25 height_cm - 5 * age - 161
  3. Calculate BMI:
    • BMI = weight_kg / (height_m * height_m)
  4. Classify BMI. If the user is in China or writes in Chinese, prefer Chinese adult BMI cutoffs:
    • < 18.5: 偏瘦
    • 18.5 - 23.9: 正常
    • 24.0 - 27.9: 超重
    • >= 28.0: 肥胖
  5. If the user asks for international or WHO classification, use:
    • < 18.5: Underweight
    • 18.5 - 24.9: Normal
    • 25.0 - 29.9: Overweight
    • >= 30.0: Obesity
  6. If activity level is provided, estimate TDEE:
    • Sedentary / 久坐少动: BMR * 1.2
    • Light / 轻度活动: BMR * 1.375
    • Moderate / 中度活动: BMR * 1.55
    • Very active / 高强度活动: BMR * 1.725
    • Extra active / 极高强度活动: BMR * 1.9

Response Style

Return the result in Chinese when the user writes in Chinese. Keep the response direct and include:

  • Normalized input values.
  • BMR rounded to the nearest kcal/day.
  • BMI rounded to one decimal place.
  • Weight category and whether it indicates obesity.
  • TDEE only if activity level is known or requested.
  • End every completed calculation response with this exact disclaimer in the user's language:
  • Chinese: 免责声明:以上结果仅基于通用公式估算,用于健康管理参考,不能替代医生、营养师或其他专业医疗建议。
  • English: Disclaimer: These results are estimates from general formulas for health-management reference only and do not replace advice from a physician, dietitian, or other qualified health professional.

If any required input is missing, do not invent it. Ask a concise follow-up question listing only the missing fields.

Example

For a 30-year-old male, 75 kg, 175 cm:

  • BMR: 1075 + 6.25175 - 5*30 + 5 = 1699 kcal/day
  • BMI: 75 / 1.75^2 = 24.5
  • Chinese BMI category: 超重, not 肥胖

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-23 22:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

论文参考文献格式化Skill

user_013d3eaa
把用户输入的期刊论文、学位论文等文献信息,自动整理成指定引用格式,比如 GB/T 7714、APA、MLA、Chicago(让用户选择)。Format academic reference entries from user-provide
★ 5 📥 270

我是不是忘了什么?

user_013d3eaa
遗忘事项唤醒助手。用于用户觉得自己好像忘了什么、想做每日/每周/月度遗漏事项扫描、排查未回复、缴费、退款、报销、健康、证件、合同、家庭维修、人情承诺、工作截止日期等被拖延或遗忘的事项,并把模糊线索整理成有优先级的可执行待办。
★ 2 📥 65

一人公司必备之:地狱甲方模拟器

user_013d3eaa
模拟刁钻甲方、地狱甲方、客户沟通陪练、接单抗压训练、方案压测和报价谈判。- 模拟刁钻甲方对话 - 生成真实感甲方需求 - 按难度进行多轮追问 - 随机切换不同甲方风格 - 帮你识别沟通风险 - 给出更礼貌但不吃亏的回复模板 - 从专业度、边
★ 2 📥 52