AI Writing Assistant is here to assist you with any of your writing tasks, from fixing grammar to generating a list of action items.
This extension only work with Raycast
Obsidian.mp4
As a non-native English speaker, I often struggle to find my words and that can lead to spelling mistakes, with the help of such an assistant, I can now correct myself and improve along the way.
Currently, you need to clone this repo and install it locally in developer mode.
You will need to have Node.js and pnpm installed.
- Open your terminal.
- Clone this repo
git clone https://github.com/pierremouchan/raycast-ai-writing-assistant
- Go to the folder
cd raycast-ai-writing-assistant
- Install dependencies
npm install
- Go to Raycast, run
Import Extension
and select the folder - Add either your
Open AI API Key / Anthropic API Key / Groq API Key
to the configuration (Guide here) (It will automatically decide which API to use based on the key) - Enjoy the command 🎉
Simply select any text, open the writing assistant, choose any command, and paste the result! Voila!
Obsidian.mp4
The AI writing Assistant is here to help you with any tasks you want. The extension comes with default commands that you can override and extend:
You have access to the default example file here: assets/default-ai-commands-example.csv
You can open it in any CSV tool, add as many commands as you want, and configure the Raycast extension to use this new file.
Please have a look at how I structured my commands, your selected text will be appended between an opening <input>
and a closing </input>
. This helps the AI to be more precise and only output the desired result.
The result will be wrapped inside a <output>
and </output>
XML tags.
Do you want to specify a command for one-time use? Simply write it and press enter. ChatGPT is at your fingertips!
Obsidian2.mp4
Right now the extension is missing some features and minor details that I would like to address before publishing it live; however, if you wish to contribute to the project, feel free to contact me, open issues, or create PRs.
MIT License