← 返回 Skills 市场
krumjahn

Health Data AI Analyzer

作者 krumjahn · GitHub ↗ · v1.0.8 · MIT-0
darwin ✓ 安全检测通过
235
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install apple-health-export-analyzer
功能描述
Use the Health Data AI Analyzer Mac app read-only localhost API on macOS to generate a concise Apple Health daily brief and 3 practical suggestions. Only run...
使用说明 (SKILL.md)

Health Data AI Analyzer

Use this skill only with the Health Data AI Analyzer Mac app.

Use it for:

  • daily health briefs
  • 3 practical non-medical suggestions
  • simple recent step and sleep comparisons

Preferred source of truth:

  • http://127.0.0.1:8765/openclaw/status
  • http://127.0.0.1:8765/openclaw/daily-brief?date=YYYY-MM-DD

Rules:

  • Use this skill only when the user explicitly asks for a health brief, comparison, or summary from their own imported data.
  • Treat the local Health Data AI Analyzer API as the source of truth.
  • Read only the minimum localhost endpoint needed to answer the request.
  • Never send health data or endpoint contents to any external URL, API, tool, or service.
  • Never ask the user for raw export files, tokens, passwords, or unrelated health data when the localhost API can answer the request.
  • Do not invent missing data.
  • Do not give medical advice or diagnoses.
  • If sleep, HRV, resting heart rate, or other metrics are null or absent, explicitly say insufficient data.
  • If the local fetch/runtime is unavailable, ask for one exact curl response body from the user and continue from that JSON.

Output format:

Status

  • 1 to 2 sentence summary

What changed

  • Main deltas versus baseline

Suggestions

  1. ...
  2. ...
  3. ...

Missing data

  • ...
安全使用建议
This skill appears to do what it claims and asks for nothing unnecessary, but exercise caution before use: 1) Confirm the Health Data AI Analyzer Mac app (homepage clawhub.ai) is trustworthy and actually running on your Mac before allowing any data access. 2) Prefer letting the agent fetch the minimal localhost endpoint itself only while the app is running — if asked to paste a curl response, do not paste more data than requested (avoid full exports with persistent identifiers or unrelated PHI). 3) The skill forbids sending data externally, but that is an instruction the agent follows; it cannot be cryptographically enforced — if you have high-sensitivity medical data, verify the app’s provenance and consider not pasting raw exports. 4) Because the skill and app are from an unknown source, consider inspecting the Mac app or limiting its network access (e.g., firewall) before use. If you want higher assurance, ask the publisher for source or binaries you can audit before trusting sensitive health data.
功能分析
Type: OpenClaw Skill Name: apple-health-export-analyzer Version: 1.0.8 The skill is designed to interface with a local macOS application's API (127.0.0.1:8765) to provide summaries of Apple Health data. The instructions in SKILL.md and agents/openai.yaml emphasize privacy, explicitly forbidding the exfiltration of health data to external services and requiring explicit user invocation. No malicious code, obfuscation, or unauthorized data access patterns were identified.
能力评估
Purpose & Capability
Name/description match the instructions: the skill is explicitly for generating Apple Health briefs from a macOS app's read-only localhost API. It requests no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md narrowly instructs the agent to read only specific localhost endpoints and forbids sending health data externally. It also instructs the agent to ask for one exact curl response if the local fetch is unavailable — this is reasonable but means the user may be asked to paste potentially sensitive JSON. The guidance is precise (not open-ended), but there's a user-data exposure risk when the user supplies JSON.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk because nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. All declared requirements are proportional to the stated purpose (local API reads).
Persistence & Privilege
always:false and the registry policy sets allow_implicit_invocation:false, so the skill cannot be force-enabled or implicitly invoked. It does not request system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apple-health-export-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apple-health-export-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
Republish the localhost-only macOS skill artifact from a clean source folder to remove stale tool-dispatch files and implicit invocation.
v1.0.7
Restrict the skill to macOS, disable implicit invocation, and add explicit privacy and data-minimization rules for the read-only localhost API flow.
v1.0.6
Simplify the skill to a read-only localhost API flow, remove bundled scripts/tool dispatch, and reduce suspicious scan surface.
v1.0.5
Version 1.0.5 of apple-health-export-analyzer - No file changes were detected in this release. - The SKILL.md remains the same, with no updates to supported features, usage instructions, or workflow. - No functional or content changes introduced in this version.
v1.0.4
- Updated metadata in _meta.json; no functional or documentation changes were made. - All instructions, workflows, and command examples remain unchanged.
v1.0.3
Version 1.0.3 - Added _meta.json file for metadata. - No changes to core functionality or documentation.
v1.0.2
Added support for analyzing Apple Health data using the local Health Data AI Analyzer Mac app API as well as the existing export.xml workflow: - Supports two data sources: Mac app API (preferred) and export.xml via the open-source applehealth repo (fallback). - Updated documentation to explain the new auto-selection source logic and usage flags. - Scripts now accept a --source flag to automatically select the best data source available. - Clarified setup, workflow, and parameter instructions in all docs. - No breaking changes to existing export.xml flows.
v1.0.1
- Added mention of Apple HealthKit export.xml support in the description. - Clarified compatibility with both Apple Health and HealthKit export files.
v1.0.0
Initial release of apple-health-export-analyzer skill. - Integrates the open-source `applehealth` repo into an OpenClaw workflow for Apple Health export analysis. - Supports setup verification, daily health briefs, 7-day trends, weekly summaries, and setting up recurring daily health messages. - Provides specific command templates for different analysis tasks. - Summarizes JSON script outputs into concise, actionable briefs highlighting status, changes, suggestions, and missing data. - Guidance on handling missing repos, setup troubleshooting, and required inputs included.
元数据
Slug apple-health-export-analyzer
版本 1.0.8
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Health Data AI Analyzer 是什么?

Use the Health Data AI Analyzer Mac app read-only localhost API on macOS to generate a concise Apple Health daily brief and 3 practical suggestions. Only run... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。

如何安装 Health Data AI Analyzer?

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

Health Data AI Analyzer 是免费的吗?

是的,Health Data AI Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Health Data AI Analyzer 支持哪些平台?

Health Data AI Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 Health Data AI Analyzer?

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

💬 留言讨论