A Raycast extension that improves the grammar, spelling, and punctuation of your selected text using AI.
- Fix grammar, spelling, and punctuation mistakes instantly
- Preserves the original tone, style, and meaning of your text
- Works with any selected text across macOS and Windows
- Automatically pastes the corrected text
- Clone this repository
- Run
npm install - Run
npm run devor import the extension in Raycast (Extensions → + → Add Script Directory) - Configure your OpenAI API key in the extension preferences
- (Optional) Choose your preferred OpenAI model
- Select any text in any application
- Open Raycast and run the Improve Grammar command
- The corrected text will automatically replace your clipboard and paste
Tip: Assign a hotkey to the command in Raycast (Extensions → Refine → Improve Grammar → Record Hotkey) for instant grammar fixes without opening Raycast.
| Preference | Description | Required | Default |
|---|---|---|---|
| OpenAI API Key | Your OpenAI API key | Yes | - |
| Model | OpenAI model to use | No | gpt-4o-mini |
gpt-4o-mini(default, fast and cost-effective)gpt-4o(more capable)gpt-4-turbo(high performance)
MIT