This repository is a fork of ShamanicArts/Flow.Launcher.Plugin.AI-Assistant.
The Flow Launcher plugin connects to the desired model via any OpenAI API-compatible provider (such as OpenRouter), allowing you to quickly ask the AI model anything directly from your launcher.
- Query AI models directly from Flow Launcher
- Uses delimiter-based command pattern (
||) to trigger queries - API key can be set via environment variable for security
- Results can be copied to clipboard or opened in Notepad
- Supports multiple AI models through OpenAI API-compatible providers
- Customizable system prompt
- Can change the text editor to another text editor
- Ability to enable/disable reasoning mode
### Method 1: Via Flow Launcher (Deprecated for this fork)
Open Flow LauncherType the following command: pm install AI AssistantPress Enter to install
### Method 2: Plugin Store (Deprecated for this fork)
Open Flow Launcher SettingsNavigate to the "Plugin Store" tabSearch for "AI Assistant"Click "Install"
Note: These methods do not work with this fork; you will install the original version this way.
- Download the latest release from the Releases page
- Extract the zip file to
%APPDATA%\FlowLauncher\Plugins - Restart Flow Launcher
For security, your OpenRouter API key should be set as an environment variable:
- Create an environment variable named
FLOWLLM_API_KEYwith your API key from OpenRouter or another OpenAI-compatible provider. - Restart Flow Launcher to apply the changes
The plugin supports the following settings:
default_model: The AI model to use (default: "deepseek/deepseek-chat:free")delimiter: Symbol that indicates when to send a prompt (default: "||")
- Type
aifollowed by your question and the delimiter:ai What is quantum computing? ||
- The plugin will display the AI's response with two options:
- AI Response: Click to copy the full response to clipboard
- Open in Notepad: Click to open the response in Notepad for viewing or editing
ai Explain the theory of relativity in simple terms ||ai Write a short Python script to calculate Fibonacci numbers ||ai What's the capital of France? ||
- API Key not set: Make sure the
FLOWLLM_API_KEYenvironment variable is set correctly - No response: Ensure you're adding the delimiter (
||) at the end of your query - Models not loading: Check your internet connection and API key validity
- Flow Launcher
The plugin is built and packaged automatically via GitHub Actions when changes are pushed to the main branch.
This project is licensed under the MIT License - see the LICENSE file for details.


