Open-source RightAI Tools Directory
  • Discover AI
  • Submit
  • Startup
  • Blog
Open-source RightAI Tools Directory
Discover the best AI tools of 2025 with the RightAI Tools Directory!

Friend Links

AI Anime GeneratorToolsApp AI

Support

Tap4
Privacy policyTerms & ConditionsContact Us
Loading...
loading...

What is a Prompster? A Prompster is a person who assists a speaker, actor, or presenter by providing them with lines or cues, usually in a subtle and discreet manner, during a performance, presentation, or speech.

Slash Commands for ChatGPT and Bard ===================================== Introduction Slash commands are a convenient way to interact with ChatGPT and Bard, allowing you to perform various tasks and actions within the chat interface. This guide provides an overview of the available slash commands for both ChatGPT and Bard. ChatGPT Slash Commands #General Commands * `/help`: Displays a list of available slash commands and their descriptions. * `/reset`: Resets the conversation, clearing all previous messages and context. #Conversation Management * `/start`: Starts a new conversation, allowing you to begin a fresh topic or task. * `/stop`: Ends the current conversation, stopping any ongoing tasks or topics. #Language and Tone * `/lang <language_code>`: Sets the language for the conversation (e.g., `/lang en` for English). * `/tone <tone>`: Adjusts the tone of the responses (e.g., `/tone formal` for formal tone). #Task Management * `/task <task_name>`: Creates a new task or topic for the conversation (e.g., `/task math problem`). * `/done`: Marks the current task as completed. #Information and Resources * `/define <word>`: Provides the definition of a word or phrase. * `/wiki <topic>`: Displays information about a topic from Wikipedia. Bard Slash Commands #General Commands * `/help`: Displays a list of available slash commands and their descriptions. * `/reset`: Resets the conversation, clearing all previous messages and context. #Conversation Management * `/start`: Starts a new conversation, allowing you to begin a fresh topic or task. * `/stop`: Ends the current conversation, stopping any ongoing tasks or topics. #Language and Tone * `/lang <language_code>`: Sets the language for the conversation (e.g., `/lang en` for English). * `/tone <tone>`: Adjusts the tone of the responses (e.g., `/tone formal` for formal tone). #Task Management * `/task <task_name>`: Creates a new task or topic for the conversation (e.g., `/task math problem`). * `/done`: Marks the current task as completed. #Information and Resources * `/define <word>`: Provides the definition of a word or phrase. * `/wiki <topic>`: Displays information about a topic from Wikipedia. * `/news <topic>`: Displays news articles related to a specific topic. Conclusion Slash commands provide a convenient way to interact with ChatGPT and Bard, allowing you to manage conversations, adjust language and tone, and access various resources. By mastering these commands, you can optimize your experience and get the most out of your interactions with these AI models.
Visit Website
What is a Prompster?

A Prompster is a person who assists a speaker, actor, or presenter by providing them with lines or cues, usually in a subtle and discreet manner, during a performance, presentation, or speech.
Visit Website

Introduction

Prompster is a Chrome extension designed to enhance your chat bot experience by providing instant access to a vast library of predefined prompts. Compatible with popular AI platforms like ChatGPT and Gemini, Prompster allows users to seamlessly insert prompts into the input field without interrupting their workflow. This tool streamlines the interaction process, making it more efficient and productive for users of various AI chat services.

Feature

Extensive Prompt Library

Prompster offers a comprehensive collection of over 200 predefined prompts, catering to a wide range of AI chat platforms including ChatGPT and Gemini.

Custom Prompt Creation

Users can personalize their experience by adding custom prompts as slash commands, enabling quick access to frequently used or specialized prompts.

Dynamic Variable Filling

The extension supports variable filling functionality, allowing users to create flexible prompts with placeholders that can be dynamically filled during use.

Seamless Integration

Prompster integrates directly into the chat interface, enabling users to access and insert prompts without leaving the chat window.

Free to Use

As a free Chrome extension, Prompster offers its full range of features without any subscription fees or hidden costs.

Cross-Platform Compatibility

The extension is continuously expanding its compatibility, with support for various AI platforms including image generation models.

FAQ

How do I install and use Prompster?

  1. Install the Prompster Chrome extension from the Chrome Web Store.
  2. Access the prompt library by clicking the extension icon and selecting the "Prompts" tab.
  3. Use prompts by typing '/' followed by the prompt keyword, then hit 'tab' to insert it into the input field.

