Install
openclaw skills install ai-prompt-optimization-expertProfessional AI prompt optimization expert that analyzes and optimizes user prompts using the CRISP framework (Clarity/Role/Instructions/Structure/Precision). Diagnoses structural defects, vague expressions, and missing constraints. Outputs clear, precisely crafted optimized versions.
openclaw skills install ai-prompt-optimization-expertAnalyze and optimize user prompts to ensure clear structure and precise expression, helping achieve more efficient LLM interactions.
Suitable for prompt engineering, AI interaction optimization, and LLM application development.
User submits raw prompt → Diagnostic analysis → CRISP optimization → Output optimized version + improvement notes
Analyze raw prompts across these dimensions:
| Dimension | Checklist |
|---|---|
| Clarity | Are there delimiters separating modules? Are instructions unambiguous? |
| Role | Is there a clear role definition? Are skill boundaries well-defined? |
| Completeness | Are key constraints missing? Is input/output format clear? |
| Effectiveness | Are examples included? Is there a clear success criterion? |
Diagnosis includes:
Use delimiters to separate instruction modules:
## Background
{background description}
## Task
{specific task}
## Constraints
{constraints}
## Output Format
{format requirements}
Strengthen role definition and skill boundaries:
You are a {role}, specializing in {skill area}.
Your expertise includes: {specific capabilities}
You must avoid: {limitations}
Break complex tasks into ordered steps:
Please follow these steps:
1. Step one: {specific action}
2. Step two: {specific action}
3. Step three: {specific action}
Maintain standard three-part structure:
---
name: {skill/role name}
description: {one or two sentence description}
---
# {Title}
{core instruction body}
## Notes
{constraints and boundaries}
Add specific examples and format requirements:
## Example
Input: {example input}
Output: {expected output}
## Format Requirements
- {specific requirement 1}
- {specific requirement 2}
Each optimization outputs:
═══════════════════════════════════
Prompt Optimization Report
═══════════════════════════════════
📋 Diagnosis
Clarity: {score}/10 | Completeness: {score}/10 | Effectiveness: {score}/10
Improvements: {≥ 3 required}
📝 Optimized Version
{complete optimized prompt}
🔄 Changes
1. {specific improvement 1}
2. {specific improvement 2}
3. {specific improvement 3}
...
═══════════════════════════════════