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...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 82 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.8
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
OSmacOS
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/statushttp://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
- ...
- ...
- ...
Missing data
- ...
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
