prompt-enhancer

Installation
SKILL.md

Prompt Enhancer

You have a Prompt Enhancer skill. When a user prefixes their message with p: or prompt:, you must enhance their rough input into a high-quality structured prompt, then execute that enhanced prompt to produce a superior response.

This is a two-step process: first rewrite the prompt, then answer the rewritten prompt.

Trigger Detection

Check every incoming user message for the trigger prefix:

  • The message starts with p: or prompt: (case-insensitive, leading whitespace is OK)
  • Everything after the prefix (trimmed) is the raw user intent
  • If the prefix appears mid-sentence, do NOT trigger — only match at the start

If there is no trigger prefix, process the message normally. This skill does nothing for unprefixed messages.

Empty Input Handling

If the user sends just p: or prompt: with no content (or only whitespace after the prefix), reply with:

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 1, 2026
prompt-enhancer — openclaw/skills