Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jolehuit/clother/llms.txt
Use this file to discover all available pages before exploring further.
claude: command not found
claude: command not found
Clother requires the Claude Code CLI to be installed before it can launch any provider. If After installation, restart your shell and verify with:Then run
claude is missing, install it first:clother install to let Clother locate the binary.clother: command not found
clother: command not found
The directory where Clother was installed is not on your Then add that directory to your shell’s Reload your shell:Alternatively, override the install directory at install time using
PATH.Check which directory Clother uses:PATH. For example, if Clother is installed to ~/.local/bin:--bin-dir or CLOTHER_BIN. See the platform support page for default paths.claude --resume ... does not behave like Clother
claude --resume ... does not behave like Clother
The The path shown should be inside the Clother bin directory (e.g.
claude shim installed by Clother is not being picked up — your shell may be resolving the original claude binary instead.- Restart your shell to clear any cached binary paths.
- Re-run the install to make sure the shim is in place:
- Verify the shim is resolved first:
~/.local/bin/claude), not the original Claude install location.--yolo is not recognized
--yolo is not recognized
The
--yolo flag is handled by the Clother claude shim. If the flag is not recognized, the shim is not being used.- Restart your shell.
- Run
clother installto ensure the shim is installed and up to date. - Confirm
which claudepoints to the Clother bin directory.
API key not set
API key not set
A launcher exited with an error like You can also run
API key not set because the required secret has not been configured yet.Run the interactive config for the affected provider:clother config without arguments to pick from a menu.API keys are stored in ~/.local/share/clother/secrets.env (permissions 600).Testing whether a provider endpoint is reachable
Testing whether a provider endpoint is reachable
Use Each result shows whether the endpoint is reachable and the HTTP status code returned. A result of
clother test to check HTTP connectivity to provider endpoints without starting a full Claude session:unreachable indicates a network or firewall issue, not necessarily a credentials problem.Checking what Clother has installed
Checking what Clother has installed
Run For scripting or CI, use JSON output:This is also useful when configuring VS Code integration — the
clother status to see the current version, all relevant directories, and the number of active profiles:Bin path shown is where your launcher binaries live, and you can pass the full path of any launcher to the claudeProcessWrapper setting.Where are API keys stored?
Where are API keys stored?
Clother stores all API keys in:The file is created with
chmod 600 (readable only by your user). You can view or edit it directly if needed, but the recommended way to update keys is via:Finding the launcher path for VS Code integration
Finding the launcher path for VS Code integration
The Claude Code VS Code extension (Set On macOS the bin directory is typically
claudeProcessWrapper setting) requires the full absolute path to a launcher binary.Run clother status to find your bin directory, then append the launcher name:claudeProcessWrapper to the full path, for example:~/bin: