一键导入
cooking-session
Multi-timer cooking helper — parallel timers with labels, optional whole-house "dinner is ready" broadcast at the end.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-timer cooking helper — parallel timers with labels, optional whole-house "dinner is ready" broadcast at the end.
用 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 | cooking-session |
| description | Multi-timer cooking helper — parallel timers with labels, optional whole-house "dinner is ready" broadcast at the end. |
Trigger on "cooking mode", "I'm starting dinner", "料理モード", "晩ご飯 の準備", or when the user asks for multiple concurrent kitchen timers.
Distinct from a single set_timer: cooking-session expects 2-5 parallel
timers (rice, pasta, sauce, oven) with labels, and offers an end-of-
cook "dinner is ready" broadcast to the household.
set_timer with
{ seconds: <N * 60>, label: "<food>" }. Labels are important; when
a timer fires the system speaks the label, so the cook knows what
finished.launch_app with
a music app name or execute_command action:"media_play" on a
media_player if one is registered. Default to silence — cooking
requires focus.cancel_timer with the matching id (if known) or cancel_all_timers
then re-set. The agent should grep the returned timer list for the
label when the user refers to one by name.web_search or
convert_units. Keep the answer to one sentence.When the user says "dinner's ready" / "ご飯できた":
cancel_all_timers so nothing chimes mid-meal.broadcast_tts with
{ text: "Dinner is ready", language: <detected> } so every room's
speaker calls the family.broadcast_announcement with { text: "Dinner is ready", ttl_seconds: 600 } so a late-arriving teenager still sees the
banner on the ambient screen.set_timer, cancel_timer, cancel_all_timers, list_timersbroadcast_tts, broadcast_announcement (optional, multi-room)execute_command (media_player, optional music)launch_app (optional)web_search / convert_units (optional, recipe lookup)