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

AutoSkill Local Skill Manager

Manage local Agent Skill files as an installable skill manager. Proactively and periodically detect reusable skill material during or after meaningful sessio...

Registry SourceRecently Updated
Coding

Skill Oracle

Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.

Registry SourceRecently Updated
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

Github Release Analyzer

Analyze GitHub repository releases and summarize release notes. Use when the user asks to analyze, summarize, review, or track the latest release or recent r...

Registry SourceRecently Updated
830Profile unavailable