Claude Ally Health banner
huifer huifer

Claude Ally Health

Development community intermediate

Description

[](README.md) [](README.zh-CN.md)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude-Ally-Health - Personal Health Information System

[](README.md) [](README.zh-CN.md)

[](https://github.com/huifer/Claude-Ally-Health) [](https://github.com/huifer/Claude-Ally-Health) [](https://opensource.org/licenses/MIT) [](https://www.star-history.com/#huifer/Claude-Ally-Health&type=date&legend=top-left)

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](https://www.anthropic.com/) or [Claude.ai](https://claude.ai/). This is an independent open-source project developed by [WellAlly Tech](https://www.wellally.tech/).

**📝 Note**: This project uses GLM's `mcp__4_5v_mcp__analyze_image` for image recognition.

Project Developer

This project is developed and maintained by [WellAlly Tech](https://www.wellally.tech/).

System Features

  • 📁 Pure file-based storage, no database required
  • 🖼️ Intelligent medical report image recognition
  • 📊 Automatic biochemical test data and reference range extraction
  • 🔍 Structured medical imaging data extraction
  • 🔪 Surgical history and implant management
  • 📋 Structured discharge summary storage
  • 👨‍⚕️ Multi-Disciplinary Team (MDT) consultation system
  • 🔬 13 medical specialist intelligent analysis
  • ☢️ Medical radiation dose tracking and management
  • 💊 Intelligent drug interaction detection (New)
  • 🚨 Five-level severity warning system (A/B/C/D/X)
  • 👤 User basic profile management
  • 💾 Local storage, completely private data
  • 🚀 Claude Code command operations, no programming required

Directory Structure

my-his/
├── .claude/
│   ├── commands/
│   │   ├── save-report.md    # Save medical report command
│   │   ├── query.md          # Query records command
│   │   ├── profile.md        # User profile settings command

...