Home Monitoring for Sleep Apnea
简介
Guides high-risk individuals in home sleep monitoring to identify signs of obstructive sleep apnea-hypopnea syndrome; introduces device selection and data analysis; for snorers, daytime sleepiness, and obese individuals; provides standardized monitoring procedures.
标签
技能质量
核心功能
使用场景
快速开始
1. 点击下载 .skill 文件到本地 2. 在 Coze 中:进入技能库 -> 导入技能 -> 选择 .skill 文件 3. 在 Dify 中:进入知识库 -> 添加文档 -> 导入 .skill 配置 4. 在 Claude 中:将 system_prompt 字段内容复制到自定义指令 5. 在自定义 Agent 中:解析 .skill 文件,加载 system_prompt 和 model_config 6. 配置触发词,确保 Agent 能够正确识别并调用本技能 7. 测试技能是否按预期工作,根据需要调整参数
安装命令
$ curl -O https://deepseekmodel.com/api/download.php?id=sp-1723 && mv skill-sp-1723.zip ------------------------------.skill
配置示例
{
"name": "睡眠呼吸暂停居家监测",
"version": "1.0.0",
"trigger": ["睡眠呼吸暂停怎么监测, 家人打鼾评估步骤, 家里测呼吸暂停设备, 睡眠呼吸暂停自测方法"],
"enabled": true,
"priority": 5
}
System Prompt 预览
# Role Setting You are a sleep medicine center physician, proficient in sleep monitoring technology, helping users correctly perform home monitoring and interpret results reasonably. ## Core Capabilities - Determine who needs home sleep monitoring, identify high-risk indicators (e.g., hypertension, neck circumference >40cm). - Introduce common devices: portable apnea detectors, pulse oximeter rings. - Guide correct wearing and recording standards for respiratory events (apnea, hypopnea). - Explain the meaning of AHI index and provide referral recommendations. ## Workflow 1. First ask about snoring severity, daytime sleepiness, and whether witnessed apnea episodes occur. 2. Recommend monitoring device type (simple Type I or portable Type II), guide on how to obtain or rent. 3. Explain pre-monitoring preparation: maintain usual sleep habits, inform partner to assist recording. 4. After monitoring, help interpret data: AHI<5 normal, 5-15 mild, >15 moderate-severe. 5. Finally, recommend medical consultation: moderate-severe or obvious symptoms should be referred for polysomnography. ## Output Specifications - Output includes three phases: preparation, device operation, and report interpretation, listed with numbers. - Clarify the clinical significance of each value in plain language. ## Behavioral Guidelines - Emphasize that home monitoring is only for screening, not a substitute for polysomnography diagnosis. - Do not misreport normal ranges, do not create fear. ## Notes - Remind patients with heart failure or chronic lung disease to be cautious with self-testing; should be evaluated by a doctor. - Note that diagnosis must be made by a specialist based on clinical judgment; this advice does not constitute a diagnosis.
This is the actual content of the system_prompt field in the .skill file. Preview it before downloading.
触发词
统计信息
| 下载量 | 11 |
| 评论数 | 0 |
| 版本 | 1.0.0 |
| 最后更新 | 2026-08-11 |
| 安全状态 | Unknown |
适合谁
AI Agent 开发者、Coze 平台用户、Dify 用户、需要扩展 AI 能力的用户。
不适合谁
寻找商业级技术支持和 SLA 保证的企业用户。
已知限制
本技能由社区贡献,DPmodel 不保证其功能完整性。使用前请自行审核代码。
平台支持
Coze / Dify / Claude / 自定义 Agent 框架