원클릭으로
reading-time
Bedtime story or solo reading session — warm light, silence everything else, optional gentle timer.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bedtime story or solo reading session — warm light, silence everything else, optional gentle timer.
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 | reading-time |
| description | Bedtime story or solo reading session — warm light, silence everything else, optional gentle timer. |
Trigger on "reading time", "read a bedtime story", "読書モード",
"寝る前に本読む". Distinct from bedtime-routine (which ends the day)
and from study-mode (which is focused work): reading-time is quiet
accompaniment to paper or an e-reader.
execute_command {device_type:"light", action:"set_brightness", parameters:{brightness:50}}. If a color_temp is available on the
bulb, drop it to ~2700K warm.media_player that's playing →
execute_command action:"media_pause". Don't restart music even
if the user had classical on — reading is a quiet mode.clear_notifications.set_timer with that length. When it fires the agent should
speak gently: "Reading time's up — break now or keep going."If triggered as "read a bedtime story" / "絵本を読んで" and the user is
a child (context cue: short utterances, phrasing like "read to me"),
offer to use retrieve_document over any RAG-ingested kids' books.
Don't recite a long document without confirming — "I can read from
'The Gruffalo'. Want that?"
Trigger on "reading time over", "done reading", "読書終わり":
execute_command (light + media_player)set_volumeclear_notificationsset_timer (optional)retrieve_document (optional, for bedtime-story variant)