원클릭으로
guest-mode
Relax the agent for visitors — silence wake-word + personal data tools, surface a welcome banner, restrict destructive actions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Relax the agent for visitors — silence wake-word + personal data tools, surface a welcome banner, restrict destructive actions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | guest-mode |
| description | Relax the agent for visitors — silence wake-word + personal data tools, surface a welcome banner, restrict destructive actions. |
Trigger on "guest mode", "guests are coming", "we have visitors", "ゲストモード", "お客さん来るから". Turn off anything that either (a) reads personal data or (b) takes destructive action without explicit user confirmation.
This is a behavioural skill, not a wiring skill — the agent simply declines to call sensitive tools while guest-mode is active. There is no OS-level sandboxing; it's an instruction the agent follows.
get_weather / get_forecastset_volume / set_timer / cancel_timerexecute_command for lights / climate (general smart-home)launch_app for user-entertainment apps (music, photos)broadcast_tts if multi-room is enabled (so guests hear announcements)list_memory / recall / semantic_memory_search — never read back
private memory notes in front of guests.search_contacts / list_contacts / send_sms — no personal comms.list_recent_photos / take_photo — no camera / gallery.get_calendar_events — no appointments read aloud.reply_to_notification — no reading other people's chats.list_notifications — ditto.read_active_screen / tap_by_text / scroll_screen / type_text —
no automated tapping through random apps.lock_screen / open_settings_page — no surprise UI pivots.broadcast_announcement — don't pin messages on ambient screens guests
might read.If the user explicitly asks for one of the paused tools ("Alice, open my photos for a sec"), confirm once out loud: "Guest mode is on — open photos anyway?" Only proceed if they say yes.
broadcast_announcement with
{ text: "Guest mode", ttl_seconds: 3600 } so the household sees it
and knows why the agent behaves differently.Trigger on "guest mode off", "guests are gone", "ゲストモード終わり":
execute_command (lights)set_volumebroadcast_announcement (optional)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.