openclaw-prompt-enhancer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openclaw-prompt-enhancer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Prompt engineering on autopilot. 6 tools. 10-dimension scoring. Cross-model conversion. 100+ templates.
| Tool | Purpose | Free |
|---|---|---|
enhance_prompt | Transform weak prompts into powerful ones | Yes |
analyze_prompt | Score quality 0-100 across 10 dimensions | Yes |
convert_prompt_format | Translate between OpenAI/Claude/Gemini/Llama/Mistral | Yes |
generate_system_prompt | Create production-ready system instructions | Yes |
prompt_template_library | Browse 100+ battle-tested templates | Pro |
purchase_pro_key | Get Pro access for all 9 servers | Yes |
{
"openclaw-prompt": {
"type": "streamable-http",
"url": "https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp"
}
}Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.
This skill activates when a user says any of these:
Multi-pass enhancement pipeline that transforms any prompt through 5 sequential stages:
Each stage reports what it changed and why, so you learn prompt engineering by watching the tool work.
10-dimension quality analysis that scores your prompt on:
| Dimension | Weight | Measures |
|---|---|---|
| Clarity | 15% | Unambiguous language, no jargon |
| Specificity | 15% | Concrete details vs. vague requests |
| Context | 12% | Background info for the AI |
| Constraints | 12% | Boundaries and limitations defined |
| Examples | 10% | Few-shot demonstrations included |
| Format | 10% | Output structure specified |
| Role | 8% | Expert persona assigned |
| Tone | 6% | Voice and style defined |
| Edge Cases | 6% | Failure modes anticipated |
| Testability | 6% | Can output be objectively verified |
Lossless translation between AI model prompt formats:
[INST] chat template with <<SYS>> blocks[INST] variant with tool-use formattingEach translation preserves intent while applying model-specific best practices (e.g., Claude prefers XML structure, OpenAI benefits from JSON mode hints).
100+ curated templates across 9 categories, each with:
{topic}, {audience}, {format})enhance_prompt -- Automatic Enhancement via EnhanceChainTake any prompt and return a dramatically improved version. The EnhanceChain pipeline applies all 5 enhancement stages and returns both the enhanced prompt and a detailed changelog.
Wrong / Right:
WRONG prompt (vague, no structure):
"Write about dogs"
RIGHT prompt (after enhance_prompt):
"You are a veterinary science writer for a pet owner audience.
Write a 500-word article about the top 5 health benefits of
daily walks for dogs. Include one scientific study citation
per benefit. Format: H2 headers, bullet points, casual tone.
End with a practical tip."
Result: Score jumps from 18/100 -> 87/100.
The changelog explains each improvement.WRONG: Manually trying to improve your prompt by guessing what's missing
RIGHT: enhance_prompt({ prompt: "summarize this article" })
-> Enhanced version with role, format spec, length constraint, and example output
-> Changelog: "+role: research analyst, +format: bullet points with headers, +constraint: 200 words max"analyze_prompt -- Quality Scoring via PromptScan EngineScore any prompt on a 0-100 scale across 10 dimensions with actionable improvement suggestions.
Wrong / Right:
WRONG: Assuming your prompt is "good enough" without measurement
RIGHT: analyze_prompt({ prompt: "help me with my code" })
-> Score: 12/100
-> Clarity: 3/15 ("what code? what language? what help?")
-> Specificity: 1/15 ("no file names, no error messages, no expected behavior")
-> Suggestions: "Add language, error message, expected vs actual behavior, code snippet"
WRONG: Blindly trusting a high score for all use cases
RIGHT: A 60/100 conversational prompt may outperform a 95/100 rigid prompt for creative tasks.
Context matters. The tool tells you which dimensions to prioritize for your use case.convert_prompt_format -- Cross-Model Translation via ModelBridgeConvert prompts between AI model formats while preserving intent and optimizing for each model's strengths.
Wrong / Right:
WRONG: Copy-pasting an OpenAI prompt into Claude and wondering why XML tags are ignored
RIGHT: convert_prompt_format({ prompt: openai_messages, target: "claude" })
-> Restructures system prompt, converts function schemas to tool_use blocks,
wraps structured data in XML tags, adjusts token estimation
WRONG: Converting a simple "hello world" prompt between models (no value added)
RIGHT: Convert complex multi-turn prompts with system instructions, tools, and format constraints
where each model has genuinely different conventionsgenerate_system_prompt -- System Prompt FactoryGenerate complete, production-ready system prompts from a brief description.
Input: role description, key constraints, desired tone, output format preferences Output: structured system prompt with persona, rules, examples, edge case handling, and output specification
prompt_template_library (Pro) -- TemplateVault AccessBrowse 100+ battle-tested prompt templates organized by category:
purchase_pro_key -- Upgrade to ProGet a Pro API key for full TemplateVault access and 1,000 calls/day across all 9 OpenClaw servers.
| Tier | Calls/Day | Price | Includes |
|---|---|---|---|
| Free | 20 | $0 | 5 tools (TemplateVault excluded) |
| Pro | 1,000 | $9/mo | All 6 tools + all 9 OpenClaw servers (49 tools) |
| x402 | Pay-per-call | $0.05 USDC | No account needed, crypto-native |
Get Pro Key: https://buy.stripe.com/4gw5na5U19SP9TW288
| Server | Tools | Best For |
|---|---|---|
| JSON Toolkit | 6 | Format, validate, diff, query, transform JSON |
| Regex Engine | 5 | Test, extract, replace, explain regex patterns |
| Color Palette | 5 | Generate, convert, harmonize, accessibility-check colors |
| Timestamp Converter | 5 | Parse, format, diff, timezone-convert timestamps |
| Prompt Enhancer | 6 | Optimize, rewrite, score, A/B test AI prompts |
| Market Intelligence | 6 | AI market trends, GitHub stats, competitor analysis |
| Fortune & Tarot | 3 | Daily fortune, tarot readings, I Ching |
| Content Publisher | 8 | MoltBook posts, social content, newsletter |
| AgentForge Compare | 5 | Compare AI tools, frameworks, MCP servers |
All 9 servers share one Pro key. $9/mo = 49 tools.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.