00-andruia-consultant
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
$ npx -y skills add sickn33/agentic-awesome-skills --skill ai-analyzer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-analyzerContext preview
The summary Claude sees to decide when to auto-load this skill.
AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
name: ai-analyzer description: AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。 allowed-tools: Read, Grep, Glob, Write risk: critical source: community date_added: "2026-09-04"
基于AI技术的综合健康分析系统,提供智能健康洞察、风险预测和个性化建议。
当用户提到以下场景时,使用此技能:
**通用询问**:
**风险预测**:
**智能问答**:
**报告生成**:
const aiConfig = readFile('data/ai-config.json');
const aiHistory = readFile('data/ai-history.json');检查AI功能是否启用,验证数据源配置。
const profile = readFile('data/profile.json');获取基础信息:年龄、性别、身高、体重、BMI等。
根据配置的数据源读取相关数据:
// 基础健康指标
const indexData = readFile('data/index.json');
// 生活方式数据
const fitnessData = readFile('data-example/fitness-tracker.json');
const sleepData = readFile('data-example/sleep-tracker.json');
const nutritionData = readFile('data-example/nutrition-tracker.json');
// 心理健康数据
const mentalHealthData = readFile('data-example/mental-health-tracker.json');
// 医疗历史
const medications = exists('data/medications.json') ? readFile('data/medications.json') : null;
const allergies = exists('data/allergies.json') ? readFile('data/allergies.json') : null;整合所有数据源,进行数据清洗、时间对齐和缺失值处理。
**相关性分析**: 计算睡眠↔情绪、运动↔体重、营养↔生化指标等关联
**趋势分析**: 使用线性回归、移动平均等方法识别趋势方向
**异常检测**: 使用CUSUM、Z-score算法检测异常值和变化点
基于Framingham、ADA、ACC/AHA等标准进行风险预测:
根据分析结果生成三级建议:
**文本报告**: 包含总体评估、风险预测、关键趋势、相关性发现、个性化建议
**HTML报告**: 调用 `scripts/generate_ai_report.py` 生成包含ECharts图表的交互式报告
记录分析结果到 `data/ai-history.json`
| 数据源 | 文件路径 | 数据内容 | |--------|---------|---------| | 用户档案 | `data/profile.json` | 年龄、性别、身高、体重、BMI | | 医疗记录 | `data/index.json` | 生化指标、影像检查 | | 运动追踪 | `data-example/fitness-tracker.json` | 运动类型、时长、强度、MET值 | | 睡眠追踪 | `data-example/sleep-tracker.json` | 睡眠时长、质量、PSQI评分 | | 营养追踪 | `data-example/nutrition-tracker.json` | 饮食记录、营养素摄入、RDA达成率 | | 心理健康 | `data-example/mental-health-tracker.json` | PHQ-9、GAD-7评分 | | 用药记录 | `data/medications.json` | 药物名称、剂量、用法、依从性 | | 过敏史 | `data/allergies.json` | 过敏原、严重程度 |
此Skill仅使用以下工具:
Find reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Repo: sickn33/agentic-awesome-skills
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any…
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del…
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice…