Prompeteer AI Prompt Generator — Community Node for 140+ Platforms

Hey n8n community! :waving_hand:

We just released n8n-nodes-prompeteer — a community node that connects your n8n workflows to Prompeteer.ai, a prompt engineering platform for 140+ AI platforms.

What it does

4 operations to automate your prompt engineering:

| Operation | What It Does |

|———–|————-|

| Generate Prompt | Create an optimized prompt for ChatGPT, Claude, Gemini, Midjourney, and 140+ more platforms. Auto-saves to your PromptDrive. |

| Score Prompt | Get a Prompt Score quality analysis (0-100) across 16 dimensions: structure, clarity, context, precision — free, unlimited |

| Enhance Prompt | Rewrite any prompt into a professional, optimized version using AI — free, unlimited |

| Health Check | Verify API connectivity |

All powered by the Prompeteer Contextual AI Platform.

Install

In your n8n instance:

Settings → Community Nodes → Install → n8n-nodes-prompeteer

Then get a free API key at prompeteer.ai/settings.

Example workflows

Auto-score before sending to ChatGPT:


Webhook → Prompeteer (Score) → IF score < 70 → Prompeteer (Enhance) → OpenAI
```

**Batch generate from Google Sheets:**
```
Google Sheets (Read) → Prompeteer (Generate) → Google Sheets (Write)
```

**Slack bot that improves prompts:**
```
Slack (Message) → Prompeteer (Enhance) → Slack (Reply)
```

## Key features

- **Prompt Score** — 16-dimension quality scoring on a 0-100 scale
- **PromptDrive** — Generated prompts auto-save to your personal cloud library
- Score and Enhance are **free and unlimited**
- See [pricing](https://prompeteer.ai/pricing) for Generate quota details

## Links

- [API Documentation](https://prompeteer.ai/connect)
- [npm package](https://www.npmjs.com/package/n8n-nodes-prompeteer)
- [GitHub](https://github.com/prompeteer/n8n-nodes-prompeteer)
- [Postman Collection](https://prompeteer.ai/postman/prompeteer-api-collection.json)

Would love to hear what workflows you build with it!