← 返回 Skills 市场
stephensu66

Input Refiner

作者 stephensu66 · GitHub ↗ · v2026.3.26 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install input-refiner
功能描述
Rewrite vague or unstructured user input into a clear, organized, and execution-ready form based on context, preserving the original intent.
使用说明 (SKILL.md)

name: input-refiner description: Rewrite vague, rough, or lengthy user input into a clear, structured, and execution-friendly form based on conversation context. version: 2026.3.26 metadata: openclaw: emoji: "🪄"

Input Refiner

Overview

Use this skill when the user's input is vague, rough, overly colloquial, incomplete, poorly structured, or excessively long.

This skill rewrites the user's original input into a clearer, more structured, and more execution-friendly form while preserving the original intent.

When the user's input contains many points, mixed ideas, or long descriptions, the rewritten result should be organized into ordered bullet points based on importance and execution priority, instead of being compressed into a single paragraph.

The goal is to improve the input itself, not to invent new requirements or rename things.

When to use

Use this skill when the user says things like:

  • "Please help organize this input."
  • "My wording is too rough. Please rewrite it."
  • "Make this sentence clearer."
  • "Improve this input so the downstream model can understand it better."
  • "My description is messy. Please turn it into a clearer version."
  • "Rewrite the user's input into a more complete expression."
  • "This paragraph is too long. Please break it down clearly."
  • "Organize these requirements by priority."

Do not use

Do not use this skill to:

  • invent new requirements not supported by context
  • expand a short request into a full product spec
  • change the user's underlying goal
  • add important constraints that were never mentioned
  • generate names or titles as the main objective

Inputs to collect

Collect from the conversation:

  • the user's original input
  • nearby context that helps clarify intent
  • the likely target format if implied:
    • task instruction
    • feature request
    • prompt
    • document request
    • execution command
  • language preference from the conversation

If some details are missing, only infer what is strongly supported by context.

Working method

Follow these steps:

  1. Identify the core intent

    • What is the user trying to achieve?
    • What is the main object or topic?
    • What result is expected?
    • What context is already available?
  2. Remove noise

    • Remove filler words, repetition, vague phrasing, and purely conversational wording.
  3. Extract key points

    • Identify major goals
    • Identify supporting requirements
    • Identify constraints
    • Identify expected outputs
    • Identify optional or lower-priority details
  4. Rebuild structure Rewrite the input into a clearer structure, such as:

    • goal
    • object
    • action
    • constraints
    • expected result
  5. Order by importance If the original input is long, mixed, or multi-part:

    • break the rewritten content into bullet points
    • order items by importance or execution priority
    • put the main goal first
    • place constraints and secondary details after the core task
    • keep optional ideas at the end
  6. Preserve intent Keep the original meaning unchanged. Improve clarity, not scope.

  7. Produce rewritten input Return one primary rewritten version and one to three alternative versions if useful.

Rewriting principles

  • Preserve the user's original intent.
  • Prefer clarity over style.
  • Prefer structure over verbosity.
  • Use context, but do not hallucinate missing facts.
  • Make the rewritten input easier for an agent, model, or collaborator to act on.
  • Do not over-expand the request.
  • Do not turn a simple request into a detailed specification unless the context clearly supports it.
  • When the input contains multiple ideas, separate them rather than merging everything into one sentence.
  • When the input is long, present the refined result as an ordered list by priority.
  • Distinguish between core requirements and secondary details.
  • Never flatten long multi-point input into one paragraph when priority ordering would improve clarity.

Output format

Return exactly this structure:

Intent: \x3Cone-sentence summary of the user's true intent>

Refined Input: \x3Cthe rewritten version of the user's input>

If the input is short and focused: \x3Cwrite one clear rewritten paragraph or instruction>

If the input is long or contains multiple points:

  1. \x3Chighest-priority requirement or main goal>
  2. \x3Csecond most important requirement>
  3. \x3Cnext important constraint, action, or expected result>
  4. \x3Csecondary detail if needed>
  5. \x3Coptional or lower-priority detail if needed>

Alternative Versions:

  • \x3Calternative 1>
  • \x3Calternative 2>
  • \x3Calternative 3>

Why: \x3Cshort explanation of what was improved, including whether the content was reorganized by priority>

Examples

Example 1

User: "Please organize this input. It is too rough right now and not easy to use for the next step."

Output: Intent: Make the rough input clearer and easier to use for the next step.

Refined Input: Please rewrite the current rough input into a clearer, more structured, and execution-friendly version while preserving the original intent.

Alternative Versions:

  • Please refine the current input so it is easier to understand and act on.
  • Rewrite the user's rough input into a more explicit and structured instruction.
  • Turn the current vague input into a clearer and more usable request.

