Grompt Plugin banner
jgravelle jgravelle

Grompt Plugin

Development community

Description

Grompt is a self-contained Chrome plugin that re-engineers your prompts for optimal results using the Groq API. It allows users to quickly refine their prompts directly within their browser, enhancing the quality of their AI interactions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Grompt Chrome Plugin

![image](https://github.com/user-attachments/assets/150ed71a-d93d-42f5-9472-54dad9b351bb)

![image](https://github.com/user-attachments/assets/3a00f797-698f-4133-b1e6-eebc8ca4c9a7)

Description

Grompt is a self-contained Chrome plugin that re-engineers your prompts for optimal results using the Groq API. It allows users to quickly refine their prompts directly within their browser, enhancing the quality of their AI interactions.

Installation

Prerequisites

  • Google Chrome browser
  • Groq API key

Installing the Grompt Plugin

  1. Clone or download the Grompt repository to your local machine:

    git clone https://github.com/your-repo/Grompt.git

    or download and extract the ZIP file from the repository.

  2. Open Google Chrome and navigate to `chrome://extensions/`.

  3. Enable "Developer mode" by toggling the switch in the top right corner.

  4. Click on "Load unpacked" button that appears after enabling Developer mode.

  5. Navigate to the `Grompt_plugin` directory within the Grompt folder and select it.

  6. The Grompt plugin should now be installed and visible in your Chrome extensions.

Configuration

  1. Click on the Grompt icon in your Chrome toolbar to open the popup.
  2. Enter your Groq API key in the provided field.
  3. Click "Save" to store your API key securely.

File Structure

Grompt_plugin/
│   background.js
│   content.js
│   icon128.png
│   icon16.png
│   icon48.png
│   manifest.json
│   popup.html
│   popup.js
│   README.md

Usage

  1. Right-click on the request input text for any LLM and select 'GROMPT!' from the context menu.
  2. The optimized text will replace the original text and be copied to your clipboard.
  3. If the revised text doesn't auto-appear, do a 'Paste' (CTL-V). It's that easy!

Development

To make changes to the plugin:

  1. Edit the relevant files in the Grompt_plugin directory.
  2. Save your changes.
  3. Go to chrome://extensions/ in Chrome.
  4. Find the Grompt plugin a