A Flow Launcher plugin that connects to OpenRouter AI models, allowing you to quickly query AI models 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 OpenRouter
- Open Flow Launcher
- Type the following command:
pm install AI Assistant
- Press Enter to install
- Open Flow Launcher Settings
- Navigate to the "Plugin Store" tab
- Search for "AI Assistant"
- Click "Install"
- 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
OPENROUTER_API_KEY
with your API key from OpenRouter - 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
ai
followed 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
OPENROUTER_API_KEY
environment 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.