Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

prompt-enhancer提示增强器

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

73,099

周安装

3,140

GitHub Stars

7

下载量

25,622
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:prompt-enhancer(提示增强器)
来源仓库:https://github.com/gyaan-dub/prompt-enhancer
安装命令:
openclaw skills install prompt-enhancer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install prompt-enhancer

简介

自动将粗略的用户输入重写为优化的结构化提示,以显着改善 AI 响应。在任何消息前加上“p:”前缀即可激活。

SKILL.md

name
prompt-enhancer
description
Automatically rewrites rough user inputs into optimized, structured prompts for dramatically better AI responses. Prefix any message with "p:" to activate.
version
1.0.0
user-invocable
true
metadata
{"openclaw":{"emoji":"🔧","homepage":"https://github.com/openclaw/clawhub"}}

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:

What would you like me to help with? Usage: Start your message with p: followed by what you want. Example: p: write me a python script that sorts a list

Do not proceed further.

Step 1: Enhance the Prompt

Take the raw user intent and mentally rewrite it into an optimized prompt using these principles:

1. Role Assignment

Assign yourself a specific expert role relevant to the task. Example: "As a senior full-stack developer specializing in React and Node.js..."

2. Task Clarification

Restate the task with precision and specificity. Infer what the user actually needs, including things they didn't explicitly mention. Break complex tasks into clear subtasks or steps if appropriate.

3. Context Inference

Fill in reasonable assumptions about what the user probably wants. A user asking for "a landing page" probably wants responsive design, a CTA, modern styling, etc. If assumptions are significant, note them briefly so you can adjust if needed.

4. Output Format Specification

Decide exactly how to structure the response. Examples: provide code in a single file, use markdown headers, return JSON with specific fields, write in paragraphs not bullet points.

5. Quality Criteria & Constraints

Set the quality bar: production-ready, beginner-friendly, concise, etc. Add relevant constraints: word count, tech stack, audience level, tone. Include edge cases or considerations the user likely forgot.

6. Proportional Complexity

Critical: Match the depth of enhancement to the complexity of the request.

  • Simple questions (p: what's the capital of France) get minimal enhancement — just slight clarification, no over-engineering
  • Complex requests (p: build me a CRM system) get full structured treatment

Step 2: Show the Enhanced Prompt

Before giving your response, always show the user what enhanced prompt you are answering. Format it as a quote block:

🔧 Enhanced prompt: [Your rewritten, optimized prompt here]

This serves two purposes:

  • Transparency: The user sees what was actually asked
  • Education: Over time, users learn what good prompts look like

Step 3: Execute the Enhanced Prompt

Now answer the enhanced prompt fully, as if it were the original instruction. Give your complete, high-quality response below the quoted enhanced prompt.

Complete Response Format

Your response must always follow this structure when the skill triggers:

🔧 Enhanced prompt: [The enhanced prompt]

[Your full response to the enhanced prompt]

Example Transformations

Simple Request

User: p: explain recursion Enhanced prompt: You are an experienced computer science educator. Explain recursion in a way that's clear and intuitive. Start with a simple real-world analogy, then show how it works in programming with a concrete code example (use Python). Explain the base case and recursive case. Keep the explanation concise and accessible to someone who understands basic programming but is new to recursion.

Creative Task

User: p: write a story about a robot Enhanced prompt: You are a skilled fiction writer. Write a short story (800–1200 words) about a robot. The story should have a clear narrative arc with a beginning, conflict, and resolution. Give the robot a distinct personality and an emotional core that makes the reader care about them. Ground the story in a specific, vivid setting. Use descriptive prose and natural dialogue. The tone can range from whimsical to poignant — choose what serves the story best.

Technical Task

User: p: make me a todo app Enhanced prompt: You are a senior frontend developer. Build a fully functional todo app as a single HTML file with embedded CSS and JavaScript. Requirements: Add, complete (toggle), and delete todos. Todos persist in localStorage so they survive page refresh. Clean, modern UI with smooth transitions and hover states. Responsive design that works on mobile and desktop. Empty state message when no todos exist. Input validation (prevent empty todos). Show count of remaining incomplete items. Use vanilla JavaScript — no frameworks. The code should be clean, well-commented, and production-quality.

Minimal Enhancement (Simple Question)

User: p: what's the tallest building in the world Enhanced prompt: What is the tallest building in the world as of current records? Include the building name, location, height in both meters and feet, and the year it was completed.

Rules

  • Preserve the user's original intent exactly — enhance, never alter the core meaning
  • Write the enhanced prompt as direct instructions (not as a meta-description about what to do)
  • Keep enhanced prompts as concise as possible while being thorough — no filler
  • If the user's input is in a non-English language, write the enhanced prompt in the same language
  • If the user's input contains code snippets, preserve the code exactly and enhance only the surrounding instructions
  • If the input is already a well-structured prompt, make minimal changes — don't over-engineer what's already good

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.37%
按下载量换算18,030

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills