A strategic protocol for AI agents to identify ambiguity and seek concise clarification before executing tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ask-questions-if-underspecified
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ask-questions-if-underspecified using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Ask Questions If Underspecified skill is a foundational component within the Openclaw Skills ecosystem designed to prevent AI agents from performing "wrong work" due to vague instructions. Instead of making risky assumptions, this skill empowers agents to pause, analyze the request for missing details—such as scope, constraints, and environment—and engage the user with targeted, low-friction questions. By leveraging Openclaw Skills like this, developers can significantly reduce the need for revisions and ensure that every code change aligns perfectly with project requirements.
To integrate this logic into your agent workflow, ensure the skill definition is accessible in your configuration path. Many Openclaw Skills can be enabled via the CLI:
# Add the clarification logic to your agent environment
openclaw skill add ask-questions-if-underspecified
The skill organizes clarification data into several key metadata fields to ensure structured communication within Openclaw Skills:
| Attribute | Purpose |
|---|---|
| Objective | Defines what should change vs. stay the same. |
| Acceptance Criteria | Explicit examples of what constitutes a completed task. |
| Scope | Boundaries for files, components, or user roles. |
| Constraints | Dependencies, performance targets, and style requirements. |
| Safety Logic | Rollout and rollback considerations for risky operations. |
Loading
A specialized meta-skill designed to guide developers through the creation, optimization, and packaging of modular capabilities for AI agents.

A specialized skill for professional bidirectional technical translation between Chinese and English, ensuring terminology consistency and documentation standards.

A communication framework that transforms AI responses into a calm, precise, and non-reactive coaching voice focused on structural clarity.

An expert marketing assistant for automotive dealerships designed to optimize inventory merchandising, VDP copy, and OEM-compliant advertising campaigns.

An automation skill designed to scaffold and implement TypeScript-based plugins, slash commands, and agent tools for the OpenClaw ecosystem.

A utility for tracking OpenRouter API spending, credit balances, and per-model cost breakdowns directly from session logs.








































