Co-Pilot
Updated a month ago

wellally-health

Hhuifer
0.7k
huifer/wellally-health
78
Agent Score

๐Ÿ’ก Summary

A personal health information system for managing medical data and reports using Claude Code CLI tools.

๐ŸŽฏ Target Audience

Patients managing personal health recordsHealthcare professionals needing structured dataResearchers analyzing medical dataDevelopers interested in health tech solutionsMedical students learning data management

๐Ÿค– AI Roast: โ€œPowerful, but the setup might scare off the impatient.โ€

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.

Claude-Ally-Health - Personal Health Information System

English ไธญๆ–‡

GitHub stars GitHub forks License: MIT Star History Chart

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_image for image recognition.

Project Developer

This project is developed and maintained by 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
โ”‚   โ”‚   โ”œโ”€โ”€ 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

Quick Navigation

Quick Start

  1. Ensure Claude Code is installed
  2. Open Claude Code in the current directory
  3. First-time setup: /profile set 175 70 1990-01-01
  4. Save first report: /save-report /path/to/image.jpg
  5. Record radiation: /radiation add CT chest
  6. Record surgery: /surgery Gallbladder removal surgery in August last year due to gallstones
  7. Save discharge summary: /discharge @ๅŒป็–—ๆŠฅๅ‘Š/ๅ‡บ้™ขๅฐ็ป“.jpg
  8. Query all records: /query all
  9. Start MDT consultation: /consult

Data Privacy

  • All data stored on local filesystem
  • No uploads to any cloud services
  • No external database dependencies
  • Completely private management

Core Commands Overview

| 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

Technical Features

  • Storage Method: JSON files + filesystem directory structure
  • Command System: Claude Code Slash Commands
  • Expert System: Multi-specialty Skill definitions + Subagent architecture
  • Consultation Coordination: Parallel processing + opinion integration algorithms
  • Image Recognition: AI visual analysis
  • Data Extraction: Intelligent text recognition and structuring
  • Radiation Calculation: Body surface area adjustment + exponential decay model

๐Ÿ”ง For more technical details, refer to Technical Implementation Details (Chinese)

โš ๏ธ Important Safety Statement

This system strictly follows medical safety principles:

  1. Does not provide specific medication dosages
  2. Does not directly prescribe prescription drugs
  3. Does not predict life prognosis
  4. Does not replace doctor diagnosis

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)

๐Ÿ’Š Drug Interaction Database

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:

  • ๐Ÿ” Automatically detect interactions in current medication combinations
  • ๐Ÿšจ Severity-graded warnings (A/B/C/D/X)
  • ๐Ÿ“‹ Provide detailed management recommendations and monitoring indicators
  • ๐Ÿ’พ Support custom rules and history records

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)

License

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.

5-Dim Analysis
Clarity8/10
Novelty7/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • No database required, easy local storage
  • Intelligent image recognition for medical reports
  • Comprehensive drug interaction detection
  • User-friendly command-based interface

Cons

  • Limited to local data management
  • Requires Claude Code for operation
  • No cloud backup options
  • Not a substitute for professional medical advice

Related Skills

pytorch

S
toolCode Lib
92/ 100

โ€œIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.โ€

agno

S
toolCode Lib
90/ 100

โ€œIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.โ€

nuxt-skills

S
toolCo-Pilot
90/ 100

โ€œIt's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.โ€

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author huifer.