/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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install guided-conversation - After installation, invoke the skill by name or use
/guided-conversation - Provide required inputs per the skill's parameter spec and get structured output
What is Guided Conversation?
Minimize user friction by asking up to 4 clarifying questions before executing actions. It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install Guided Conversation?
Run "/install guided-conversation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Guided Conversation free?
Yes, Guided Conversation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Guided Conversation support?
Guided Conversation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Guided Conversation?
It is built and maintained by Szpili (@szpili); the current version is v1.0.0.