ask-user-question
OfficialAsk users clarifying questions via the UI modal.
Authoraccomplish-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a reliable way to collect user input through a UI modal, ensuring agents proceed only with explicit user guidance and without exposing CLI outputs.
Core Features & Use Cases
- Modal-based prompts: Present questions in a focused UI modal and capture user responses.
- Flexible question formats: Support single or multiple selections, optional headers, and an optional custom text input.
- Use Case: Clarify requirements, gather user preferences, or secure confirmations before executing sensitive actions.
Quick Start
Use the AskUserQuestion tool to prompt a question and wait for the user's response. Example: AskUserQuestion({ "questions": [{ "question": "How would you like to organize your Downloads folder?", "header": "Organize", "options": [ { "label": "By type" }, { "label": "By date" } ], "multiSelect": false }] })
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ask-user-question Download link: https://github.com/accomplish-ai/accomplish/archive/main.zip#ask-user-question Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.