원클릭으로
leaving-home
// Quick send-off when the user is leaving — lights out, low-battery reminder, optional weather preview, all inside a single calm sentence.
// Quick send-off when the user is leaving — lights out, low-battery reminder, optional weather preview, all inside a single calm sentence.
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.
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.
Rainy-day check-in — inspect the forecast, and if rain is likely today, suggest a cozy indoor plan (playlist, close blinds/windows reminder) without taking destructive action.
| name | leaving-home |
| description | Quick send-off when the user is leaving — lights out, low-battery reminder, optional weather preview, all inside a single calm sentence. |
Trigger on "I'm leaving", "heading out", "going out", "see you later",
"行ってきます", "出かける". Complements arrival-home (return) and
travel-mode (multi-day trip): this is the 15-second send-off when
the user is walking out the door.
Keep it short — the user is on the way to the door with their phone in one hand. Anything that makes them stop and reply is a failure.
execute_command for any
light with name containing "living", "kitchen", "bedroom",
"リビング", "寝室", or that is currently isOn == true. Target
turn_off. Skip any light with name containing "night", "常夜灯",
or "porch" (users often leave those on by design).get_weather
currently cached): speak the single-word condition ("Rain."
/ "Clear." / "雨です"). Omit the temperature — one syllable wins
over three. If the weather cache is stale skip this step entirely
rather than introduce a 2-second stall.get_calendar_events { hours: 2 } shows an event in the next
two hours and the event has a location that is NOT "home" /
"自宅": "You have X at HH:MM at LOCATION."home-control under the lock_door tool only.get_forecast for the rest of today.