원클릭으로
boot
Boot Hal - load memory and orient to current state
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Boot Hal - load memory and orient to current state
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Install HAL-OS - scaffold your personal AI operating system instance
Launch Work - work task management and PA assistance
Launch Calendar - personal scheduling with Apple Calendar sync
Open conversation and brainstorming session
Launch Networking - event and contact tracking
Launch Second Brain - note capture and retrieval system
| name | boot |
| description | Boot Hal - load memory and orient to current state |
Check argument $1:
$1 is "home" → HOME mode$1 is "work" → WORK modeAuto-detect: Try AppleScript to get today's date.
HAL-OS online — [Day], [Date] [Month] [Year]
Mode: HOME | Mode: WORK
HAL-OS COMMANDS
───────────────
/boot Load memory, orient to current state
/shutdown Persist memory before ending session
/status Quick overview (uses Explore agent)
/calendar View upcoming calendar events
/second-brain Launch note capture/retrieval app
/networking Launch event/contact tracking app
/work Launch work PA
/chat Open conversation and brainstorming
Type any command to run it.
Write current mode to tmp.md so /status knows context.
Load files in this order to establish identity, knowledge, then working state.
@system/memory/SOUL.md
@system/memory/USER.md
@system/memory/MEMORY.md
Load today's daily log if it exists: @system/memory/daily/[YYYY-MM-DD].md (today's date)
Load yesterday's log for continuity if it exists: @system/memory/daily/[YYYY-MM-DD].md (yesterday's date)
@system/memory/context.md @tmp.md
Run lazy index to update search database:
python system/scripts/memory.py index
This runs quickly if nothing has changed.
Before answering questions about past work, decisions, dates, people, or preferences:
Search memory first using python system/scripts/memory.py search "<query>".
Examples of when to search:
When you learn something worth remembering:
Append to today's daily log at system/memory/daily/[YYYY-MM-DD].md.
Things worth remembering:
Available: AppleScript, Calendar, Perplexity Not available: Outlook/email
Focus: Personal life, coding, networking
Available: Outlook MCP, Perplexity Not available: AppleScript, Calendar
Skip calendar sync (no AppleScript access).
Focus: Work tasks and PA assistance (context in system/storage/work/CLAUDE.md)
Still an assistant: Can mention relevant personal things (events tonight, reminders, etc.) from memory if useful.
Email check: Fetch recent emails using mcp__outlook-windows-com__get-emails (last 20 from inbox). Summarize work-related items in greeting.
After greeting, automatically launch /work to enter work mode.
Orient yourself and greet the user briefly based on mode context.