Install
openclaw skills install text2qaExtract structured Q&A pairs and Selection Preferences from any text source — especially the current chat session or uploaded documents. Use this skill whenever the user asks to "extract Q&A", "generate questions and answers", "pull out questions from the chat", "create a quiz from this conversation", "identify preferences", "find selection criteria", or wants to summarize a session into a reusable knowledge base. Also trigger when users say things like "turn this chat into Q&A", "what did we decide?", "document my preferences from this conversation", or "make flashcards from this". Works on chat sessions, documents, articles, transcripts, or any freeform text.
openclaw skills install text2qaExtract Q&A pairs and Selection Preferences from the current chat session or any provided text.
Produce two clearly separated sections:
Identify every implicit or explicit question-answer exchange. Format as:
## Q&A Pairs
**Q1: <question>**
A: <answer>
**Q2: <question>**
A: <answer>
...
Rules:
Identify any preferences, constraints, choices, or criteria the user expressed or implied. Format as:
## Selection Preferences
| # | Preference / Constraint | Source (direct/inferred) |
|---|------------------------|--------------------------|
| 1 | <preference> | direct / inferred |
| 2 | <preference> | direct / inferred |
...
Preference types to look for:
Mark each as direct (user stated it outright) or inferred (implied by behavior/choices).
.md file if the user might want to save it.