一键导入
cardinal-disconnect
Disconnect Gemini CLI from Cardinal by revoking keys, removing the extension bundle and managed settings entries, and deleting local state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Disconnect Gemini CLI from Cardinal by revoking keys, removing the extension bundle and managed settings entries, and deleting local state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Mine this engineer's own session telemetry for capability-fit recommendations (extract a new sub-agent, pin/downgrade a model tier, adopt or swap an existing capability, consolidate duplicates) and, on confirmation, write the accepted artifact into the working tree. Only run this when the user explicitly asks to optimize their toolkit, review capability-fit recommendations, or names this skill directly — do not trigger it opportunistically off a loose topical match.
Mine this engineer's own session telemetry for capability-fit recommendations (extract a new sub-agent, pin/downgrade a model tier, adopt or swap an existing capability, consolidate duplicates) and, on confirmation, write the accepted artifact into the working tree. Only run this when the user explicitly asks to optimize their toolkit, review capability-fit recommendations, or names this skill directly — do not trigger it opportunistically off a loose topical match.
Mine this engineer's own session telemetry for capability-fit recommendations (extract a new sub-agent, pin/downgrade a model tier, adopt or swap an existing capability, consolidate duplicates) and, on confirmation, write the accepted artifact into the working tree. Only run this when the user explicitly asks to optimize their toolkit, review capability-fit recommendations, or names this skill directly — do not trigger it opportunistically off a loose topical match.
Connect Codex to Cardinal by running the device-code flow and configuring telemetry hooks plus the unified Cardinal MCP server.
Disconnect Codex from Cardinal by revoking keys and removing managed Codex MCP and hook config.
Check the Cardinal Codex connection and probe configured telemetry and MCP endpoints.
| name | cardinal-disconnect |
| description | Disconnect Gemini CLI from Cardinal by revoking keys, removing the extension bundle and managed settings entries, and deleting local state. |
Use this skill when the user asks to disconnect Gemini CLI from Cardinal, remove Cardinal integration, or clean up local Cardinal state.
Run:
python3 scripts/cardinal-disconnect
The script best-effort revokes the recorded ingest and MCP keys server-side, then removes the extension bundle at ~/.gemini/extensions/cardinal/ (only when tagged cardinalManaged: true), strips managed telemetry / mcpServers / hooks entries from ~/.gemini/settings.json, and deletes ~/.gemini/cardinal.json, ~/.gemini/cardinal-secrets.json, and ~/.gemini/cardinal/.
Pass --force if ~/.gemini/cardinal.json is missing but the user still wants to sweep for orphaned Cardinal-managed entries.
Tell the user to restart Gemini CLI after disconnecting so it reloads MCP and hook configuration.