← 返回 Skills 市场
freedompixels

Cn Bmi Calculator

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-bmi-calculator
功能描述
Calculate Body Mass Index (BMI) with health category assessment. Supports metric and imperial units. Pure Python standard library, no API key required.
使用说明 (SKILL.md)

BMI Calculator

Calculate your Body Mass Index (BMI) and get health category assessment.

Features

  • Calculate BMI from height and weight
  • Support metric (cm/kg) and imperial (ft-in/lbs) units
  • Health category classification (Underweight, Normal, Overweight, Obese)
  • Healthy weight range calculation
  • Pure Python, no external dependencies

Usage

python3 scripts/bmi_calculator.py --height 175 --weight 70
python3 scripts/bmi_calculator.py --height 5ft9in --weight 154lbs

Output

Returns BMI value, health category, and healthy weight range.

安全使用建议
This skill looks safe for normal use as a local BMI calculator. Height and weight are personal information, so only enter values you are comfortable processing locally, and do not provide any API keys, passwords, or account credentials because the reviewed artifacts do not require them.
功能分析
Type: OpenClaw Skill Name: cn-bmi-calculator Version: 1.0.0 The skill bundle is a straightforward BMI calculator that uses only Python standard libraries. Analysis of scripts/bmi_calculator.py shows safe handling of user input via argparse and regex for unit conversion, with no evidence of network access, file system manipulation, or malicious intent. The SKILL.md documentation accurately describes the tool's functionality and contains no prompt injection attempts.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is BMI calculation, and the included Python script only parses height and weight, computes BMI/category, and prints JSON output.
Instruction Scope
The skill provides straightforward user-directed command examples and does not include agent-goal overrides, hidden instructions, or autonomous high-impact workflows.
Install Mechanism
There is no install spec and no external dependency installation; the included script uses only Python standard-library modules.
Credentials
The capability signal says sensitive credentials are required, which is inconsistent with the registry requirements, SKILL.md, and code showing no credential use.
Persistence & Privilege
The artifacts show no persistence, privilege escalation, background activity, network access, file writes, or credential/session handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-bmi-calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-bmi-calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of BMI Calculator: - Calculates Body Mass Index (BMI) from height and weight. - Supports both metric (cm/kg) and imperial (ft-in/lbs) units. - Provides health category assessment (Underweight, Normal, Overweight, Obese). - Calculates healthy weight range. - Runs using pure Python standard library; no external dependencies needed.
元数据
Slug cn-bmi-calculator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cn Bmi Calculator 是什么?

Calculate Body Mass Index (BMI) with health category assessment. Supports metric and imperial units. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Cn Bmi Calculator?

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

Cn Bmi Calculator 是免费的吗?

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

Cn Bmi Calculator 支持哪些平台?

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

谁开发了 Cn Bmi Calculator?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论