C.W.K.
Stream
Lesson 02 of 06 · published

요구사항과 Setup

~12 min · dispatch, setup, iphone, ipad, android

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

Mac 깨어 있게; 폰이 리모컨

Dispatch 는 Claude Desktop feature + Claude 모바일 앱 동반자. Mac 이 background 에 Cowork 돌리고; 모바일 앱이 같은 Anthropic 계정에 인증; 작업이 Anthropic coordination 레이어로 이동 (실제 코드는 X — security 레슨 참조).

네 가지 prereq: Anthropic Pro/Max/Team/Enterprise 구독, macOS 13+ 또는 Windows 10/11 의 Claude Desktop, iOS 16+ 또는 Android 12+ 의 Claude 모바일 앱, Mac 이 깨어 있거나 schedule 에 깨도록 설정 (Sleep 설정 → Power Adapter → "display 꺼져도 자동 sleep 방지"). 그 wake config 없으면 Dispatch 작업이 Mac 졸 때 조용히 queue.

Setup 흐름: Claude Desktop 에서 Dispatch enable → working folder designate → 미리 승인 권한 grant (파일 경로, 앱 리스트, 네트워크) → 같은 Anthropic 계정으로 모바일 앱 로그인 → 페어링 확인.

Code

macOS Power settings for Dispatch·text
System Settings → Battery → Power Adapter
  ☑ Prevent automatic sleeping on power adapter when display is off
  ☑ Wake for network access

Optional: launchd to keep Cowork running
  ~/Library/LaunchAgents/com.anthropic.cowork.daemon.plist
  (Anthropic's installer typically handles this)

Verify Mac stays reachable:
  pmset -g          # check Sleep == 0 on AC
  caffeinate -i &   # belt-and-suspenders during testing
Pre-authorized scope (set once, reuse always)·text
Claude Desktop → Settings → Dispatch

Working folder:    ~/DispatchWork
Allowed apps:      Safari, Finder, TextEdit, Preview
Allowed paths:     ~/Documents/Finance (read)
                   ~/Desktop          (write)
                   ~/DispatchWork     (read+write)
Network:           ☑ MCP connectors only
Forbidden:         ~/.ssh, ~/Library/Keychains, ~/Documents/Personal

External links

Exercise

Mac 과 폰 양쪽에 Dispatch end-to-end 설정. 사전-승인 경로에 특히 주의 — Dispatch 가 read, write, 돌릴 수 있는 거 정확히 리스트. 작은 테스트 작업 보내. 알림 경로 작동 확인.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.