To discuss adding a new chat bot, please comment here: https://github.com/LucasAschenbach/prompster/discussions/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.
/
in an input field on the site.tab
key to insert the prompt associated with the selected keyword into the text field.Install from the official plugin store for your browser:
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:
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.