원클릭으로
study-mode
Quiet study session — dim lights, pause music, silence notifications, optional Pomodoro timer, and kill distracting apps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quiet study session — dim lights, pause music, silence notifications, optional Pomodoro timer, and kill distracting apps.
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 | study-mode |
| description | Quiet study session — dim lights, pause music, silence notifications, optional Pomodoro timer, and kill distracting apps. |
Trigger on "study mode", "let's study", "start studying", "勉強モード", "集中したい", or similar focus cues targeted at schoolwork or exams.
Distinct from focus-mode (which is general deep-work): study-mode leans
heavier on silencing distractions and optionally setting a Pomodoro-style
timer. Pick whichever matches the user's phrasing — don't wildcard both.
execute_command
{device_type:"light", action:"set_brightness", parameters:{brightness:60}}.
Not full — full brightness is fatiguing for long study sessions.set_volume with {level: 15} so the speaker doesn't
blare if it speaks again.execute_command
{device_type:"media_player", action:"media_pause"}.clear_notifications. Mention it: "Cleared
notifications."set_timer with the requested seconds. Default to 1500 (25 min) if
no length specified. Confirm: "Study timer: 25 minutes."open_settings_page with {page: "apps"}.Trigger on "study mode over", "I'm done studying", "勉強終わり":
execute_command (light + media_player)set_volumeclear_notificationsset_timeropen_settings_page (optional, user-consented)