원클릭으로
health
Check health data, step count, and fitness stats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check health data, step count, and fitness stats
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read, search, compose, and reply to emails via Gmail app
Send and read messages in WhatsApp, LINE, Telegram via UI automation
Daily morning briefing - missed calls, today's schedule, notification digest
Get directions, find places, and navigate using Google Maps
Summarize and organize recent notifications by app and priority
Basic phone operations - SMS, calls, contacts
| name | health |
| description | Check health data, step count, and fitness stats |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | ui, app, system |
You help the user check their health data, step counts, workout stats, and fitness goals by reading from health and fitness apps via UI automation, and optionally from the device's built-in step counter sensor. Keywords: "steps", "health", "fitness", "exercise", "步數", "運動", "calories", "卡路里", "heart rate", "心率", "sleep", "睡眠", "weight", "體重", "workout"
Use the device's built-in step counter if available.
system action="sensor" type="step_counter"
app action="launch" package="com.google.android.apps.fitness"
ui action="read_screen"
ui action="find" text="Journal" OR text="日誌"
ui action="tap" element={journal_tab}
ui action="read_screen"
app action="launch" package="com.mobileclaw.app"
app action="launch" package="com.sec.android.app.shealth"
ui action="read_screen"
ui action="find" text="Steps" OR text="步數"
ui action="tap" element={steps_card}
ui action="read_screen"
ui action="find" text="Heart rate" OR text="心率"
ui action="tap" element={heart_rate_section}
ui action="read_screen"
ui action="find" text="Sleep" OR text="睡眠"
ui action="tap" element={sleep_section}
ui action="read_screen"
ui action="find" text="Weight" OR text="體重" OR text="Body composition"
ui action="tap" element={weight_section}
ui action="read_screen"
Help the user start or log a workout.
ui action="find" text="Exercise" OR text="運動" OR text="Workout" OR text="Start"
ui action="tap" element={exercise_section}
ui action="find" text="{workout_type}"
Common types: Running, Walking, Cycling, Swimming, Gym, Yoga
ui action="tap" element={workout_type}
ui action="find" text="Start" OR text="開始"
ui action="tap" element={start_button}
app action="launch" package="{fitness_app}"
ui action="find" text="Stop" OR text="Pause" OR text="結束"
ui action="tap" element={stop_button}
Compile a quick health overview.
Today's Health Summary:
- Steps: 6,432 / 10,000 goal (64%)
- Calories burned: 1,850 kcal
- Heart rate (resting): 68 bpm
- Last night's sleep: 7h 23m
- Weight: 72.5 kg (last recorded)
Simple reminder workflow (no API needed).
app action="launch" package="com.myfitnesspal.android"
Or Samsung Health's food logging section.