بنقرة واحدة
party-mode
Party ambience — colourful lights, music on, volume up, announcements across every speaker.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Party ambience — colourful lights, music on, volume up, announcements across every speaker.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | party-mode |
| description | Party ambience — colourful lights, music on, volume up, announcements across every speaker. |
Trigger on "party mode", "party time", "start the party", "パーティーモード", "宴会モード", or when the user asks to set up a social gathering.
execute_command with
{device_type:"light", action:"set_brightness", parameters:{brightness:100}}.
If the lights report color support (attributes.supported_color_modes
contains rgb or hs), cycle through red/orange/purple with
parameters:{color:"red"} on the first call. Don't loop on cycling —
user can say "cycle lights" separately.media_player device exists, resume playback via
execute_command action:"media_play". Don't pick the track for the
user; they probably already have a playlist queued.set_volume so
announcements cut through the music.broadcast_tts with
{text: "Party mode — let's go"} so every paired speaker joins in.
Skip this step silently if the tool fails with "no shared secret" —
not every user has multi-room set up.clear_notifications once so push alerts
don't kill the vibe. Mention: "Notifications cleared."execute_command (lights + media_player)set_volumebroadcast_tts (optional)clear_notifications (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.