← Back to Skills Marketplace
stephensu66

Input Refiner

by stephensu66 · GitHub ↗ · v2026.3.26 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install input-refiner
Description
Rewrite vague or unstructured user input into a clear, organized, and execution-ready form based on context, preserving the original intent.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install input-refiner
  3. After installation, invoke the skill by name or use /input-refiner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug input-refiner
Version 2026.3.26
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Input Refiner?

Rewrite vague or unstructured user input into a clear, organized, and execution-ready form based on context, preserving the original intent. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install Input Refiner?

Run "/install input-refiner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Input Refiner free?

Yes, Input Refiner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Input Refiner support?

Input Refiner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Input Refiner?

It is built and maintained by stephensu66 (@stephensu66); the current version is v2026.3.26.

💬 Comments