ワンクリックで
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)