Personal Health Journal
v0.1.0个人健康档案记录与每日总结技能。用于用户描述身体不适、体征数据(体温/血压/心率/血氧)、 排便或疼痛变化时,按日期生成结构化健康记录、输出每日总结、给出风险分级与就医提醒。 触发场景包括:"帮我记一下今天症状"、"生成今天健康总结"、"结合最近趋势判断"、 "整理就诊时间线"、"哪些情况要去医院"。
⭐ 0· 290·1 current·1 all-time
by杨晨@yangforsix
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description align with the instructions: the skill is designed to create and summarize personal health records and therefore needs to read/write past entries. It does not request unrelated credentials or external services. Note: it assumes a Windows default root directory (C:\health), which is a platform-specific choice that may not suit non-Windows environments.
Instruction Scope
SKILL.md explicitly instructs the agent to read 7–14 (optionally 30) days of local records, create daily directories, append to records.md and produce daily-summary files, and post a chat summary. No instructions point to external endpoints or credential exfiltration. However, it lacks operational safeguards: no guidance on file encryption, access control, retention policy, or how to avoid including identifying information in chat outputs beyond a brief 'do not record ID/phone/address' note.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. This minimizes supply-chain risk because nothing will be downloaded or installed by the skill itself.
Credentials
No environment variables, credentials, or external config paths are requested. The only resource it uses is the local filesystem (default C:\health), which is proportionate for a journaling skill. Still, storing personal health data locally has privacy implications that are not addressed by the skill.
Persistence & Privilege
Flags show default privileges (always: false, agent can be invoked autonomously). The skill does not request persistent system-wide privileges, does not modify other skills, nor does it declare always-on behavior.
Assessment
This skill appears coherent for keeping a personal health journal, but it will read and write sensitive health data on your local disk (defaulting to C:\health). Before installing or using it: 1) Decide where files should be stored (change the default path to a secure location on your device). 2) Ensure the storage location is protected (disk encryption, OS permissions, backups). 3) Avoid entering identifiers (ID number, phone, address) in records; the skill warns not to but cannot enforce this. 4) If you need cross-platform support, request or edit the skill to use a portable path or allow selecting the directory. 5) Consider retention and deletion policies (how long records are kept). 6) Test with non-sensitive dummy data first to confirm behavior. If you plan to sync these records to a cloud or third-party service, only do so via a vetted, secure integration and explicit consent.Like a lobster shell, security has layers — review code before you run it.
latestvk9711png2zwdqm77rar641z1zs82jnkh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
