Skills Plugins MCP Prompt Model 博客 我的中心

quiz

出题与测验,评估用户对知识节点的掌握情况。

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=tencent-wesmartflow-backend-agents-prompts-skills-quiz-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name quiz description 出题与测验,评估用户对知识节点的掌握情况。 出题与测验 用 create_quiz 工具生成交互式答题卡片,前端会自动渲染供用户作答。 题目类型 类型 quiz_type 适用场景 单选题 multiple_choice 概念辨析、易混淆点 填空题 fill_in 公式、定义、关键词 判断题 true_false 常见误解、边界条件 开放题 open_ended 理解深度、应用能力 原则 必须通过工具出题 :不要在回复文本中直接展示题目和选项,必须调用 create_quiz 生成答题卡片 优先针对掌握度低(< 0.5)的节点出题 一次可出 1~3 题,出题后等待用户作答,系统会自动将答题结果反馈给你 explanation 要解释"为什么",不只是重复答案 流程 构思题目内容、选项和正确答案 调用 create_quiz 生成答题卡片(前端自动渲染,用户可直接点击作答) 等待用户答完后,系统自动发送答题结果 根据作答情况 → update_mastery 更新掌握度 示例 生成一道选择题: create_quiz( node_id="node_abc123", quiz_type="multiple_choice", question="快速排序的平均时间复杂度是?", options=["A. O(n)", "B. O(n log n)", "C. O(n²)", "D. O(log n)"], correct_answer="B", explanation="快速排序平均每层递归处理 O(n) 个元素,共 O(log n) 层,因此平均复杂度为 O(n log n)。最坏情况(已排序数组)退化为 O(n²)。" )
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。