WellAlly-health: Command for Claude Code

.claude/commands/male-menopause.md

male-menopause is a command for Claude Code from huifer/WellAlly-health. It costs 13 tokens per session (8,942 once invoked), scanned A, original, MIT.

A health-tracking command set for recording symptoms linked to male menopause, also called low testosterone or hypogonadism. It can track symptoms, testosterone measurements, and records of testosterone-replacement treatment, but the input does not define treatment decisions.

In plain words
What is it for?
Record symptoms such as reduced libido, erection problems, fatigue, low mood, poor memory, or sleep problems, along with their severity and effects on daily life.
Why use it?
It organizes changes in sexual, physical, mood, memory, and sleep symptoms over time. This can give a person clearer records to discuss with a doctor.

Command for Claude Code

Written for Claude Code: arguments in frontmatter.

This is huifer/WellAlly-health's own configuration. It tells Claude Code how to work on WellAlly-health itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything WellAlly-health configures →

Reuse

Borrowing it

Nothing to install: this file belongs to huifer/WellAlly-health. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/huifer/WellAlly-health/main/.claude/commands/male-menopause.md
Clone the repo
git clone --depth 1 https://github.com/huifer/WellAlly-health

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for male-menopause

README.md
[![agentmods](https://agentmods.dev/badge/commands/huifer/wellally-health/male-menopause/github.svg)](https://agentmods.dev/commands/huifer/wellally-health/male-menopause)
Your own site
<a href="https://agentmods.dev/commands/huifer/wellally-health/male-menopause"><img src="https://agentmods.dev/badge/commands/huifer/wellally-health/male-menopause/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for male-menopause

Your own site · 80×15
<a href="https://agentmods.dev/commands/huifer/wellally-health/male-menopause"><img src="https://agentmods.dev/badge/commands/huifer/wellally-health/male-menopause.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,942 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.08942
Opus 5 $0.00006 $0.04471
Sonnet 5 $0.00003 $0.01788
Haiku 4.5 $0.00001 $0.00894

Measured 13d ago against content hash 5b5d6055d182, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

male-menopause scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/male-menopause.md · 1,342 lines

How it starts

The opening of the file, as written. The whole thing — 1,342 lines — stays where its author put it; the contents beside it link to each section on GitHub.

男性更年期管理

男性更年期(性腺功能减退症)追踪和管理,包括症状评估、睾酮监测、TRT治疗记录。

操作类型

1. 记录症状 - symptom

记录男性更年期症状。

参数说明:

  • info: 症状描述(必填)
    • 症状类型: libido(性欲)/erectile(勃起)/fatigue(乏力)/mood(情绪)/memory(记忆)/sleep(睡眠)
    • 严重程度: mild(轻微)/moderate(中度)/severe(重度)

示例:

/andropause symptom libido decreased
/andropause symptom erectile mild
/andropause symptom fatigue moderate
/andropause symptom mood depressed
/andropause symptom memory poor

执行步骤:

1. 症状分类

性症状:

  • 性欲减退
  • 勃起功能障碍(ED)
  • 勃起质量下降
  • 晨勃减少或消失

躯体症状:

  • 体力下降
  • 容易疲劳
  • 肌肉量减少
  • 脂肪增加(尤其腹部)
  • 骨密度下降
  • 潮热、盗汗

心理症状:

  • 情绪低落
  • 易怒
  • 焦虑
  • 记忆力下降
  • 注意力不集中
  • 动力不足
2. 症状严重程度评估

轻度:

  • 症状轻微,不影响生活
  • 偶尔出现

中度:

  • 症状明显,影响生活质量
  • 经常出现

重度:

  • 症状严重,显著影响生活
  • 持续存在
3. 更新症状记录

症状数据结构:

{
  "symptoms": {
    "sexual": {
      "libido": {
        "present": true,
        "severity": "moderate",
        "impact": "noticeable"
      },
      "erectile_function": {
        "present": true,
        "severity": "mild",
        "morning_erection": "reduced"
      }
    },
    "physical": {
      "fatigue": {
        "present": true,
        "severity": "moderate",
        "impact_on_activities": "some"
      },
      "muscle_mass": {
        "present": true,
        "severity": "mild",
        "changes": "slight_decrease"
      },
      "body_fat": {
        "present": true,
        "severity": "moderate",
        "distribution": "abdominal"
      },
      "hot_flashes": {
        "present": false
      }
    },
    "psychological": {
      "mood": {
        "present": true,
        "symptoms": ["depressed", "irritability"],
        "severity": "mild"
      },
      "memory": {
        "present": true,
        "severity": "mild",
        "complaints": "occasional_forgetfulness"
      },
      "concentration": {
        "present": true,
        "severity": "moderate",
        "impact": "noticeable"
      }
    }
  }
}
4. 输出确认
✅ 症状已记录

症状信息:
━━━━━━━━━━━━━━━━━━━━━━━━━━
记录日期: 2025年12月31日

性症状:
━━━━━━━━━━━━━━━━━━━━━━━━━━
• 性欲减退 (中度)
• 勃起功能轻度下降
• 晨勃减少

躯体症状:
━━━━━━━━━━━━━━━━━━━━━━━━━━
• 容易疲劳 (中度)
• 肌肉量轻度减少
• 腹部脂肪增加 (中度)

心理症状:
━━━━━━━━━━━━━━━━━━━━━━━━━━
• 情绪低落、易怒 (轻度)
• 记忆力下降 (轻度)
• 注意力难以集中 (中度)

症状评估:
━━━━━━━━━━━━━━━━━━━━━━━━━━
存在多系统症状,
符合男性更年期表现。

症状负担:
━━━━━━━━━━━━━━━━━━━━━━━━━━
性症状: 中度影响
躯体症状: 中度影响
心理症状: 轻度影响

总体症状负担: 中度

建议:
━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ 建议检测睾酮水平
✅ 完成ADAM问卷评估
✅ 评估是否需要TRT治疗
✅ 生活方式调整

生活方式调整:
━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ 规律运动(力量训练)
✅ 充足睡眠(7-8小时)
✅ 健康饮食
✅ 控制体重
✅ 戒烟限酒
✅ 压力管理

⚠️ 重要提示:
━━━━━━━━━━━━━━━━━━━━━━━━━━
症状不等于睾酮缺乏。

建议检测睾酮水平
结合症状综合评估。

数据已同步至症状记录

Read the full file on GitHub · 1,342 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 1,342 lines · 13 tokens per session scan A 5b5d6055d182

Subscribe to this mod's changes

male-menopause is a command published in the GitHub repository huifer/WellAlly-health (948 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 8,942 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.