원클릭으로
cogamer-setup
Install softmax-cli, authenticate via softmax login, and find or create a cogames player
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install softmax-cli, authenticate via softmax login, and find or create a cogames player
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Diagnose the biggest CvC policy weakness from eval metrics and LLM-Python trace data
Run multi-episode CvC evaluation and produce structured JSON metrics
Implement one targeted CvC code change from analysis, verify improvement, submit if better
Run a CvC game and capture LLM-Python communication trace for analysis
| name | cogamer.setup |
| description | Install softmax-cli, authenticate via softmax login, and find or create a cogames player |
Install dependencies, authenticate with Softmax, and establish your player identity.
Announce at start: "I'm using the setup skill to install dependencies, authenticate, and set up your player identity."
pip install softmax-cli
Verify CLI works:
softmax --help
softmax cogames --help
Check current auth status:
softmax status
If not authenticated, the user must log in interactively. Tell them to run:
! softmax login
This opens a browser for OAuth. The ! prefix runs it in the current session so the auth token is captured. Wait for the user to complete login, then verify:
softmax status
List existing players:
softmax cogames player list
If a player exists: note the player name, proceed to step 4.
If no player exists: ask the user to choose a player name (short, lowercase, memorable), then create it:
softmax cogames player create -n <player-name>
Run a quick local game to confirm everything works:
softmax cogames play -m machina_1 -p class=cvc_policy.cogamer_policy.CvCPolicy --render=log -s 100
If this succeeds, setup is complete.
Report: