# Show GN: ClaudeCodeMultiAccounts : 클로드 코드 다중 계정 스위칭용 스크립트

> Clean Markdown view of GeekNews topic #27973. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27973](https://news.hada.io/topic?id=27973)
- GeekNews Markdown: [https://news.hada.io/topic/27973.md](https://news.hada.io/topic/27973.md)
- Type: show
- Author: [wedding](https://news.hada.io/@wedding)
- Published: 2026-03-29T17:19:16+09:00
- Updated: 2026-03-29T17:19:16+09:00
- Original source: [github.com/Leuconoe](https://github.com/Leuconoe/ClaudeCodeMultiAccounts)
- Points: 4
- Comments: 2

## Topic Body

#### 서론   
개인/teams등 한 PC에서 여러 계정을 사용 할 경우, 매번 로그인 하는게 불편하여 만든 스크립트입니다.  
  
  
`!cc-sync-oauth`로 현재 계정을 싱크하고 `!cc-switch`로 쉽게 전환 가능하며, / 커맨드도 지원하나 지금은 hook 특성상 에이전트 라이프 사이클이 있어 `토큰 만료시 동작하지 않습니다`  
  
좀 더 나은 방법을 모색중입니다.  
  
#### 사용 예시  
```  
!cc-switch  
Available Claude accounts:  
* [0] Alex Example <alex@example.invalid> - Example Workspace - Pro  
  [1] Taylor Example <taylor@example.invalid> - Example Workspace - Teams  
  [2] Jordan Example <jordan@example.invalid> - Example Workspace - Enterprise  
```

## Comments



### Comment 54430

- Author: wedding
- Created: 2026-04-02T12:49:16+09:00
- Points: 1

이젠 남은 시간도 표기 되게 됩니다.  
  
  
```  
Available Claude accounts:  
* [0] Alex Example <alex@example.invalid> - Example Workspace - Pro | 5H:22%(~2h 7min) | 7D:31% (5D 10h) | synced: just now  
  [1] Taylor Example <taylor@example.invalid> - Example Workspace - Teams | 5H:?(unknown) | 7D:? (unknown) | synced: never  
  [2] Jordan Example <jordan@example.invalid> - Example Workspace - Enterprise | 5H:42%(~1h 10min) | 7D:51% (4D 6h) | synced: 1d ago  
```

### Comment 54075

- Author: wedding
- Created: 2026-03-29T17:19:56+09:00
- Points: 1

오타가 있습니다.  
`토큰 만료시` -> `사용량 초과시`
