ask

Collect user responses via guided radio, checkbox, and text questions.

4|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/IceWhaleTech/ZimaOS-Blue-temp --skill ask-icewhaletech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/IceWhaleTech/ZimaOS-Blue-temp/tree/main/server/internal/skill/embedded/skills/ask
Command: npx skills add https://github.com/IceWhaleTech/ZimaOS-Blue-temp --skill ask-icewhaletech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collect user responses by posing structured questions and capturing answers in a reliable, repeatable way during interactive sessions.

Core Features & Use Cases

  • Interactive Questioning: supports single-question prompts and multi-question questionnaires across radio, checkbox, and text inputs.
  • Structured Outputs: returns a consistent JSON payload with user selections and free-text responses.
  • Use Case: use during clarification steps when user intent is unclear, or as a confirmation gate in workflows.

Quick Start

Ask the user a set of questions and wait for their responses.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I collect user responses through guided interactive questions?▼

You can collect user responses through guided interactive questions by posing structured prompts and capturing answers in a reliable, repeatable way. This skill supports single-question prompts and multi-question questionnaires during interactive sessions.

What question types are supported for interactive dialog workflows?▼

Interactive dialog workflows support radio, checkbox, and text question types. These inputs allow you to capture structured user selections and free-text responses across single-question prompts and multi-question flows.

When should I use an interactive questionnaire to clarify user intent?▼

Use an interactive questionnaire to clarify user intent when it is unclear during a workflow, or as a confirmation gate before proceeding. It captures structured answers to ensure the process matches user expectations.

How do I structure captured answers from a multi-question prompt?▼

Captured answers from a multi-question prompt are returned as a consistent JSON payload. This structured output contains user selections from radio or checkbox inputs and free-text responses from text inputs.

Can I use this for single-question confirmation gates or is it only for multi-question flows?▼

You can use this for both single-question confirmation gates and multi-question flows. It applies to interactive dialogs where clarification or confirmation is required, returning structured answers regardless of the prompt count.