一键导入
wake-up-gently
Progressive sunrise-style wake — lights ramp up over 10 minutes while volume stays quiet, then gentle music + briefing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Progressive sunrise-style wake — lights ramp up over 10 minutes while volume stays quiet, then gentle music + briefing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run shell commands through the user's Termux app when no first-class tool fits — e.g. "git status in my project folder", "list downloads", "run ffmpeg on this file". Only used when the user has opted in under Settings → Advanced → Termux shell access.
Capture "remind me tomorrow to X" into a dated memory entry the morning-briefing surface will read back automatically.
Gentle rest mode for when the user is unwell — dim lights, low volume, quiet hours, and a single hydration reminder every two hours without lecturing.
Finds a misplaced item by searching the user's memory store for prior "I put X in Y" statements; if nothing matches, offers to remember the current location instead.
Quick send-off when the user is leaving — lights out, low-battery reminder, optional weather preview, all inside a single calm sentence.
Warm welcome when the user gets home — lights up the entry, says hi, and recaps the next calendar event plus any urgent notifications in one short line.
| name | wake-up-gently |
| description | Progressive sunrise-style wake — lights ramp up over 10 minutes while volume stays quiet, then gentle music + briefing. |
Trigger on "wake me up at 7 gently", "sunrise alarm", "ゆっくり起こして", "朝7時にゆっくり起こして", or any "wake me up" phrasing that mentions gentle / sunrise / progressive.
Distinct from AlarmMatcher / set_timer, which fire a single chime
at the target time: wake-up-gently ramps across ~10 minutes
starting ~10 minutes before the target.
Schedule the ramp: the user says "7 am", so:
Use set_timer with a label per step, or (preferred) install the
sequence as a routine the user can re-use.
Avoid jarring transitions: never jump brightness by more than 30 % in one step. Never start TTS at volume > 20 until the lights have been up for at least 3 minutes.
Greeting: at ramp-end, speak a short personal line. If the user has a known morning routine, offer to run it: "Morning. Want your morning briefing?"
Multi-room coupling: do NOT wake other speakers unless the user explicitly said "for everyone". A kid down the hall doesn't need your 7 am ramp.
If the user speaks to the agent during the ramp ("I'm up" / "もう起きた"):
cancel_all_timers scoped to
this wake sequence — if the agent knows the ids).execute_command (light, with brightness + color_temp parameters)set_timer (for the ramp steps)set_volumemorning_briefing (optional, at ramp-end)cancel_all_timers (on dismiss)broadcast_tts / broadcast_timer — wake-up is personal; don't
impose it on other rooms unless the user asked.