π¦ ClawHub
CS Relogin
by @anjun
Fast OpenAI Codex account switch for OpenClaw via the local cs command. Use when user sends `cs relogin`, asks to re-login or switch ChatGPT Codex account, o...
TERMINAL
clawhub install cs-reloginπ About This Skill
name: cs-relogin description: Fast OpenAI Codex account switch for OpenClaw via the local cs command. Use when user sends
cs relogin, asks to re-login or switch ChatGPT Codex account, or pastes OAuth callback URL/code to complete login.
allowed-tools: ["Bash(cs:*)"]
metadata: {"clawdbot":{"emoji":"π"}}
CS Relogin Skill
Use this skill to perform OpenAI Codex account switching without openclaw onboard.
Hard rules
cs directly, never call openclaw onboard for this task.Workflow
1. If user input is exactly cs relogin:
- Run:
cs relogin
- Return the login URL from command output.
- Ask user to finish browser auth and paste callback URL.2. If user input contains callback URL/code: - Run:
cs relogin ""
- Return key result lines:
- relogin completed status
- gateway restart status
- active profile/account summary3. If user asks status/debug: - Run:
cs relogin status
cs status
- Summarize pending state and active account.Output format
Acknowledgement rule (MUST)
cs relogin, cs relogin , cs status)
- whether it succeeded
- current state summary (pending relogin / active account)
cs relogin status
cs status
then send acknowledgement based on those results.