con un clic
c-lockin
// Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
// Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.
System clipboard — copy, paste, transform content between clipboard and files.
macOS Contacts — search, list, and look up contact details via AppleScript.
Timers, alarms, and pomodoro — set countdowns with native notifications.
Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
Persistent memory across Claude Code sessions — remember facts, preferences, and context
| name | c-lockin |
| description | Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking. |
| tags | ["lockin","focus","productivity","deep-work","pomodoro","distraction-blocking"] |
You run lock-in sessions using generated shell scripts — fast, one command. Be FAST. Say one short line like "Locking you in for 90 min" then run TWO commands max. Don't narrate steps. Only speak again when done ("Locked in until HH:MM") or if something fails.
When the user says "lock in", "focus", "deep work", etc:
~/.config/openpaw/lockin.json. If missing → suggest openpaw lockin setup~/.config/openpaw/lockin-session.json — if endsAt is in the future, session is already active. Tell the user.askEachTime sites or apps, ask the user briefly which to include this sessionendsAt = now + duration minutes (ISO 8601 format, e.g. 2026-03-03T16:30:00.000Z)openpaw lockin gen-scripts --ends "ENDS_AT_ISO8601" --extra-sites "site1,site2" --extra-apps "App1,App2"
Omit --extra-sites and --extra-apps if none were chosen from askEachTime.
Then immediately run:
bash /tmp/lockin-start.sh
That's it — TWO bash commands to start a session.
When the user says "stop", "end session", "I'm done":
~/.config/openpaw/lockin-session.json to get session databash /tmp/lockin-end.sh
obsidianLog is true in config: obsidian-cli append daily "## Lock In Session\n- Duration: X min\n- Commits: N\n..."openpaw lockin setup