Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add n0an/vivadicta-cli-skills --skill vivadicta-vault-exportgit clone --depth 1 https://github.com/n0an/vivadicta-cli-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/n0an/vivadicta-cli-skills/vivadicta-vault-export)<a href="https://agentmods.dev/skills/n0an/vivadicta-cli-skills/vivadicta-vault-export"><img src="https://agentmods.dev/badge/skills/n0an/vivadicta-cli-skills/vivadicta-vault-export/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/n0an/vivadicta-cli-skills/vivadicta-vault-export"><img src="https://agentmods.dev/badge/skills/n0an/vivadicta-cli-skills/vivadicta-vault-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.01239 |
| Opus 5 | $0.00027 | $0.00620 |
| Sonnet 5 | $0.00011 | $0.00248 |
| Haiku 4.5 | $0.00005 | $0.00124 |
Grade A, and why
vivadicta-vault-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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):
---
title: "Call with Sam about the sprint plan"
date: 2026-04-18T14:32:00Z
duration_seconds: 522
duration_display: "08:42"
source: "Mac"
viva_mode: "Coding"
tags: ["sprint-planning", "work"]
transcription_model: "parakeet-tdt-0.6b-v3"
---
# Raw transcript
...full transcript text...
# Latest enhancement (Action Points)
...enhanced text if present...
The frontmatter keys are stable and Obsidian-friendly (quotable strings, ISO dates, arrays).
Common patterns
Save today's dictation into a dated file:
vivadicta get latest --output markdown > ~/vault/transcripts/$(date +%F).md
Save a specific transcription by query:
vivadicta get "yesterday's call with sam" --output markdown > ~/vault/calls/sam-$(date +%F).md
Include every AI variation (Summary, Action Points, Email, …) as separate sections in the body:
vivadicta get <uuid> --output markdown --all-variations > ~/vault/notes/$(date +%F).md
Pipe to pbcopy for a quick paste into an existing note:
vivadicta get latest --output markdown | pbcopy
Append to a daily note (Obsidian Daily Notes plugin format):
vivadicta get latest --output markdown >> ~/vault/daily/$(date +%F).md
Identifier forms
Same three shapes as vivadicta-search-and-rewrite:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 142 lines · 54 tokens per session scan A 145a094d6945
vivadicta-vault-export is a skill published in the GitHub repository n0an/vivadicta-cli-skills (6 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 1,239 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
macvis
On-device, zero-token vision for AI agents (mac-local-vision, macOS). Read text from an image / screenshot / PDF (OCR), find the exact click-pixel of a word for E2E/UI assertions, scan QR codes and barcodes, tag/classify an image, group photos by face, flatten a photographed document, extract a document's structured…
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
officecli-data-dashboard
Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…
gws-sheets
Google Sheets: Read and write spreadsheets.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pptx
Create/edit/inspect/verify slide decks and PPTX presentations.