ask-user-question

Prompt users for input through a graphical interface with structured options.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bridges the gap between the AI's decision-making process and the user's direct input, ensuring actions align with user intent and preferences.

Core Features & Use Cases

  • Interactive Clarification: Ask specific questions to resolve ambiguities before proceeding with a task.
  • Preference Gathering: Elicit user choices for customization (e.g., file organization, output format).
  • Action Confirmation: Obtain explicit user consent for potentially sensitive or irreversible operations.
  • Use Case: Before deleting a large number of files, the AI uses 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 their files organized, providing options for 'By file type', 'By date', or 'By project'.

Frequently Asked Questions about ask-user-question

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

FAQPage Schema
How do I prompt users for input via the UI before an AI agent executes a task?

To prompt users for input via the UI, use the AskUserQuestion tool to present structured options or custom text fields, ensuring task execution aligns with user preferences.

What is the best way to get user confirmation for irreversible actions in an AI workflow?

Getting user confirmation for irreversible actions is handled by presenting a UI dialog with explicit options like 'Delete All' or 'Cancel', ensuring explicit consent before proceeding.

Can an AI agent request clarification to resolve task ambiguities using a graphical interface?

Yes, an AI agent can request clarification to resolve task ambiguities using a graphical interface by asking specific questions and gathering user choices for customization.

How do I use structured options to gather user preferences for file organization?

To use structured options to gather user preferences for file organization, call the AskUserQuestion tool with choices like 'By file type', 'By date', or 'By project' to elicit user selection.

Does this user input prompting Skill require external dependencies to manage UI interaction?

No, this user input prompting Skill requires no external dependencies to manage UI interaction, allowing direct integration for soliciting user responses without additional setup.