ask-user-question

Displayes questions and selectable options in a UI modal for user input.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/thilak0105/Neoverse-26 --skill ask-user-question-thilak0105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-user-question
Source: https://github.com/thilak0105/Neoverse-26/tree/main/packages/agent-core/mcp-tools/ask-user-question
Command: npx skills add https://github.com/thilak0105/Neoverse-26 --skill ask-user-question-thilak0105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables the AI to directly ask the user questions through a graphical interface, ensuring that critical information is gathered without the user needing to monitor a command line.

Core Features & Use Cases

  • Interactive Clarification: Ask for details or preferences when tasks are ambiguous.
  • Confirmation Prompts: Get explicit user consent before performing sensitive or irreversible actions.
  • Preference Gathering: Collect user choices for task customization (e.g., file organization).
  • 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 AskUserQuestion to ask the user if they would like to organize files by type or by date.

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 prompts during an automated task?

To get user input via UI prompts, you can use a skill that displays a question and selectable options in a UI modal. This ensures critical information is gathered directly without command line monitoring.

What is the best way to ask for confirmation before performing irreversible actions?

The best way to ask for confirmation is to present a UI modal with explicit options like Delete All, Review First, or Cancel. This prevents unintended consequences by requiring direct user consent.

Can I use interactive clarification to resolve ambiguous task preferences?

Yes, you can use interactive clarification to resolve ambiguous task preferences by displaying questions and selectable options in a UI modal. This allows the system to gather specific user choices for customization.

Does a UI prompt support custom text input or only selectable options?

A UI prompt supports both selectable options and custom text input. It requires a defined question and optional header to effectively facilitate user interaction and gather the necessary responses.

Why does my automated process need a confirmation dialog for file organization?

Your automated process needs a confirmation dialog for file organization to gather explicit user choices and prevent unwanted modifications. It asks users how they would like to organize files by type or by date.