How can I customize my Prompster experience?

  • Add custom prompts by clicking the "Add Custom Prompt" button and entering your prompt text.
  • Use variable filling by enclosing parts of your prompt with brackets [<variable>] for dynamic filling during use.
  • Clear all prompts quickly by importing an empty prompt library through the extension settings.

Why might Prompster not be working with ChatGPT?

A recent URL change for ChatGPT required an update to the extension manifest. This issue has been resolved in version 1.4.5 of Prompster.

Can Prompster be used with AI image generation tools?

Yes, Prompster is continuously expanding its compatibility to include more AI platforms, including image generation models.

Related Websites

YouTube Comment Analyzer
View Detail

YouTube Comment Analyzer

YouTube Comment Analyzer

Youtube comments analyzing

193.90 M
ChatGPT developed by OpenAI for Google
View Detail

ChatGPT developed by OpenAI for Google

ChatGPT developed by OpenAI for Google

This plugin uses OpenAI's ChatGPT technology to combine your questions with the answers found on the search engine results page.

193.90 M
AIScraper

This is a Python library for scraping data from websites that use the Amazon Interactive Search (AIS) API. 

Features:

* Easy to use: Simply provide a search query and the library will return a list of product results.
* Flexible: You can customize your scraping by specifying filters, such as price range, brand, and category.
* Efficient: The library uses asynchronous requests to speed up the scraping process.
* Reliable: The library is designed to handle rate limits and other website restrictions.

Installation:

```bash
pip install aiscraper
```

Usage:

```python
from aiscraper import AIScraper

Create an instance of the AIScraper class
scraper = AIScraper()

Perform a search for "laptops"
results = scraper.search("laptops")

Print the product titles
for result in results:
    print(result["title"])
```

Documentation:

https://github.com/aiscraper/aiscraper
View Detail

AIScraper This is a Python library for scraping data from websites that use the Amazon Interactive Search (AIS) API. Features: * Easy to use: Simply provide a search query and the library will return a list of product results. * Flexible: You can customize your scraping by specifying filters, such as price range, brand, and category. * Efficient: The library uses asynchronous requests to speed up the scraping process. * Reliable: The library is designed to handle rate limits and other website restrictions. Installation: ```bash pip install aiscraper ``` Usage: ```python from aiscraper import AIScraper Create an instance of the AIScraper class scraper = AIScraper() Perform a search for "laptops" results = scraper.search("laptops") Print the product titles for result in results: print(result["title"]) ``` Documentation: https://github.com/aiscraper/aiscraper

AIScraper This is a Python library for scraping data from websites that use the Amazon Interactive Search (AIS) API. Features: * Easy to use: Simply provide a search query and the library will return a list of product results. * Flexible: You can customize your scraping by specifying filters, such as price range, brand, and category. * Efficient: The library uses asynchronous requests to speed up the scraping process. * Reliable: The library is designed to handle rate limits and other website restrictions. Installation: ```bash pip install aiscraper ``` Usage: ```python from aiscraper import AIScraper Create an instance of the AIScraper class scraper = AIScraper() Perform a search for "laptops" results = scraper.search("laptops") Print the product titles for result in results: print(result["title"]) ``` Documentation: https://github.com/aiscraper/aiscraper

Web scraper, powered by AI! Collect structured data from web pages in just a few clicks! What's new 🔹Simplified data collection…

193.90 M
ChatGPT Keyboard Shortcuts

#Navigation

* Ctrl + →: Move to the next message
* Ctrl + ←: Move to the previous message
* Home: Move to the beginning of the conversation
* End: Move to the end of the conversation

#Editing

* Ctrl + A: Select all text
* Ctrl + C: Copy selected text
* Ctrl + X: Cut selected text
* Ctrl + V: Paste copied or cut text
* Ctrl + Z: Undo
* Ctrl + Y: Redo
* Ctrl + Shift + F: Format text as code

#Actions

* Enter: Send the message
* Shift + Enter: Insert a new line
* Ctrl + Shift + Enter: Send the message and insert a new line
* Esc: Cancel editing and close the message input field
* Ctrl + Shift + Space: Open the emoji picker
* Ctrl + Shift + /: Open the help menu

#Accessibility

