Agent skill

occupational-health-analyzer

分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill occupational-health-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWriteEdit
Path: skills/occupational-health-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 职业健康分析技能 ## When to Use - 需要评估工作相关健康风险、人机工程问题或职业健康趋势时使用。 - 任务涉及久坐、视屏终端、倒班、重复性劳损或工作压力等职业风险分析。 - 用户请求职业健康评估、工作环境改进建议或职业病风险预警时使用。 ## 核心功能 职业健康分析技能提供全面的职业健康数据分析功能,帮助用户追踪工作相关健康问题、识别职业健康风险、评估工作环境人机工程水平和优化职业健康。 **主要功能模块:** 1. **职业健康风险评估** - 久坐、视屏终端、倒班工作、重复性劳损、工作压力等多维度风险评估 2. **工作相关问题追踪** - 颈肩腰腿痛、眼疲劳、腕管综合征等症状监测 3. **人机工程评估** - 工作站、椅子、显示器、键盘、环境等全方位评估 4. **职业病筛查** - 基于工作类型的职业病风险评估和筛查建议 5. **趋势分析** - 症状发展、改善效果、风险变化趋势 6. **关联分析** - 与睡眠、运动、心理健康、慢性病模块的关联分析 7. **个性化建议** - 工作姿势、休息提醒、设备建议、环境优化 8. **预警系统** - 高风险模式、症状恶化、职业病风险预警 ## 触发条件 技能在以下情况下自动触发: 1. 用户使用 `/work trend` 查看职业健康趋势 2. 用户使用 `/work status` 查看综合健康状态 3. 用户使用 `/work recommend` 获取改进建议 4. 用户使用 `/work assess` 进行综合评估 5. 用户使用 `/work issue` 记录问题后的分析 6. 用户使用 `/work ergonomic` 进行人机工程评估后的分析 ## 医学安全边界 **本技能不能做的事:** - ❌ 不进行职业病诊断 - ❌ 不出具职业病诊断证明 - ❌ 不替代工作场所健康监护 - ❌ 不预测疾病发展 - ❌ 不处理急性健康危机 **本技能能做的事:** - ✅ 职业健康风险评估和筛查 - ✅ 工作相关症状识别和追踪 - ✅ 人机工程评估和改进建议 - ✅ 职业病风险预警 - ✅ 工作环境改善建议 - ✅ 健康记录保存(就医时参考) - ✅ 与其他健康数据的关联分析 ## 执行步骤 ### 第1步:数据读取 读取职业健康数据文件: - `data-example/occupational-health-tracker.json` - 主职业健康档案 **数据验证:** - 检查文件是否存在 - 验证数据结构完整性 - 确认有足够的数据点进行分析 ### 第2步:职业健康风险评估 #### 久坐风险评估(Sedentary Risk Score) **评分维度(每个维度0-10分)**: 1. **每天久坐时间** (sedentary_time_daily)

What's inside
Steps it walks through
  1. When to Use
  2. 核心功能
  3. 触发条件
  4. 医学安全边界
  5. 执行步骤
  6. 第1步:数据读取
  7. 第2步:职业健康风险评估
  8. 第3步:人机工程评估
  9. 第4步:职业病筛查
  10. 第5步:关联分析
  11. 第6步:生成报告
  12. 输出格式
  13. 职业健康分析报告结构
  14. 错误处理
More from agentic-awesome-skills
All skills →
About this skill
What does the occupational-health-analyzer skill do?

分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill occupational-health-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going