ask-user-question

Solicit user input through interactive UI modals for clarification and confirmation.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill ask-user-question-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-user-question
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/ask-user-question
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill ask-user-question-hlbbbbbbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a crucial mechanism for the AI to interact with the user through a graphical interface, ensuring that the user sees and can respond to questions, preferences, and confirmations.

Core Features & Use Cases

  • Interactive Clarification: Ask specific questions to resolve ambiguity before starting a task.
  • Preference Gathering: Elicit user choices for how tasks should be performed (e.g., file organization, output format).
  • Action Confirmation: Obtain explicit user approval for potentially sensitive or irreversible actions.
  • Use Case: Before deleting a large number of files, the AI can use this Skill to present a confirmation dialog with options like "Delete All", "Review First", or "Cancel".

Quick Start

Use the AskUserQuestion tool to ask the user how they would like to organize their files.

Frequently Asked Questions about ask-user-question

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get user input via UI modals for AI agent clarification?

You can elicit user choices for task execution by presenting interactive UI modals. This Skill supports single or multi-select preference gathering and custom text input, replacing direct command-line interaction for user-facing applications.

How do I get action confirmation before executing irreversible tasks?

To get action confirmation for irreversible tasks, use this Skill to present a confirmation dialog. This allows the AI to obtain explicit user approval through options like proceed, review, or cancel before executing sensitive operations.

Can I use interactive UI modals in applications where command-line interaction is not feasible?

Yes, you can use interactive UI modals when command-line interaction is not feasible. This Skill provides a graphical interface mechanism ensuring users see and respond to questions, preferences, and confirmations directly.

Does this user interaction Skill support multi-select options and custom text input?

Yes, this user interaction Skill supports multi-select options and custom text input. It enables AI agents to solicit various forms of user input, including the ability to deny a response entirely within the modal interface.

When should I avoid using UI modals for user interaction?

You should avoid using UI modals for user interaction in non-user-facing applications or fully automated pipelines where direct human response is unavailable. The Skill is essential only when direct command-line interaction is not feasible or desirable.