Skip to content

Other Plugins

Chris Smashe edited this page Jun 17, 2026 · 3 revisions

Action, Post-processing, Memory & Companion Plugins

Beyond transcription engines and LLM providers, TypeWhisper for Linux bundles plugins that run actions, post-process text, store memory, and provide companion behavior. This page covers those four categories.

The Actions and Memory categories on the Plugins page: Linear, Obsidian, Script Runner, Webhook, File Memory, and OpenAI Vector Memory

Action plugins

Action plugins run custom actions from transcriptions or prompt results.

Plugin Description
Linear Action plugin.
Obsidian Action plugin.

Post-processing plugins

Post-processing plugins transform text after transcription.

Plugin Description
Script Run a shell command against the transcription.

Memory storage plugins

Memory storage plugins persist and recall extracted memory entries. When one is enabled alongside a configured LLM provider, eligible transcriptions are mined for durable facts that future prompt actions can recall as context — see Memory.

Plugin Description
FileMemory Local JSON storage.
OpenAiVectorMemory Embedding-backed recall.

Companion plugins

Companion plugins observe app/plugin events and react.

Plugin Description
Webhook Notifications.

Per-plugin collection settings

The Webhook and Script plugins own user-editable collections and expose per-plugin collection settings under:

  • PluginData/<plugin-id>/

This keeps their entries surviving plugin reinstalls and lets the host edit them through the settings UI. See Plugins for more on the plugin model and where plugin data lives.

Related pages

  • Memory — how memory storage plugins feed long-term recall.
  • Plugins — plugin categories, deployment, and known gaps.

Changelog

Date Change
2026-06-17 Initial version.
2026-06-17 Added Actions / Memory plugins screenshot.

Clone this wiki locally