skills/codex-pool/SKILL.md
Manage multiple Codex CLI accounts with codex-pool, including checking 5h and 1week usage, switching to the best available account, re-authorizing expired accounts, and launching codex after switching.
npx skillsauth add lilong7676/codex-pool codex-poolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants to inspect, switch, or repair Codex CLI accounts managed by codex-pool.
codex CLI is installed before doing anything else.codex-pool is already installed with command -v codex-pool, and if present compare its current version to the pinned v0.1.4 skill version.codex-pool is missing or older than the pinned skill version, explain that the skill will download the pinned v0.1.4 release archive and SHA256 file from this repository's GitHub Releases, verify the checksum, and install or upgrade the binary at ${INSTALL_DIR:-$HOME/.local/bin}/codex-pool.CODEX_POOL_INSTALL_APPROVED=1 ./scripts/ensure-codex-pool.sh.codex-pool doctorcodex-pool list --refreshcodex-pool watchcodex-pool refreshcodex-pool initcodex-pool addcodex-pool reauth <account-ref>codex-pool use <account-ref> or codex-pool use --bestcodex-pool run <account-ref> ... or codex-pool run --best ..../scripts/ensure-codex-pool.sh downloads from this repository's GitHub Releases (github.com with GitHub-owned release asset redirects) and installs or upgrades codex-pool in ${INSTALL_DIR:-$HOME/.local/bin}.codex-pool list --refresh, codex-pool watch, and codex-pool refresh may call ChatGPT usage endpoints on chatgpt.com, or another host already configured in the local Codex config.auth.openai.com.codex-pool use, codex-pool run, codex-pool init, codex-pool add, and codex-pool reauth may overwrite the live auth file at ~/.codex/auth.json.codex-pool init, codex-pool add, codex-pool reauth, and other account-management commands may create or update ~/.codex-pool/accounts.json and ~/.codex-pool/config.toml.codex-pool add, codex-pool init, and codex-pool reauth may launch the browser via codex login.codex-pool run ... starts another process after switching auth; only use it when the user explicitly asks to launch codex or another program.codex-pool update downloads a GitHub Release archive plus checksum and overwrites the installed binary in place; only use it after explicit user confirmation.codex-pool, switch accounts, start re-authorization, or launch a child process without explicit user confirmation.codex-pool is missing or older than v0.1.4, stop and ask for install or upgrade confirmation before running the installer.codex-pool doctor to confirm prerequisites.codex-pool list --refresh to inspect account status and usage.codex-pool use --best after confirmation.codex-pool run --best when the user explicitly wants to launch codex or another program after switching.codex-pool reauth <account-ref> after confirmation.codex-pool outside the skill bootstrap flow, prefer codex-pool update or rerunning the published install.sh../references/commands.md.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.