instances/xiaodazi/skills/quiz-maker/SKILL.md
Create quizzes with multiple question types including multiple choice, true/false, fill-in-the-blank, and matching. Supports difficulty levels and answer explanations.
npx skillsauth add malue-ai/dazee-small quiz-makerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
根据学习材料或主题,自动生成多种题型的测验,帮助用户巩固知识。
直接使用 LLM 能力生成题目,无需额外工具。
**Q1.** 以下哪个是 Python 中的不可变数据类型?
- A. list
- B. dict
- C. tuple ✅
- D. set
> 💡 解析:tuple(元组)创建后不能修改,是不可变类型。
**Q2.** 判断:HTTP 是有状态协议。
- ❌ 错误
> 💡 解析:HTTP 是无状态协议,每次请求独立,不保留之前请求的信息。
**Q3.** TCP 建立连接需要 ______ 次握手。
- 答案:三
> 💡 解析:TCP 三次握手:SYN → SYN-ACK → ACK。
**Q4.** 简述什么是数据库索引,以及它的优缺点。
> 参考要点:加速查询、增加写入开销、占用额外存储空间
支持两种模式:
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.