How 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.
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.
npx claudepluginhub dnvriend/openai-tts-tool --plugin openai-tts-tool/shellProvides shell configuration guidance for bash and zsh, explaining startup files, environment variables, and shell options based on user query.
/bash-templateGenerates production-ready bash script templates for CLI tools, daemons, libraries, installers, and CI/CD pipelines with modern patterns, error handling, and configurable features.
/voice-langSets the TTS voice language mode to auto, de, or en. Runs a CLI script to configure the language setting.
/setupChecks system requirements and guides setup of the cc-hooks plugin, including uv installation and shell alias configuration.