To discuss adding a new chat bot, please comment here: #5
Prompster is a browser extension that streamlines your experience with OpenAI's ChatGPT and other chatbots by providing quick and easy access to a rich and customizable library of prompts. Simply type "/" followed by the prompt name to insert the prompt directly into your chat input field. Prompster comes with a list of predefined prompts which can be found here. This library can be customized and extended to your liking from within the extension by clicking the extension icon in the browser task bar.
- ChatGPT
- Bard (Legacy)
- Gemini
- Claude
- Google AI Studio
- Groq
- OpenAI Playground
- Huggingface Chat
- Meta AI
- AgentGPT
- Poe
- nat.dev/chat
- you.com
- Type the trigger character
/
in an input field on the site. - An autocomplete window with a textfield will appear above the input field.
- As you type your prompt keyword, the window will display up to 5 suggestions that match the starting characters.
- The first suggestion is selected by default, but you can navigate the options using arrow keys.
- Press the
tab
key to insert the prompt associated with the selected keyword into the text field. - Press the escape key to close the window and discard the text.
Install from the official plugin store for your browser:
- Clone this repository:
git clone https://github.com/lucasaschenbach/prompster.git
- Change to the project directory:
cd prompster
- Install the dependencies:
npm install
- Build the extension:
npm run build
- Load the extension in Chrome:
- Open Chrome and go to chrome://extensions/.
- Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the dist folder in the project directory.
- Your extension should now be loaded and ready to use with ChatGPT.
The prompts inside static/default_prompts.json were sourced from the Awesome ChatGPT Prompts repository. If you found the prompts interesting and useful, consider checking out their repository!
This project is open-source and available under the MIT License. For more details, please see the LICENSE file.