ask-user-question

Ask users for input via Motive UI dialog with 2-4 options and a header/question.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill ask-user-question-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-user-question
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/ask-user-question
Command: npx skills add https://github.com/geezerrrr/motive --skill ask-user-question-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Achieves quick, structured user input without leaving your current workflow by prompting a focused Motive UI dialog.

Core Features & Use Cases

  • Prompt-based input collection: Presents a header, a question, and 2–4 options to capture user decisions during interactive tasks.
  • Synchronous response handling: Waits for user selection and returns the result to your automation flow.
  • Flexible presentation: Supports single or multi-select responses and handles declined or empty inputs gracefully.

Quick Start

Invoke the AskUserQuestion tool to prompt the user with a header, a question, and 2–4 options.

Frequently Asked Questions about ask-user-question

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

FAQPage Schema
How do I collect user input through a Motive UI dialog during an automation flow?

You collect user input through a Motive UI dialog by invoking the AskUserQuestion tool, which presents a header, a question, and 2–4 options for the user to select from. The tool waits for the user's response and returns the selection synchronously to your automation flow.

What is the maximum number of options I can present in a single interactive prompt?

The maximum number of options you can present in a single interactive prompt is four. The Motive UI dialog supports 2–4 options per question, along with a header and question text, to capture focused user decisions.

Can I use multi-select for user responses or is it limited to single selection?

Yes, you can use multi-select for user responses. The Motive UI dialog supports both single and multi-select responses, allowing you to capture either one choice or multiple choices from the 2–4 presented options.

How does the prompt handle declined or empty user inputs?

The prompt handles declined or empty inputs gracefully by returning the result to your automation flow without crashing. This ensures your workflow can continue or branch appropriately even when the user skips or declines the question.

Does the user input prompt work with MCP tool interfaces?

Yes, the user input prompt implements a local MCP tool interface with initialize, tools/list, and tools/call flows. This allows it to collect user selections through the Motive UI dialog within MCP-compatible automation environments.