Documentation Index
Fetch the complete documentation index at: https://docs.vowen.ai/llms.txt
Use this file to discover all available pages before exploring further.
Workflows
Workflows are voice-triggered actions. Speak a command while in transcription mode, and Vowen executes an action instead of pasting text.Built-in Workflows
| Trigger Phrase | Action |
|---|---|
| ”Search Google for…” | Opens Google search with your query |
| ”Search YouTube for…” | Opens YouTube search |
| ”Open ChatGPT…” | Opens ChatGPT with your prompt |
How Workflow Triggers Work
Vowen matches your transcribed speech against configured workflow triggers using:- Exact prefix matching
- Known aliases (e.g., “Google” matches “Search Google”)
- Fuzzy matching (75% similarity threshold)
Custom Utilities Pro plan
Custom Utilities are shortcut-triggered AI prompts that don’t require voice recording. They gather context (selected text, clipboard) and send it to your AI provider.Creating a Custom Utility
- Open the Vowen app and click Workflows in the left sidebar
- Switch to the Custom Utilities tab
- Click + Create New
- Configure:
- Name: what it’s called
- Shortcut: keyboard shortcut to trigger it
- Prompt: the AI instruction (supports template variables)
- Output: paste result or show notification
Template Variables
Use these in your prompt to include dynamic context:| Variable | Value |
|---|---|
{{selected_text}} | Currently selected text in any app |
{{clipboard}} | Current clipboard contents |
Example Custom Utilities
Proofread Selection:- Shortcut:
Ctrl + Shift + P - Prompt:
Proofread and fix any errors in this text, preserving the original meaning: {{selected_text}} - Output: Paste (replaces selected text)
- Shortcut:
Ctrl + Shift + S - Prompt:
Summarize this in 3 bullet points: {{clipboard}} - Output: Paste
- Shortcut:
Ctrl + Shift + T - Prompt:
Translate this to Spanish: {{selected_text}} - Output: Paste
Validation
If your prompt uses{{selected_text}} but nothing is selected when you trigger the utility, Vowen will warn you before proceeding.
Requirements
- An AI provider must be connected
- Custom Utilities have a 500ms debounce to prevent accidental double-triggers