LimitWise schedules Codex work while respecting rolling five-hour and weekly usage limits.
Compatibility warning: LimitWise has only been tested on Linux x86-64. macOS, including Apple Silicon, and other architectures are untested and require confirmation during installation.
curl -fsSL https://raw.githubusercontent.com/aarsht7/limitwise/main/install.sh | shThe installer verifies the release checksum, installs the marketplace and plugin, then asks separately before installing the background service. Open a new Codex conversation when it finishes.
Terse output is built into $schedule-codex-tasks; there is no separate skill to install or invoke. When the LimitWise skill is active, replies are terse by default to reduce output tokens. Say normal mode for fuller prose, terse mode to return to the default, or ultra terse for the shortest safe replies. Exact commands, paths, timestamps, IDs, error text, and quota warnings are preserved.
After install, quick checks:
codex plugin list
codex plugin marketplace listTechnical users can install the GitHub marketplace directly:
codex plugin marketplace add aarsht7/limitwise
codex plugin add limitwise@limitwiseDirect marketplace installation does not install a prebuilt binary or background service. Use the installer above for the complete setup.
For complete uninstall and cleanup instructions by install method (installer, marketplace-only, source build, emergency manual cleanup), see plugins/limitwise/docs/troubleshooting.md.
Plugin source and documentation live in plugins/limitwise.
