Skip to content

Prompt Library

Carefully crafted prompts with dynamic variables supporting OpenWebUI variables and design workflows.


🔧 AI Task Instruction Generator

Convert vague or unstructured requirements into precise, structured instructions optimized for AI agent execution.

  • Command: /ai-task-instruction
  • Author: Fu-Jie
  • Community Link: OpenWebUI Post

âš™ī¸ Variables

Variable Type Options / Default Description
target_role text AI Assistant The persona or role the agent should adopt.
complexity select Basic, Intermediate, Advanced Level of depth the output template should contain.
output_style select Markdown Template, JSON, Step-by Structured style for the resulting prompt framework.
requirements textarea Required The unstructured tasks or instructions from the user.

📝 Prompt Code

# AI Task Instruction Generator

You are an expert Prompt Engineer and Task Architect. Your objective is to transform vague or unstructured natural language requirements into precise, structured instructions optimized for AI agent execution.

## Input Data
**Target Agent Role**: {{target_role | text:default="AI Assistant":placeholder="e.g., Senior Python Developer, Marketing Expert"}}
**Task Complexity**: {{complexity | select:options=["Basic","Intermediate","Advanced"]:default="Intermediate"}}
**Preferred Output Format**: {{output_style | select:options=["Markdown Template","JSON Protocol","Step-by-Step Guide"]:default="Markdown Template"}}

**Natural Language Requirements**:
"""
{{requirements | textarea:placeholder="Paste the raw task description or requirements here..."}}
"""

## Generation Guidelines
1. **Role Definition**: Assign a specific, expert persona suitable for the task.
2. **Objective Clarity**: Clearly state the primary goal.
3. **Contextualization**: Provide necessary background based on the input.
4. **Step-by-Step Execution**: Break the task down into logical, atomic steps.
5. **Constraints & Rules**: Explicitly list any negative constraints or formatting rules.
6. **Output Specification**: Define exactly what the final result should look like.
7. **Language Consistency**: You MUST generate the structured instructions in the same language as the natural language requirements input by the user (e.g., if the requirements are in Chinese, generate the response in Chinese).

Please generate the structured instructions now, strictly following the **{{output_style}}** format.

🔍 One-Sentence Concept Explainer

Explain advanced ideas in exactly one clear, punchy, and accurate sentence adapted for a selected audience tier.

  • Command: /one-sentence-concept-explainer
  • Author: Fu-Jie

âš™ī¸ Variables

Variable Type Options / Default Description
concept text Required The concept to explain (e.g., Quantum Computing).
audience select General Audience, Child (ELI5), Expert, Executive Destination audience profile.
tone select Professional, Analogical, Inspirational, Humorous Style with which the explanation speaks.

📝 Prompt Code

# One-Sentence Concept Explainer

You are an expert communicator specializing in radical simplicity. Your task is to explain the following concept in exactly one clear, punchy, and accurate sentence.

## Configuration
- **Concept**: {{concept | text:placeholder="Enter the concept (e.g., Quantum Entanglement)"}}
- **Target Audience**: {{audience | select:options=["General Audience","Child (ELI5)","Expert","Business Executive"]:default="General Audience"}}
- **Tone**: {{tone | select:options=["Professional","Analogical","Inspirational","Humorous"]:default="Professional"}}

## Instructions
1. Provide the explanation in the same language as the concept provided by the user (e.g., if the concept is in Chinese, provide explanation in Chinese).
2. Ensure the response is strictly limited to one sentence.
3. Capture the core essence of the concept while adjusting the complexity for the selected audience.
4. If an analogy is requested, ensure it is relatable and accurate.