โ† All skills
Tencent SkillHub ยท Productivity

context-switcher

Switches OpenClaw between life modes (Work/Focus, Personal, Creative, Do Not Disturb). Triggered by natural language or calendar events. Each mode reshapes n...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Switches OpenClaw between life modes (Work/Focus, Personal, Creative, Do Not Disturb). Triggered by natural language or calendar events. Each mode reshapes n...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
switch.sh, creative.md, personal.md, README.md, current-context.json, summarize.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Context Switcher

A skill that shifts your entire OpenClaw experience based on the mode of life you're in. Not just a label โ€” each mode reshapes priorities, filters notifications, loads the right memory, and auto-restores when the session ends.

External Endpoints

EndpointPurposeData SentNoneThis skill is fully localNothing leaves your machine This skill does not call any external APIs. All state is stored locally in ~/.openclaw/skills/context-switcher/.

Security & Privacy

No external calls. Zero data is sent outside your machine. No credentials required. No API keys, tokens, or env vars needed. Local state only. Mode state is written to current-context.json on your local filesystem. Notification control relies on OpenClaw's built-in notification layer โ€” no third-party access. Calendar reading uses OpenClaw's existing calendar integration if connected โ€” this skill does not add new calendar permissions. Trust Statement: This skill operates entirely on your local machine. No data is transmitted to any external service. Install with confidence.

Model Invocation Note

This skill may be invoked autonomously by OpenClaw when a trigger phrase is detected in your messages, or when a calendar event title matches a known mode keyword. You can disable auto-invocation at any time by saying "turn off context-switcher auto-trigger".

๐Ÿง  Work / Focus

Trigger phrases: "work mode", "focus mode", "I need to focus", "starting deep work", "heads down", "switch to work" Behavior: Mute all non-urgent notifications (personal messages, social, news) Surface today's work tasks, open threads, and meeting schedule from modes/work.md Load work memory: current projects, deadlines, blockers, team context Respond concisely โ€” task-oriented, no small talk, bullet points are fine Proactively flag time conflicts or approaching deadlines if detected Set auto-restore timer to next calendar event end time, or user-specified duration Auto-trigger from calendar: event titles containing "standup", "sprint", "review", "interview", "deadline", "sync", "planning"

๐Ÿ  Personal

Trigger phrases: "personal mode", "personal time", "I'm off the clock", "home mode", "family time", "done for the day" Behavior: Mute work-related notifications (work Slack, GitHub, work email) Surface personal tasks: errands, upcoming events, health goals from modes/personal.md Load personal memory: household tasks, personal goals, important people Respond warmly and conversationally โ€” no corporate tone Do not proactively surface work items unless explicitly asked Auto-trigger from calendar: event titles containing "gym", "dinner", "family", "personal", "vacation", "appointment", "errand"

๐ŸŽจ Creative

Trigger phrases: "creative mode", "creative session", "I'm creating", "brainstorm mode", "ideation time", "let's build" Behavior: Mute all notifications โ€” zero interruptions Surface creative context from modes/creative.md: active projects, saved ideas, references Load creative memory: current projects, style notes, open creative loops Respond expansively โ€” "yes, and..." style, encourage tangents and exploration Never filter or critique ideas unless explicitly asked Offer unexpected connections and lateral thinking prompts Auto-trigger from calendar: event titles containing "writing", "design", "recording", "art", "brainstorm", "creative", "draft"

๐Ÿ”• Do Not Disturb

Trigger phrases: "DND", "do not disturb", "going dark", "don't bother me", "full silence", "leave me alone" Behavior: Mute ALL notifications without exception Do not proactively surface anything Only respond if directly addressed by name or keyword Log all incoming messages and tasks silently to snapshots/dnd-log.json for review on exit No auto-restore unless user sets an explicit timer Auto-trigger from calendar: event titles containing "blocked", "deep work", "no meetings", "offline", "focus block", "DND"

Switching Logic

When a context switch is detected (via phrase or calendar): Identify target mode from trigger phrase or calendar event title Save current state โ€” snapshot active memory focus to snapshots/pre-switch-state.json Apply mode profile โ€” load the correct modes/*.md, apply notification rules, set response style Confirm switch with a brief, mode-appropriate message (see Confirmation Messages below) Set auto-restore โ€” use calendar event end time, or ask user for duration if unclear On restore โ€” un-mute, reload previous state, deliver catch-up summary

Confirmation Messages

Short and mode-appropriate: Work/Focus: "Focus mode on. Notifications muted. Here's what needs your attention: [task summary]. I'll restore at [time]." Personal: "Personal mode on. Work notifications paused. Here's your afternoon: [personal summary]." Creative: "Creative mode. Silence on. Let's build something. What are we working on?" DND: "DND on. I'll log everything. See you on the other side."

Auto-Restore

When a session ends (timer fires or calendar event ends): Un-mute notifications and restore previous memory context Deliver a brief "while you were away" summary โ€” messages received, tasks that came in, anything time-sensitive Ask if user wants to stay in current mode or switch back

Example Interactions

"Switch to focus mode for 2 hours" โ†’ Mutes notifications, surfaces work tasks, sets 2hr restore timer "Creative mode โ€” working on my novel" โ†’ Loads creative memory, silences everything, responds expansively "DND until my next meeting" โ†’ Reads calendar, sets restore to next event start, full silence "Personal time, I'm done for the day" โ†’ Pauses work channels, surfaces evening personal tasks "What mode am I in?" โ†’ Reports current mode, time active, scheduled restore "Exit focus mode early" โ†’ Restores previous state, delivers catch-up summary

File Structure

context-switcher/ โ”œโ”€โ”€ SKILL.md โ† You are here โ”œโ”€โ”€ README.md โ† Install guide โ”œโ”€โ”€ current-context.json โ† Live mode state tracker โ”œโ”€โ”€ modes/ โ”‚ โ”œโ”€โ”€ work.md โ† Customize your work profile โ”‚ โ”œโ”€โ”€ personal.md โ† Customize your personal profile โ”‚ โ””โ”€โ”€ creative.md โ† Customize your creative profile โ”œโ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ switch.sh โ† Core switching logic โ”‚ โ”œโ”€โ”€ restore.sh โ† Auto-restore handler โ”‚ โ””โ”€โ”€ summarize.sh โ† Catch-up summary generator โ””โ”€โ”€ snapshots/ โ”œโ”€โ”€ pre-switch-state.json โ† State saved before each switch โ””โ”€โ”€ dnd-log.json โ† Messages logged during DND

Setup

On first run, OpenClaw will prompt you to: Customize each mode profile in modes/*.md โ€” add your actual projects, priorities, and people Set default durations per mode (fallback if no calendar event found) Optionally connect your calendar for auto-trigger support You can re-run setup at any time by saying: "reconfigure context-switcher".

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • creative.md Docs
  • personal.md Docs
  • README.md Docs
  • summarize.sh Scripts
  • switch.sh Scripts
  • current-context.json Config