Prompt Library
Pre-built and custom prompt templates for common AI tasks.
7 min read
Prompt Library
The prompt library is a collection of reusable prompt templates that you can insert into AI chat with one click. It ships with curated prompts for common tasks and lets you create your own — from simple text templates to structured SOP-style prompts with roles, rules, examples, and knowledge context.
Built-in Prompt Categories
WISEROWS ships with curated prompts organized by use case:
Category | Example Prompts | What They Help With |
|---|---|---|
| Content Generation | Blog post outline, product description, social media copy | Creating first drafts for various content formats |
| SEO Analysis | Keyword gap analysis, meta tag optimization, content audit | Identifying SEO opportunities and fixing issues |
| Data & Entities | Bulk entity creation, data cleanup, schema suggestions | Managing and organizing your project data |
| Analytics & Insights | Traffic summary, content performance report, competitor analysis | Understanding what is working and what is not |
| Strategic | Content calendar planning, topic ideation, audience research | High-level planning and strategy development |
Creating Custom Prompts
Open the Prompts panel
Go to Prompts in the sidebar or click the prompt icon in the chat interface.
Click New Prompt
Choose between a simple prompt (just a text template) or a structured prompt (SOP-style with multiple sections).
Configure your prompt
Fill in the required fields:
titlestringrequiredpromptTextstringrequiredcategorystringrequireddescriptionstringSave and use
Your prompt appears in the library immediately. Click it in chat to insert it, fill in any variables, and send.
Simple vs. Structured Prompts
Simple Prompts
A simple prompt is a text template with optional {{variable}} placeholders. When you select it in chat, the placeholders are highlighted for you to fill in.
Example — Blog Post Outline:
Create a detailed blog post outline for the topic "{{topic}}".
Target audience: {{audience}}
Target keyword: {{keyword}}
Desired word count: {{wordCount}}
Include:
- A compelling headline with the target keyword
- Introduction hook
- 4-6 H2 sections with 2-3 bullet points each
- Conclusion with a call to action
- 3 internal linking opportunities
Structured Prompts (SOP-Style)
Structured prompts break the instruction into discrete sections, making them more reliable for complex tasks. Each section serves a specific purpose:
roleInstructionstringtaskInstructionstringrulesstring[]outputFormatstringfewShotExamplesArray<{input, output}>negativeExamplesstring[]knowledgeSlugsstring[]modelOverridestringExample — Structured SEO Meta Description Prompt:
Role: You are an SEO copywriter specializing in meta descriptions
that maximize click-through rates from search results.
Task: Write a meta description for the page titled "{{pageTitle}}"
targeting the keyword "{{keyword}}".
Rules:
- Maximum 155 characters (hard limit)
- Include the target keyword naturally within the first 100 characters
- Include a clear call to action
- Do not use quotes or special characters that break in SERPs
- Match the search intent: {{searchIntent}}
Output Format: Return a single string — the meta description only.
Example:
Input: pageTitle="Best CRM Software 2025", keyword="best CRM software"
Output: "Compare the best CRM software for 2025. See features, pricing,
and real user reviews to find the right CRM for your team."
Anti-patterns:
- Do not start with "This page is about..."
- Do not use clickbait or misleading claims
- Do not stuff the keyword more than once
Using Prompts in Chat
In the chat interface, click the prompt icon (book icon) to open the library browser. You can:
- Browse by category — Filter by Content Generation, SEO Analysis, etc.
- Search — Type to filter prompts by title or description
- Preview — See the full prompt text before inserting
- Insert — Click a prompt to insert it into the chat input
- Fill variables — Replace
{{placeholders}}with your actual values - Send — Press Enter to send the completed prompt
Variable Substitution
When a prompt contains {{variable}} placeholders, the system highlights them in the chat input. Variables support default values — if a variable has a default, it is pre-filled but editable.
Analyze the SEO performance of our {{contentType|blog posts}} over
the last {{timeframe|30 days}}. Focus on {{metric|organic traffic}}
trends.
In this example, blog posts, 30 days, and organic traffic are defaults that you can override.
AI-Generated Prompt Suggestions
Not sure how to write a prompt? Describe what you need in plain language, and WISEROWS will generate three unique prompt suggestions for you.
Click 'Suggest Prompts'
In the prompt creation flow, click Suggest Prompts instead of writing from scratch.
Describe your need
Write a plain-language description, e.g., "I need to analyze our competitor's blog content strategy and find gaps in our coverage."
Choose a suggestion
The AI generates 3 distinct prompts, each taking a different angle. Pick the one that best fits your need, or use them as starting points for customization.
Extension Prompts
Extensions contribute their own prompts when installed. These prompts are tailored to the extension's capabilities and appear in your library alongside curated and custom prompts.
For example, installing the SEO extension adds prompts for:
- Keyword cluster analysis
- Content gap identification
- SERP feature optimization
- Internal linking recommendations
Extension prompts follow the same structured format and support variables, knowledge context, and model overrides.
