Switch Codex back to its normal provider for future sessions.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add workweave/router --skill disable-routing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Disable Routing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/workweave-disable-routing)More formats (shields.io, HTML) on the badges page.
---
name: disable-routing
description: "Switch Codex back to its normal provider for future sessions."
---
<!-- weave-router managed disable-routing skill -->
# Disable Weave routing
When the user invokes `$disable-routing`, switch the current Codex installation
off the Weave Router without logging out or deleting its router configuration.
1. Explain that the change takes effect on the next `codex` launch and that it
can later be reversed with `npx --package @workweave/router -y -- weave-router on --codex{{SCOPE}}`.
2. Run exactly:
```bash
npx --package @workweave/router -y -- weave-router off --codex{{SCOPE}}
```
3. Report the command result. Do not uninstall the router or alter any other
Codex settings.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!