Why: The rewritten versions remove conversational vagueness and make the task easier for a downstream agent or collaborator to follow.

Example 2

User: "The user's message is too messy. Please rewrite it into a version that is easier for the next model to understand."

Output: Intent: Rewrite a messy user message into a version that is easier for a model to understand.

Refined Input: Please rewrite the user's original message into a clearer, more structured, and model-friendly form without changing its meaning.

Alternative Versions:

  • Convert the user's messy input into a clearer prompt for downstream model processing.
  • Rewrite the original user message into a structured and unambiguous instruction.
  • Make the user's input easier for the next model to interpret accurately.

Why: The rewritten input keeps the original meaning but improves clarity, structure, and downstream usability.

Example 3

User: "I want to build an AI tool where the user types one sentence, the system first figures out what they mean, then cleans up the unclear parts, outputs something more explicit, and if there are many points it should list them in order so another model can continue processing afterward."

Output: Intent: Turn a rough product idea into a clear and structured execution-oriented input for downstream processing.

Refined Input:

  1. Build an AI tool that analyzes the user's original input and identifies the intended meaning.
  2. Rewrite vague or unclear parts into a clearer and more explicit form while preserving the original intent.
  3. Structure the rewritten result so it is easier for downstream models or agents to process.
  4. If the content contains multiple points, organize it into ordered items based on importance or execution priority.
  5. Keep the final output clear, concise, and suitable for further automated handling.

Alternative Versions:

  • Create a system that clarifies vague user input and outputs a structured, model-friendly version.
  • Build an input-refinement tool that rewrites unclear user requests into prioritized, actionable instructions.
  • Develop a rewriting layer that transforms rough user input into a clear and ordered format for downstream AI processing.

Why: The original input contained several mixed ideas in one sentence. The refined version separates the core objective, rewriting behavior, structural requirement, and output priority into an ordered format that is easier to execute.

安全使用建议
This skill appears coherent and low-risk: it only rewrites conversation text, requires no installs or credentials, and stays within scope. Before using it, be aware that it will draw on nearby conversation context to clarify intent — avoid including secrets or sensitive PII in messages you ask it to refine. Also review refined outputs before sending them to external systems, since any automated rewriting can subtly change emphasis or detail even when it attempts to preserve intent. If you want stricter limits, restrict the skill to operate only on explicit user-provided text (not surrounding messages) or require confirmation before using inferred context.
功能分析
Type: OpenClaw Skill Name: input-refiner Version: 2026.3.26 The 'input-refiner' skill is a purely instruction-based bundle designed to help an AI agent rewrite vague or unstructured user input into a clearer format. Analysis of SKILL.md and _meta.json reveals no executable code, network requests, data exfiltration attempts, or malicious prompt injection instructions; the content is entirely aligned with its stated purpose of improving prompt engineering and clarity.
能力评估
Purpose & Capability
The name and description (rewriting/vettting user input) match the SKILL.md instructions. No unrelated binaries, env vars, or config paths are requested—everything required is consistent with an in-conversation text-refinement utility.
Instruction Scope
Runtime instructions are limited to collecting the user's original input and nearby conversational context, inferring a target format, and producing structured rewrites. The skill does not instruct the agent to read files, access system config, call external endpoints, or exfiltrate data beyond conversation context.
Install Mechanism
No install spec and no code files—this is an instruction-only skill. That is the lowest-risk install profile and matches the skill's simple text-processing purpose.
Credentials
The skill requests no environment variables or credentials. Its declared inputs (conversation text, nearby context, language preference) are proportionate to a text refinement task.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed by default, which is normal; there is no additional privileged access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install input-refiner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /input-refiner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2026.3.26
- Initial public release of the input-refiner skill. - Transforms vague, rough, or lengthy user input into clear, structured, execution-friendly forms based on context. - Organizes multi-point or long inputs into prioritized, ordered bullet points. - Preserves original intent and meaning without adding new requirements or over-expanding scope. - Returns both a primary refined version and alternative versions, along with a summary of improvements.
元数据
Slug input-refiner
版本 2026.3.26
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Input Refiner 是什么?

Rewrite vague or unstructured user input into a clear, organized, and execution-ready form based on context, preserving the original intent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Input Refiner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install input-refiner」即可一键安装,无需额外配置。

Input Refiner 是免费的吗?

是的,Input Refiner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Input Refiner 支持哪些平台?

Input Refiner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Input Refiner?

由 stephensu66(@stephensu66)开发并维护,当前版本 v2026.3.26。

💬 留言讨论