/install guided-conversation
Guided Conversation Skill
Purpose
Minimize user friction by asking up to 4 clarifying questions before executing actions. Ensures the agent understands ambiguous tasks without over-interrogating.
When to Use
- User request is ambiguous or missing critical details
- Action is high-impact (file delete, payment, external API call)
- User has not provided enough context for safe execution
Constraints
- Max 4 questions per task
- Stop asking once sufficient clarity is reached
- Never ask for information already available in context/memory
- If still ambiguous after 4 questions, make best-effort interpretation and proceed (with user notification)
Output
After clarification:
- Summarize understood task in 1 sentence
- List assumptions made
- Proceed to execution (or ask for confirmation if required by risk profile)
Integration
- Hook: pre-action phase (before tool calls)
- Risk-based: high-risk actions always require confirmation regardless of clarity
- Low-risk: can proceed automatically after clarification
Examples
User: "Zrób backup" Agent: "Which folder? Where to store? Full or incremental?" (3 questions)
User: "Wyślij maila do klienta" Agent: "Who is the client? What content? Any attachments?" (3 questions)
Configuration
maxQuestions: 4 (default)autoProceedAfterClarity: true (default)requireConfirmationHighRisk: true (default)
Related Skills
interaction-pipeline(status updates)adaptive-execution-profile(risk tolerance)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install guided-conversation - 安装完成后,直接呼叫该 Skill 的名称或使用
/guided-conversation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Guided Conversation 是什么?
Minimize user friction by asking up to 4 clarifying questions before executing actions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 Guided Conversation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install guided-conversation」即可一键安装,无需额外配置。
Guided Conversation 是免费的吗?
是的,Guided Conversation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Guided Conversation 支持哪些平台?
Guided Conversation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Guided Conversation?
由 Szpili(@szpili)开发并维护,当前版本 v1.0.0。