Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub dnvriend/openai-tts-tool --plugin openai-tts-toolHow this command is triggered — by the user, by Claude, or both
Slash command
/openai-tts-tool:completion shellThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate shell completion script for the specified SHELL. ## Usage ## Arguments - `SHELL`: Shell type (bash/zsh/fish) (required) ## Examples ## Output Returns shell-specific completion script for auto-completion support.
/shellProvides shell configuration guide for bash/zsh covering startup files, environment variables, and options based on query like bash, zsh, startup.
/setupSets up cc-hooks plugin: checks/installs uv, configures cld shell alias, and optional cc wrapper aliases with presets. Supports check|apikeys|test arguments.
/bash-templateGenerates production-ready bash script templates for CLI tools, daemons, libraries, installers, or CI/CD pipelines with customizable options.
Share bugs, ideas, or general feedback.
Generate shell completion script for the specified SHELL.
openai-tts-tool completion SHELL
SHELL: Shell type (bash/zsh/fish) (required)# Generate bash completion
openai-tts-tool completion bash
# Generate zsh completion
openai-tts-tool completion zsh
# Generate fish completion
openai-tts-tool completion fish
# Install directly (eval)
eval "$(openai-tts-tool completion bash)"
Returns shell-specific completion script for auto-completion support.