← 返回 Skills 市场
odrobnik

WHO Growth Charts

作者 Oliver Drobnik · GitHub ↗ · v1.2.3
cross-platform ✓ 安全检测通过
2286
总下载
1
收藏
5
当前安装
8
版本数
在 OpenClaw 中安装
/install who-growth-charts
功能描述
Generate WHO child growth charts (height, weight, BMI) with percentile curves. Downloads official WHO reference data on demand. Use when users ask about chil...
安全使用建议
This skill appears coherent and limited to generating charts and downloading WHO reference files from the official WHO CDN. Before installing: (1) ensure you trust network access to cdn.who.int since the script will download XLSX files and an emblem into a local cache folder; (2) install the declared Python dependencies in a controlled environment (virtualenv) to avoid dependency conflicts; (3) be aware the script will write cache and output under a workspace 'who-growth-charts' folder (it detects the workspace by searching for a parent 'skills' directory) and can read input files only from that workspace or /tmp; and (4) if you plan to feed real child data, treat those files as sensitive and run the script in a secure environment. If you want extra assurance, review the remainder of the script (the file was partially truncated in the manifest) or run it in an isolated container before use.
功能分析
Type: OpenClaw Skill Name: who-growth-charts Version: 1.2.3 The skill is a legitimate tool for generating WHO child growth charts. It demonstrates good security practices by implementing path sanitization and validation in `_safe_input_path` and `_safe_filename` within `scripts/growth_chart.py` to prevent directory traversal. Network activity is limited to downloading official reference data and emblems from the trusted domain `cdn.who.int`. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (WHO growth charts) match the included script and SKILL.md. Required binary is python3 and declared Python libraries match the script's imports (pandas, matplotlib, scipy, openpyxl). Network access (cdn.who.int) is appropriate for fetching WHO reference data.
Instruction Scope
SKILL.md and the script limit actions to reading optional input JSON, downloading WHO XLSX assets and an emblem from the WHO CDN, caching into a local 'who-growth-charts/cache' folder, and producing chart images. The instructions do not request arbitrary files or credentials beyond using PWD/TMPDIR for workspace discovery.
Install Mechanism
There is no install spec — the skill is instruction + a Python script. Dependencies are typical Python packages and installation is handled via pip in the README; no external binary downloads, URL shorteners, or archive extraction are used.
Credentials
No credentials or sensitive environment variables are requested. The script reads PWD and TMPDIR (to find workspace and temporary directory) which is reasonable for locating cache/output paths. No unrelated service tokens or keys are required.
Persistence & Privilege
Skill is not always-on and does not modify other skills or system-wide agent settings. It caches downloaded WHO files under the workspace cache directory and /tmp only, which is proportional to its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install who-growth-charts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /who-growth-charts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.3
Fix missing 'import os' causing runtime crash when os.environ is accessed
v1.2.2
fix: use /Users/oliver/clawd for workspace root to preserve symlink paths
v1.2.1
Rename .clawdhubignore to .clawhubignore
v1.2.0
Refactor: move setup/prerequisites to SETUP.md, keep SKILL.md lean
v1.1.0
Security: sanitise child names in output filenames (path traversal prevention), restrict --data and --output paths to workspace/tmp only.
v1.0.3
Docs: workspace-derived output/cache dir
v1.0.2
Fix SKILL.md version sync + homepage
v1.0.1
Renamed slug to match preferred naming
元数据
Slug who-growth-charts
版本 1.2.3
许可证
累计安装 5
当前安装数 5
历史版本数 8
常见问题

WHO Growth Charts 是什么?

Generate WHO child growth charts (height, weight, BMI) with percentile curves. Downloads official WHO reference data on demand. Use when users ask about chil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2286 次。

如何安装 WHO Growth Charts?

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

WHO Growth Charts 是免费的吗?

是的,WHO Growth Charts 完全免费(开源免费),可自由下载、安装和使用。

WHO Growth Charts 支持哪些平台?

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

谁开发了 WHO Growth Charts?

由 Oliver Drobnik(@odrobnik)开发并维护,当前版本 v1.2.3。

💬 留言讨论