Cron Setup — Auth Token

Never store the raw token here or anywhere in this vault. This page is a status reference only — the vault auto-syncs to a remote git repo every 30 minutes, and personal-os itself gets pushed on request, so any raw secret written to a tracked file would leak.

  • Storage: CLAUDE_CODE_OAUTH_TOKEN set as a persistent Windows user environment variable via setx, not embedded in any script or file. Task Scheduler jobs inherit it automatically since they spawn fresh processes under the same user account.
  • Set on: 2026-07-02
  • Token fingerprint (last 4 chars, for identifying if it’s ever rotated): ...J4QAA
  • If it needs rotating: re-run claude setup-token in a terminal, then setx CLAUDE_CODE_OAUTH_TOKEN "<new token>" — no file edits needed anywhere.

See cron-paths and schedule.