vivadicta-search-and-rewrite
vivadicta search and rewrite
Use this skill to locate an existing transcription in the user's VivaDicta history and apply an AI preset to it. Covers natural-language IDs, preset resolution, and the end-to-end flow.
Preconditions
- VivaDicta.app installed at
/Applications/VivaDicta.appand running (rewrite requires the UI). - User has an AI provider configured with an API key (keychain) or a local MLX model loaded.
- Some history exists. If
vivadicta recent 1is empty, there's nothing to rewrite.
Identifier forms
rewrite (and get) accept three identifier shapes. Prefer in this order:
- Keyword: when the user clearly means the newest entry.
vivadicta rewrite latest --preset summary # also: last, most recent, newest, current
More from n0an/vivadicta-cli-skills
vivadicta-vault-export
Export a transcription to Obsidian-ready markdown with YAML frontmatter using vivadicta get --output markdown. Use when the user wants a dictation record as a markdown file in their vault or any shell pipeline expecting markdown.
1vivadicta-cli-usage
Run vivadicta commands against the user's VivaDicta for Mac history from the shell. Use when picking a subcommand, flag combo, or output format for the vivadicta CLI.
1vivadicta-transcribe-flow
Transcribe a local audio file or YouTube URL end-to-end with vivadicta, handling blocking vs async, progress, and error recovery. Use when the user wants speech from an audio source saved into their VivaDicta history.
1