ask-user-question

Solicit user input and feedback through a graphical user interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the ONLY way for the AI to communicate with the user through the UI, ensuring that questions, preferences, and confirmations are clearly presented and understood.

Core Features & Use Cases

  • Interactive Questioning: Presents questions in a modal dialog, preventing users from missing critical prompts.
  • Preference Gathering: Collects user choices for task customization (e.g., file organization methods).
  • Action Confirmation: Seeks explicit user approval before executing potentially sensitive or irreversible actions.
  • Custom Text Input: Allows users to provide free-form text responses when predefined options are insufficient.

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 through the UI during an AI agent task?

To get user input through the UI, you need a mechanism that pauses the agent and presents a modal dialog. This ensures questions, preferences, and confirmations are clearly displayed directly in the graphical interface for the user to interact with.

Can I ask the user for confirmation before executing irreversible actions?

Yes, you can ask the user for confirmation before executing irreversible actions by presenting a prompt in a modal dialog. This seeks explicit user approval through the UI, ensuring sensitive tasks are not performed without direct consent.

What is the best way to gather user preferences for task customization?

The best way to gather user preferences for task customization is by presenting predefined options in a UI modal dialog. This approach allows users to easily select their desired configurations, such as choosing a file organization method.

Does this UI questioning approach support custom text input or only predefined options?

This UI questioning approach supports both predefined options and custom text input. It allows users to provide free-form text responses when the predefined choices are insufficient for their specific needs.

Why use a modal dialog for AI agent clarifications instead of standard text output?

Using a modal dialog for AI agent clarifications prevents users from missing critical prompts. It ensures user interaction is actively managed within the UI context, guaranteeing questions and preferences are clearly presented and understood.

Are there limitations to soliciting user feedback through a graphical user interface?

Soliciting user feedback through a graphical user interface is limited to contexts where a UI is actively present. It is designed to handle clarifications and gather preferences strictly within the UI context, requiring user interaction to proceed.