Fcitx5 Vinput
Adds voice‑to‑text input to Fcitx5, letting you dictate locally (Vosk) or via cloud (OpenAI) and optionally rewrite the text with an LLM.
- •You want hands‑free typing on Linux desktops that already use Fcitx5.
- •You need a privacy‑focused local speech recogniser (Vosk) but also want the option to call a cloud LLM for rewriting.
- •You prefer a single install that works across Ubuntu, Arch, and Fedora without pulling in heavyweight GUI dictation apps.
Press the hotkey, say: “Schedule a meeting with the product team next Tuesday at 10 am, then rewrite it as a formal email invitation.” The plugin will transcribe, send the raw text to OpenAI, and paste the polished email into your editor.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/fcitx5-vinput && curl -fsSL https://workflowstacks.com/api/skills/fcitx5-vinput/claude-skill -o ~/.claude/skills/fcitx5-vinput/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Fcitx5 Vinput is a large C++ project (~28k lines across 187 code files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, GPL-3.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3src/cli/main.cppInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/fcitx5-vinput && curl -fsSL https://workflowstacks.com/api/skills/fcitx5-vinput/claude-skill -o ~/.claude/skills/fcitx5-vinput/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.