AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
Add this skill
npx mdskills install huifer/ai-analyzerComprehensive AI health analysis system with multi-dimensional data integration, risk prediction, and personalized recommendations
A file-based personal health data management system using Claude Code CLI tools for data management.
GitHub: https://github.com/huifer/Claude-Ally-Health
⚠️ Disclaimer: This project is NOT affiliated with, endorsed by, or associated with Anthropic or Claude.ai. This is an independent open-source project developed by WellAlly Tech.
📝 Note: This project uses GLM's
mcp__4_5v_mcp__analyze_imagefor image recognition.
This project is developed and maintained by WellAlly Tech.
my-his/
├── .claude/
│ ├── commands/
│ │ ├── save-report.md # Save medical report command
│ │ ├── query.md # Query records command
│ │ ├── profile.md # User profile settings command
│ │ ├── radiation.md # Radiation exposure management command
│ │ ├── surgery.md # Surgery history record command
│ │ ├── discharge.md # Discharge summary management command
│ │ ├── medication.md # Medication record management command
│ │ ├── interaction.md # Drug interaction detection command
│ │ ├── consult.md # Multi-disciplinary consultation command
│ │ └── specialist.md # Single specialist consultation command
│ └── specialists/
│ ├── cardiology.md # Cardiology specialist Skill
│ ├── endocrinology.md # Endocrinology specialist Skill
│ ├── gastroenterology.md # Gastroenterology specialist Skill
│ ├── nephrology.md # Nephrology specialist Skill
│ ├── hematology.md # Hematology specialist Skill
│ ├── respiratory.md # Respiratory medicine specialist Skill
│ ├── neurology.md # Neurology specialist Skill
│ ├── oncology.md # Oncology specialist Skill
│ ├── general.md # General practice specialist Skill
│ └── consultation-coordinator.md # Consultation coordinator
├── data/
│ ├── profile.json # User basic profile
│ ├── radiation-records.json # Radiation exposure records
│ ├── allergies.json # Allergy history records
│ ├── interactions/ # Drug interaction database
│ │ ├── interaction-db.json # Interaction rules main database
│ │ └── interaction-logs/ # Check history records
│ ├── medications/ # Medication record data
│ ├── 生化检查/ # Biochemical test data
│ │ └── YYYY-MM/
│ │ └── YYYY-MM-DD_test_name.json
│ ├── 影像检查/ # Medical imaging data
│ │ └── YYYY-MM/
│ │ ├── YYYY-MM-DD_test_name_body_part.json
│ │ └── images/ # Original image backup
│ ├── 手术记录/ # Surgery history data
│ │ └── YYYY-MM/
│ │ └── YYYY-MM-DD_surgery_name.json
│ ├── 出院小结/ # Discharge summary data
│ │ └── YYYY-MM/
│ │ └── YYYY-MM-DD_main_diagnosis.json
│ └── index.json # Global index file
└── README.md
/profile set 175 70 1990-01-01/save-report /path/to/image.jpg/radiation add CT chest/surgery Gallbladder removal surgery in August last year due to gallstones/discharge @医疗报告/出院小结.jpg/query all/consult| Command | Function | Description |
|---|---|---|
/profile | User basic parameters | Set height, weight, birth date |
/save-report | Save medical report | Support biochemical and imaging tests |
/radiation | Radiation management | Record and track radiation exposure |
/surgery | Surgery history | Record surgery information and implants |
/discharge | Discharge summary | Save and structure discharge summaries |
/medication | Medication management | Manage medication plans and records |
/interaction | Interaction detection | Detect drug interactions |
/allergy | Allergy history management | Record and manage allergy history |
/query | Query records | Multi-condition medical data queries |
/consult | Multi-disciplinary consultation | Comprehensive analysis across 13 specialties |
/specialist | Single specialist consultation | Consult specific specialty experts |
💡 For detailed usage, refer to Complete User Guide
🔧 For more technical details, refer to Technical Implementation Details (Chinese)
This system strictly follows medical safety principles:
All analysis reports from this system are for reference only and should not be used as a basis for medical diagnosis. All medical decisions require consultation with professional doctors. In case of emergency, seek immediate medical attention.
⚠️ For complete safety principles and usage limitations, refer to Safety Guidelines Document (Chinese)
The system includes intelligent drug interaction detection, supporting drug-drug, drug-disease, drug-dose, and drug-food interaction detection using a five-level severity classification system (A/B/C/D/X).
Core Features:
Quick Start:
# Check interactions for current medications
/interaction check
# List all interaction rules
/interaction list
# View absolute contraindication rules
/interaction list X
📖 Detailed Documentation: Drug Interaction Database Complete Guide (Chinese)
🩺 Professional Contributions: Medical professionals are welcome to help improve the database → Contribution Guidelines (Chinese)
This project is open-sourced under the MIT License.
Important Disclaimer: This system is for personal health management only and should not be used as a basis for medical diagnosis.
Best experience: Claude Code
/plugin marketplace add huifer/ai-analyzerThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install huifer/ai-analyzerAI Analyzer is a free, open-source AI agent skill. AI驱动的综合健康分析系统,整合多维度健康数据、识别异常模式、预测健康风险、提供个性化建议。支持智能问答和AI健康报告生成。
Install AI Analyzer with a single command:
npx mdskills install huifer/ai-analyzerThis downloads the skill files into your project and your AI agent picks them up automatically.
AI Analyzer works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.