vivadicta-vault-export
vivadicta vault export
Use this skill to write a VivaDicta transcription into a markdown file suitable for an Obsidian vault, a daily note, a blog draft, or any pipeline that consumes markdown.
Preconditions
- VivaDicta.app installed at
/Applications/VivaDicta.app. UI app does not need to be running -getis a read command. - The target transcription exists in history. If the user said "today's dictation", confirm with
vivadicta recent 1first.
The one flag that matters
--output markdown on get produces YAML frontmatter + body. This is the Obsidian-ready form. Other subcommands don't support markdown output.
vivadicta get latest --output markdown
Output shape (stdout):
More from n0an/vivadicta-cli-skills
vivadicta-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-search-and-rewrite
Find a past transcription by natural-language query or keyword and rewrite it with an AI preset using vivadicta. Use when the user wants to turn existing dictation into action items, an email, a summary, or any other preset output.
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