Ciphey CLI (uv-first)
One-shot (Direct Run)
- •Run directly:
bash "<path-to-skill>/scripts/ciphey.sh" --text "<ciphertext>" - •Or with a file:
bash "<path-to-skill>/scripts/ciphey.sh" --file "<path>" - •Pass through any Ciphey flags (the wrapper forwards unknown args to Ciphey).
Runner Preference (uv-first)
- •Default mode is
auto, which triesuvfirst and falls back to Docker. - •Force runners:
- •
CIPHEY_RUNNER_MODE=uv bash "<path-to-skill>/scripts/ciphey.sh" --text "..." - •
CIPHEY_RUNNER_MODE=docker bash "<path-to-skill>/scripts/ciphey.sh" --text "..." - •Or pass
--runner uv|docker|autoto the wrapper script.
- •
Notes
- •The script bootstraps
uv(via the official install script) and creates a local venv atscripts/.venvwhen using the uv runner. - •Default runner is uv-first. If Ciphey cannot be installed on the current platform, the script falls back to Docker.
- •Use only on content you are authorized to analyze.