* Ctrl + +: Increase font size
* Ctrl + -: Decrease font size
* Ctrl + 0: Reset font size to default
View Detail

ChatGPT Keyboard Shortcuts #Navigation * Ctrl + →: Move to the next message * Ctrl + ←: Move to the previous message * Home: Move to the beginning of the conversation * End: Move to the end of the conversation #Editing * Ctrl + A: Select all text * Ctrl + C: Copy selected text * Ctrl + X: Cut selected text * Ctrl + V: Paste copied or cut text * Ctrl + Z: Undo * Ctrl + Y: Redo * Ctrl + Shift + F: Format text as code #Actions * Enter: Send the message * Shift + Enter: Insert a new line * Ctrl + Shift + Enter: Send the message and insert a new line * Esc: Cancel editing and close the message input field * Ctrl + Shift + Space: Open the emoji picker * Ctrl + Shift + /: Open the help menu #Accessibility * Ctrl + +: Increase font size * Ctrl + -: Decrease font size * Ctrl + 0: Reset font size to default

ChatGPT Keyboard Shortcuts #Navigation * Ctrl + →: Move to the next message * Ctrl + ←: Move to the previous message * Home: Move to the beginning of the conversation * End: Move to the end of the conversation #Editing * Ctrl + A: Select all text * Ctrl + C: Copy selected text * Ctrl + X: Cut selected text * Ctrl + V: Paste copied or cut text * Ctrl + Z: Undo * Ctrl + Y: Redo * Ctrl + Shift + F: Format text as code #Actions * Enter: Send the message * Shift + Enter: Insert a new line * Ctrl + Shift + Enter: Send the message and insert a new line * Esc: Cancel editing and close the message input field * Ctrl + Shift + Space: Open the emoji picker * Ctrl + Shift + /: Open the help menu #Accessibility * Ctrl + +: Increase font size * Ctrl + -: Decrease font size * Ctrl + 0: Reset font size to default

Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.

193.90 M
AI Content Detector | GPT-4o, Anthropic, & ChatGPT

This AI content detector is designed to identify text generated by popular AI models, including GPT-4o, Anthropic, and ChatGPT.
View Detail

AI Content Detector | GPT-4o, Anthropic, & ChatGPT This AI content detector is designed to identify text generated by popular AI models, including GPT-4o, Anthropic, and ChatGPT.

AI Content Detector | GPT-4o, Anthropic, & ChatGPT This AI content detector is designed to identify text generated by popular AI models, including GPT-4o, Anthropic, and ChatGPT.

Free AI Content Detector | 使用我们的免费AI内容检测器来分析和检查文本,以查看它是否由AI生成。

97.78 K
Ask AI Browser
View Detail

Ask AI Browser

Ask AI Browser

Ask AI Browser Extension ========================== Description The Ask AI browser extension is a cutting-edge tool that revolutionizes the way you interact with the internet. This innovative extension harnesses the power of artificial intelligence to provide you with instant answers, suggestions, and insights as you browse the web. Features * Instant Answers: Get quick answers to your questions without leaving the current webpage. * Smart Suggestions: Receive relevant suggestions based on your browsing history and preferences. * AI-driven Insights: Uncover hidden gems and interesting facts about the topics you're interested in. * Personalized Experience: Enjoy a tailored browsing experience that adapts to your needs and preferences. How it Works 1. Install the Extension: Add the Ask AI browser extension to your favorite browser. 2. Ask Your Question: Type your question in the search bar or highlight a phrase on a webpage. 3. Get Instant Answers: Receive accurate and relevant answers, suggestions, and insights in real-time. Benefits * Save Time: Get instant answers and reduce your search time. * Enhance Productivity: Stay focused on your tasks with relevant suggestions and insights. * Improve Knowledge: Expand your knowledge with interesting facts and hidden gems. Get Started Download the Ask AI browser extension today and experience the future of browsing!

193.90 M
TableSherpa: Web to Sheets Exporter
View Detail

TableSherpa: Web to Sheets Exporter

TableSherpa: Web to Sheets Exporter

Export tables from websites to Google Sheets with one click.

193.90 M
MangoFlow: AI Chat Sidebar
View Detail

MangoFlow: AI Chat Sidebar

MangoFlow: AI Chat Sidebar

Smart Copilot for Internet Surfing, a smart assistant for browsing the web.

193.90 M