← ClaudeAtlas

gemini-cancellisted

Cancel a tracked Gemini for Codex background job when the runtime can safely validate it.
yilibinbin/external-models-for-codex · ★ 1 · AI & Automation · score 60
Install: claude install-skill yilibinbin/external-models-for-codex
# Gemini Cancel Use this skill when Codex needs to cancel a tracked Gemini for Codex job. Run: ```bash node "${CODEX_PLUGIN_ROOT}/scripts/gemini-companion.mjs" cancel "$ARGUMENTS" ``` Rules: - Require a job id. - Do not claim a running process was stopped unless the runtime reports `cancelled`. - If the runtime reports `cancel_failed`, tell the user that the plugin could not validate a process identity for safe cancellation.