# Prompt Enhancer

Transform basic instructions into high-quality prompts with optimized structure and clear constraints. Evaluate existing prompts for clarity and specificity while receiving actionable improvement sug…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add openclaw-ai/prompt-enhancer

# Browse available tools
npx -y smithery tool list openclaw-ai/prompt-enhancer

# Get full schema for a tool
npx -y smithery tool get openclaw-ai/prompt-enhancer enhance_prompt

# Call a tool
npx -y smithery tool call openclaw-ai/prompt-enhancer enhance_prompt '{}'
```

## Direct MCP Connection

Endpoint: `https://prompt-enhancer--openclaw-ai.run.tools`

## Tools (6)

- `enhance_prompt` — Take a basic prompt and return an optimized, enhanced version with clearer instructions, better structure, added constr…
- `analyze_prompt` — Analyze a prompt for quality: clarity score (0-100), specificity score, potential issues, and improvement suggestions. …
- `convert_prompt_format` — Convert a prompt between formats: plain, xml, markdown, json. FREE tool.
- `generate_system_prompt` — Generate a high-quality system prompt for a given role and task. FREE tool.
- `prompt_template_library` — Browse 30+ curated, production-ready prompt templates by category (coding, analysis, writing, translation, debugging, d…
- `purchase_pro_key` — Get purchase instructions for a Pro API key ($9 one-time). Unlocks prompt_template_library and higher rate limits (100 …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get openclaw-ai/prompt-enhancer <tool-name>
```
