wispr-dictionary

Add words, replacements, or snippets to the Wispr Flow dictionary.

1|Updated May 12, 2018
One-click install
npx skills add https://github.com/tbroadley/dotfiles --skill wispr-dictionary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wispr-dictionary
Source: https://github.com/tbroadley/dotfiles/tree/main/claude/skills/wispr-dictionary
Command: npx skills add https://github.com/tbroadley/dotfiles --skill wispr-dictionary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add entries to the Wispr Flow personal dictionary to improve voice dictation recognition.

Core Features & Use Cases

  • Add a single word or phrase to the dictionary.
  • Define replacements to correct common misrecognitions.
  • Create snippets for quick text expansion in Wispr Flow.

Quick Start

wispr-add-dictionary "METR" wispr-add-dictionary "teh" "the" wispr-add-dictionary -s "shrug" "¯_(ツ)_/¯"

Frequently Asked Questions about wispr-dictionary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add custom words to Wispr Flow voice dictation?

You can add custom words to Wispr Flow voice dictation by running the wispr-add-dictionary command with your target word. This inserts the entry directly into the Wispr Flow database to improve recognition accuracy.

Can I create text expansion snippets in Wispr Flow?

Yes, you can create text expansion snippets in Wispr Flow by running the wispr-add-dictionary command with the -s flag, passing the trigger and the expanded text. This automates snippet creation for quick text insertion.

How do I fix common word misrecognitions in macOS voice dictation?

To fix misrecognitions in macOS voice dictation, define a replacement entry using the wispr-add-dictionary command with the misrecognized term and its correct target word. This maps the error to the correct text in Wispr Flow.

Do I need Accessibility permissions to automate Wispr Flow dictionary entries?

Yes, you need Accessibility permissions for Terminal to control System Events when automating Wispr Flow dictionary entries. Wispr Flow must also be running on macOS with the Dictionary tab available.

Does adding Wispr Flow dictionary entries work inside containers?

Adding Wispr Flow dictionary entries works inside containers when the host url-listener is running and properly forwarding workflows. This setup allows container environments to interact with the local macOS Wispr Flow database.

What limitations exist when automating Wispr Flow dictionary entries?

Limitations of automating Wispr Flow dictionary entries include strict macOS dependencies: Wispr Flow must be running, the flow.sqlite database path must exist, and Terminal requires Accessibility permissions to control System Events.