بنقرة واحدة
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: