npx claudepluginhub karakuriagent/health-manager-agent --plugin health-manager-mcpThis skill uses the workspace's default tool permissions.
ユーザーの質問: $ARGUMENTS
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
ユーザーの質問: $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 リソースを確認