How this skill is triggered — by the user, by Claude, or both
Slash command
/health-manager-mcp:health-queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザーの質問: $ARGUMENTS
ユーザーの質問: $ARGUMENTS
まず MCP リソース health://data-types/catalog を読み取り、利用可能なデータタイプを確認してください。
質問の内容に応じて、以下の MCP ツールから最適なものを選んで実行してください。
| ツール名 | 用途 | 主なパラメータ |
|---|---|---|
query_health_data | 条件付きでヘルスデータを検索 | data_type, source, start_date, end_date, limit, offset |
get_latest_health_data | 指定データタイプの最新値を取得 | data_types (配列) |
get_health_data_range | 日付範囲のデータを取得 | data_types (配列), start_date, end_date |
aggregate_health_data | 統計値(min/max/avg/count)を算出 | data_types (配列), start_date, end_date |
analyze_health_trend | トレンド分析(上昇/下降/安定) | data_types (配列), start_date, end_date |
| ツール名 | 用途 | 主なパラメータ |
|---|---|---|
query_timeseries | 高精度時系列データの検索 | data_type, source, start_time, end_time, period_date, limit, offset |
aggregate_timeseries | 時系列データの統計算出 | data_type, start_time, end_time, source |
| ツール名 | 用途 | 主なパラメータ |
|---|---|---|
query_reports | レポートを検索 | report_type (on_fetch/daily/manual), start_date, end_date, limit, offset |
get_report | ID 指定でレポート取得 | id |
get_latest_report | 最新レポートを取得 | report_type (任意) |
| リソース URI | 内容 |
|---|---|
health://data-types/catalog | 全データタイプ一覧 |
health://custom-data-types/active | アクティブなカスタムデータタイプ |
health://timeseries/data-types | タイムシリーズで利用可能なデータタイプ |
取得したデータを日本語で分かりやすく要約してください。数値データにはグラフや表形式を活用してください。
get_latest_health_dataget_health_data_range または aggregate_health_dataanalyze_health_trendquery_timeseriesquery_reports または get_latest_reporthealth://data-types/catalog リソースを確認npx claudepluginhub karakuriagent/health-manager-agent --plugin health-manager-mcpAnalyzes health data trends across weight, symptoms, medication adherence, lab results, mood, and sleep. Detects correlations, significant changes, and generates interactive HTML reports with ECharts.
Generates cross-platform health data queries, writes health metrics, and monitors real-time health changes via Shiny Health for Apple HealthKit and Android Health Connect.
Shows freshness of health data sources (Apple Health, Oura, Fitbit, labs), last coach prescription and completion, missed-day count, lab status flags, and auto-trigger hook installation status for debugging the health-mcp auto-trigger chain.