一键导入
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: