← 返回 Skills 市场
szpili

Guided Conversation

作者 Szpili · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
180
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install guided-conversation
功能描述
Minimize user friction by asking up to 4 clarifying questions before executing actions.
使用说明 (SKILL.md)

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:

  1. Summarize understood task in 1 sentence
  2. List assumptions made
  3. 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)
安全使用建议
This skill is coherent and low-risk because it only provides conversational instructions and asks for no secrets or installs. Before enabling: (1) enable requireConfirmationHighRisk (or set autoProceedAfterClarity=false) so high-impact actions always require explicit user consent; (2) consider lowering auto-proceed behavior or increasing maxQuestions if you prefer safety over convenience; (3) test the skill in a safe environment to ensure its 'best-effort' behavior doesn't perform unwanted actions; (4) verify it does not prompt for or transmit sensitive info (passwords, keys) and that it respects existing context/memory as promised; (5) review how it interacts with other skills (e.g., tools that perform external actions) to ensure confirmations are honored.
功能分析
Type: OpenClaw Skill Name: guided-conversation Version: 1.0.0 The guided-conversation skill bundle provides purely instructional logic for an AI agent to clarify ambiguous user requests before execution. It includes safety-oriented constraints such as a maximum question limit and mandatory confirmation for high-risk actions, with no evidence of malicious code, data exfiltration, or harmful prompt injection in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (guided clarification) match the SKILL.md: no extra binaries, env vars, or installs are requested and nothing outside conversational guidance is required.
Instruction Scope
Instructions are limited to pre-action clarification and summarization, which is in-scope. Note: the policy 'if still ambiguous after 4 questions, make best-effort interpretation and proceed' increases risk of unintended actions; this is a design choice (usability vs safety) rather than an incoherence. Recommend enforcing requireConfirmationHighRisk and explicit safeguards for destructive or external-facing operations.
Install Mechanism
No install spec and no code files — lowest-risk form (instruction-only). Nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. Declared configuration options (maxQuestions, autoProceedAfterClarity, requireConfirmationHighRisk) are appropriate and proportional to the purpose.
Persistence & Privilege
always:false (default) and no persistent modifications or system-wide config changes are requested. Autonomous invocation is allowed by platform default but is not unusually privileged for this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install guided-conversation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /guided-conversation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the guided-conversation skill. - Automatically asks up to 4 clarifying questions to resolve ambiguous user requests. - Summarizes the understood task and lists assumptions before executing actions. - Integrates with risk assessment: always requires confirmation for high-risk actions; proceeds automatically for low-risk tasks after clarification. - Configurable parameters: max questions, auto-proceed after clarity, and mandatory confirmation for high-risk actions.
元数据
Slug guided-conversation
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论