一键导入
eye-break
20-20-20 eye-strain reminder for screen-heavy work — short verbal cue every 20 minutes to look 20 feet away for 20 seconds.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
20-20-20 eye-strain reminder for screen-heavy work — short verbal cue every 20 minutes to look 20 feet away for 20 seconds.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | eye-break |
| description | 20-20-20 eye-strain reminder for screen-heavy work — short verbal cue every 20 minutes to look 20 feet away for 20 seconds. |
Trigger on "eye break", "20-20-20", "rest my eyes", "目を休めて",
"画面疲れ". Distinct from stretch-break (body movement),
hydration-reminder (water intake), and focus-mode (stay on task):
eye-break is a passive recurring cue that fires every 20 minutes
while the user is at a screen and does not interrupt work.
set_timer with
{ seconds: 1200, label: "eye-break" }. On each fire, re-schedule
the next iteration unless the user has ended the session.Speak one calm sentence:
Then silence. Don't narrate during the 20 seconds — that defeats the eye-rest. After the pause, re-set the next 20-minute timer.
Trigger on "eye break off", "stop reminding", "目休めオフ":
cancel_all_timers scoped to eye-break labels only. Do NOT cancel
every timer — cooking / workout timers must survive.If quiet-hours is active: suppress the reminder entirely. Don't
whisper, don't re-schedule — wait until quiet-hours ends, then resume
on the next 20-minute boundary. This skill is background polish; it
must never wake a sleeping household.
Do NOT broadcast. Eye-break is personal. If the user has multiple tablets running, each one tracks its own session.
set_timercancel_all_timers