Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

input-refiner输入细化器

Agent Skill

input-refiner 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,008

周安装

167

GitHub Stars

公开资料未说明

下载量

1,336
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install input-refiner

简介

根据上下文将模糊或非结构化的用户输入重写为清晰、有组织且可执行的形式,保留原始意图。

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?

  1. Remove noise

- Remove filler words, repetition, vague phrasing, and purely conversational wording.

  1. Extract key points

- Identify major goals - Identify supporting requirements - Identify constraints - Identify expected outputs - Identify optional or lower-priority details

  1. Rebuild structure

Rewrite the input into a clearer structure, such as: - goal - object - action - constraints - expected result

  1. 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

  1. Preserve intent

Keep the original meaning unchanged. Improve clarity, not scope.

  1. 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: <one-sentence summary of the user's true intent>

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

If the input is short and focused: <write one clear rewritten paragraph or instruction>

If the input is long or contains multiple points:

  1. <highest-priority requirement or main goal>
  2. <second most important requirement>
  3. <next important constraint, action, or expected result>
  4. <secondary detail if needed>
  5. <optional or lower-priority detail if needed>

Alternative Versions:

  • <alternative 1>
  • <alternative 2>
  • <alternative 3>

Why: <short 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.04%
按下载量换算1,056

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills