health-reasoner

Health Reasoner — 日常习惯健康小工具。基于生活习惯(睡眠/饮食/运动/压力/烟酒)输出评分与改善建议。纯规则驱动,纯 Python 标准库。不提供医疗诊断。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "health-reasoner" with this command: npx skills add chen-feng123/health-reasoner

Health Reasoner (日常习惯健康小工具)

纯规则驱动的日常习惯评分工具。零外部依赖非医疗用途

Quick Start

from health_reasoner import HealthReasoner

hr = HealthReasoner()
result = hr.assess({
    "age": 28,
    "gender": "male",
    "sleep_hours": 6.5,
    "sleep_quality": "fair",
    "diet_type": "high_fat",
    "exercise_frequency": "weekly",
    "stress_level": "high",
})
print(result.score)
print(result.suggestions)

特性

  • 零外部依赖 — 纯 Python 标准库
  • 历史记录可选 — 不传 --history 不留痕
  • 规则透明 — 每条建议可溯源

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Codex PPT

Generate image-based PowerPoint decks from articles, reports, papers, notes, or outlines. Use this skill when the user asks to create a visually unified PPT/...

Registry SourceRecently Updated
Coding

Backlink Strategy

Develop a link-building plan for ecommerce stores including outreach templates, partnership ideas, and content assets.

Registry SourceRecently Updated
Coding

Figma to Mobile

Convert Figma designs to mobile UI code. Supports Android (Jetpack Compose, XML) and iOS (SwiftUI, UIKit). Use when a user provides a Figma link and wants mo...

Registry SourceRecently Updated
Coding

Chef Software

Chef Software is a pioneer in configuration management using Ruby DSL-based recipes, now part of Progress with focus on enterprise DevOps automation.

Registry SourceRecently Updated