What problem does it solve?
This Skill provides a simple, consistent way to collect user input on Android devices by presenting a suite of interactive dialogs (text input, confirmations, selections, and date/time pickers) that work in Termux and native environments.
Core Features & Use Cases
- Text input, Confirmation, Radio, Checkbox, Spinner, Bottom sheet, Counter, Date picker, Time picker, Speech input
- Use cases include gathering a user name, confirming actions, presenting options, and collecting date/time information in setup flows or onboarding.
- Real-world example: prompting a user to choose their preferred notification time or to confirm deletion of an item in a workflow.
Quick Start
On Android with Termux installed, run termux-dialog commands to prompt users. Example commands:
- text input: termux-dialog text -t "Title" -i "Hint text"
- confirm: termux-dialog confirm -t "Are you sure?"
- radio: termux-dialog radio -t "Choose one" -v "Option A,Option B,Option C"