← 返回
沟通协作 中文

CS Relogin

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...
快速通过本地 cs 命令在 OpenClaw 中切换 OpenAI Codex 账户。当用户发送 `cs relogin`、请求重新登录或切换 ChatGPT Codex 账户时使用。
anjun
沟通协作 clawhub v1.1.2 1 版本 100000 Key: 无需
★ 1
Stars
📥 730
下载
💾 14
安装
1
版本
#latest

概述

CS Relogin Skill

Use this skill to perform OpenAI Codex account switching without openclaw onboard.

Hard rules

  • Always execute cs directly, never call openclaw onboard for this task.
  • Keep flow non-interactive.
  • If user provided a callback URL/code, do completion step immediately.

Workflow

  1. If user input is exactly cs relogin:
    • Run:

```bash

cs relogin

```

  • Return the login URL from command output.
  • Ask user to finish browser auth and paste callback URL.
  1. If user input contains callback URL/code:
    • Run:

```bash

cs relogin ""

```

  • Return key result lines:
  • relogin completed status
  • gateway restart status
  • active profile/account summary
  1. If user asks status/debug:
    • Run:

```bash

cs relogin status

cs status

```

  • Summarize pending state and active account.

Output format

  • Keep response concise and actionable.
  • Include exact next command when another step is needed.
  • Never expose full tokens/secrets.
  • On command failure, include raw cs stderr first (do not guess the reason).

Acknowledgement rule (MUST)

  • Every successful action must have an explicit acknowledgement (回执) to the user.
  • Minimum acknowledgement content:
  • what was executed (e.g. cs relogin, cs relogin , cs status)
  • whether it succeeded
  • current state summary (pending relogin / active account)
  • If command output is missing or tool callback is flaky, immediately run:

```bash

cs relogin status

cs status

```

then send acknowledgement based on those results.

  • Never end silently after command execution.

版本历史

共 1 个版本

  • v1.1.2 当前
    2026-03-30 06:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,725
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678