一键导入
breathing-exercise
Short 4-7-8 breathing guide — four cycles of inhale-hold-exhale voice cues over roughly one minute, without disturbing quiet-hours.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Short 4-7-8 breathing guide — four cycles of inhale-hold-exhale voice cues over roughly one minute, without disturbing quiet-hours.
用 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 | breathing-exercise |
| description | Short 4-7-8 breathing guide — four cycles of inhale-hold-exhale voice cues over roughly one minute, without disturbing quiet-hours. |
Trigger on "breathing exercise", "box breathing", "4 7 8 breathing",
"深呼吸", "呼吸法". Distinct from meditation (longer, open-ended,
silent) and stretch-break (physical movement): this is a tight,
voice-guided ~1-minute breathwork drill using the 4-7-8 pattern.
Each cycle: inhale 4 seconds → hold 7 seconds → exhale 8 seconds. Run 4 cycles (~76 seconds of breathing plus short intro/outro).
quiet-hours
skill), keep set_volume at 20 or below. Otherwise set to 30 —
audible but unobtrusive.set_timer { seconds: 4, label: "breath-inhale" } — when it
fires, say "Hold".set_timer { seconds: 7, label: "breath-hold" } — when it
fires, say "Breathe out slowly".set_timer { seconds: 8, label: "breath-exhale" } — when it
fires, pause ~500 ms before next cycle.If the user says "stop" / "やめる" / "もういい" mid-session:
cancel_all_timers scoped to the breathing-exercise labels.If quiet-hours is active:
Do NOT broadcast_tts or broadcast_announcement. Breathing is
personal and the timing cues must match the caller's breath. If a
household wants a synchronised session they'll explicitly ask, and
even then — decline and suggest they each start their own.
meditation: quiet, short, steady.set_timer (inhale / hold / exhale, short labels)cancel_all_timers (on interrupt or at end)set_volumebroadcast_tts / broadcast_timer / broadcast_announcement —
breath cues are individual and must not leak to other rooms.execute_command for lights — the user's eyes are likely closed;
don't fiddle with the room state for a 1-minute drill.morning_briefing / evening_briefing — noise.