health-chat

Solid

Unified health conversation entry point - automatically loads all health data for each conversation, supports natural language queries, and intelligently routes to appropriate health data processing

AI & Automation 3,964 stars 1088 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Health Chat Skill The unified conversation entry point for WellallyHealth system. Automatically loads and considers all health data for each conversation, providing intelligent health consultation and data analysis services. ## Core Design Philosophy This is the **unified conversation entry point** for WellallyHealth. Every conversation automatically loads and analyzes all health data, providing intelligent health consultation and data analysis services. ## Core Workflow ``` User Input -> 1. Load All Health Data (data/*.json) -> 2. Parse User Intent (query/analysis/advice/alert) -> 3. Intelligent Routing to Data Processing Module -> 4. Generate Personalized Response -> 5. Save Conversation History (ai-history.json) ``` ## Step 1: Load Data (Execute Every Conversation) ### Core Data Sources (Priority Sorted) **IMPORTANT**: Data loading uses `data/**/*.json` pattern to include all subdirectories. | Data File | Purpose | Key Fields | |-------------|-----------|--------------| | `data/profile.json` | User basic info | gender, height, weight, birth_date, BMI, BSA | | `data/user-settings.json` | User preferences | language, units, notifications | | `data/ai-config.json` | AI features config | features, safety, data_sources | | `data/ai-history.json` | Conversation history | recent_conversations | ### Chronic Condition Tracking Data | Data File | Health Domain | |-------------|----------------| | `data/hypertension-tracker.json` | Hyp...

Details

Author
openclaw
Repository
openclaw/skills
Created
5 months ago
Last Updated
2 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category