Generate daily/weekly/monthly health summaries with nutrition totals, target comparisons, and trends.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill health-summary --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Health Summary?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-health-summary)More formats (shields.io, HTML) on the badges page.
---
name: health-summary
description: Generate daily/weekly/monthly health summaries with nutrition totals, target comparisons, and trends.
metadata:
{
"openclaw":
{
"emoji": "📊",
"requires": { "scripts": ["scripts/health_summary.js"] },
},
}
---
# health-summary
日次・週次・月次の健康サマリーを生成する。
## Script
```bash
# 今日のサマリー
node scripts/health_summary.js today
# 特定日のサマリー
node scripts/health_summary.js today --date=2026-02-24
# 週間サマリー(直近7日)
node scripts/health_summary.js week
# 月次サマリー(当月)
node scripts/health_summary.js month
```
## 出力形式
JSON で以下を返す:
- `totals`: カロリー、P/C/F、食物繊維、糖質、ナトリウム、飽和脂肪、水分、運動時間
- `targets`: 目標値(config/health_targets.json から)
- `deltas`: 目標との差分
- `latest_weight`: 直近の体重
- `latest_sleep`: 直近の睡眠時間
## ユーザーへの返信フォーマット
サマリーを返す際は以下の形式:
```
📊 今日の健康サマリー (2026-02-24)
🍽 栄養: 1,500kcal / P 120g / C 180g / F 40g
目標比: kcal -700 / P -45g / C -95g / F -15g
🥦 詳細栄養: Fiber 15g / Sugar 30g / Na 1,800mg / SatFat 10g
💧 水分: 1,500ml(目標: 2,000ml)
🏃 運動: 30分
⚖️ 体重: 70kg / 😴 睡眠: 7h
```
## 目標設定
目標値は `config/health_targets.json` から読み込む。デフォルト(lean_mass_gain モード):
- kcal: 2,200 / P: 165g / C: 275g / F: 55g
- 水分: 2,000ml / 食物繊維: 25g / 糖質上限: 50g
- ナトリウム上限: 2,300mg / 飽和脂肪上限: 16g
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
1. **Strip thinking before verifying** — a verifier that sees the reasoning is biased toward agreement. Fresh context, cleaned proof only. 2. **"Does this prove RH?"** — if your theorem's specialization to ζ is a famous open problem, you have a gap. Most reliable red flag. 3. **Short proof → extract the general lemma** — try 2×2 counterexamples. If general form is false, find what's special about THIS instance. 4. **Same gap twice → step back** — the case split may be obscuring a unifie
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.
This skill should be used when the user asks for a Seedance 2.0 template, genre recipe, product ad, lifestyle video, drama scene, music video, landscape shot, commercial, animation scene, or reusable production pattern.
Interactive walkthrough for new users. Learn by doing — each step creates real content in your vault. Three tracks (researcher, manager, personal) with a universal learning arc. Triggers on "/tutorial", "walk me through", "how do I use this".