用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/daxaur/openpaw --skill c-lockin命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
基于 SOC 职业分类
正在显示 SKILL.md
| 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