Openpaw c-lockin
Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
install
source · Clone the upstream repo
git clone https://github.com/daxaur/openpaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/daxaur/openpaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/c-lockin" ~/.claude/skills/daxaur-openpaw-c-lockin && rm -rf "$T"
manifest:
skills/c-lockin/SKILL.mdsource content
Behavior
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.
Starting a Session
When the user says "lock in", "focus", "deep work", etc:
- Read
. If missing → suggest~/.config/openpaw/lockin.jsonopenpaw lockin setup - Check
— if~/.config/openpaw/lockin-session.json
is in the future, session is already active. Tell the user.endsAt - If config has
sites or apps, ask the user briefly which to include this sessionaskEachTime - Calculate
= now + duration minutes (ISO 8601 format, e.g.endsAt
)2026-03-03T16:30:00.000Z - Say ONE short line like "Locking you in for 90 min"
- Generate scripts + run:
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
- Say "Locked in until HH:MM"
That's it — TWO bash commands to start a session.
Ending a Session
When the user says "stop", "end session", "I'm done":
- Read
to get session data~/.config/openpaw/lockin-session.json - Run:
bash /tmp/lockin-end.sh
- Read the output for git stats
- If
is true in config:obsidianLogobsidian-cli append daily "## Lock In Session\n- Duration: X min\n- Commits: N\n..." - Give a brief warm summary: duration, commits + messages, lines changed, encouraging note referencing SOUL.md personality
Reconfigure
openpaw lockin setup
Guidelines
- Be FAST — one line to start, two commands, one line when done
- Never explain or narrate each step — just do it
- If something fails, mention it briefly and move on
- Only start when the user explicitly asks
- Reference SOUL.md for personality in summaries