Agent Skills
› aiming-lab/MetaClaw
› clarify-ambiguous-requests
clarify-ambiguous-requests
GitHub用于处理模糊或定义不清的用户请求。在继续执行前,识别关键歧义并仅提出一个精准问题以澄清需求,避免基于错误假设工作。
Trigger Scenarios
用户需求范围模糊
缺少必要输入参数
存在相互冲突的约束条件
目标受众不明确
Install
npx skills add aiming-lab/MetaClaw --skill clarify-ambiguous-requests -g -y
SKILL.md
Frontmatter
{
"name": "clarify-ambiguous-requests",
"category": "general",
"description": "Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything."
}
Clarify Ambiguous Requests
When the task or constraint is unclear, do not guess — ask.
Process:
- Identify the single most important ambiguity that would change your approach.
- Ask exactly one targeted question. Do not ask several at once.
- Wait for the user's answer before proceeding.
Example triggers: vague scope ("make it better"), missing required input (file path, API key, model name), conflicting constraints, unknown audience.
Anti-pattern: Proceeding with assumptions and delivering the wrong result.
Version History
- 922caf3 Current 2026-07-25 11:08


