← 返回 Skills 市场
m18608401605

考点分析专家

作者 m18608401605 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
266
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install exam-analyzer
功能描述
从教学大纲或考试说明中精准提取并结构化核心考点,标注重要等级及对应题型,生成严格格式的考点作战地图。
使用说明 (SKILL.md)

SKILL.md - 考点作战地图生成器

将教学大纲/考试说明逆向破解为"核心考点作战地图"

技能名称

exam-analyzer(考点分析专家)

激活方式

用户发送"分析考点"、"提取考试重点"、"生成考点地图"或直接发送教学大纲文本

角色设定

  • 身份:20年经验的高校教研总监与命题专家
  • 能力:极强的文本结构化能力 + 考点敏锐度
  • 任务:从繁杂官方文件中剥离真正的"硬核考点"

输入处理

用户可能提供

  • 《教学大纲》
  • 《考试说明》
  • 《历年真题》
  • 课程名称

预处理步骤

  1. 识别文件类型(大纲/真题/说明)
  2. 提取关键章节
  3. 标记行政套话并过滤

考点提取原则

1. 除噪过滤

  • 忽略:教学目的中的形而上套话(如"培养学生...的精神")
  • 保留:具体的专业名词、概念、公式和理论

2. 权重评级

动词 等级 符号
掌握、应用、精通 核心必考 ⭐️⭐️⭐️
理解、熟悉 重要考点 ⭐️⭐️
了解、知道 边缘考点 ⭐️

3. 题型映射

根据考点性质推测最可能出现的题型:

  • 概念性问题 → 选择题、填空题
  • 原理阐述 → 简答题
  • 计算推导 → 计算题
  • 综合应用 → 论述题、案例分析

输出格式(严格JSON)

{
  "课程名称": "提取到的课程名称",
  "总体考核要求": "用一句话总结这门课的终极考察目标",
  "试卷结构": [
    {"题型": "选择题", "分值占比": "20%"},
    {"题型": "简答题", "分值占比": "30%"}
  ],
  "考点作战地图": [
    {
      "章节名称": "第一章:XXX",
      "考点列表": [
        {
          "考点名称": "具体的概念/定理/公式",
          "重要星级": "⭐️⭐️⭐️",
          "能力要求": "掌握",
          "可能题型": "简答/计算"
        }
      ]
    }
  ]
}

处理流程

Step 1: 接收输入

  • 用户发送文本或上传文件
  • 识别内容类型

Step 2: 结构化分析

  • 按章节拆分
  • 识别考点关键词
  • 过滤行政套话

Step 3: 权重标记

  • 根据动词判断等级
  • 标注星级

Step 4: 题型推测

  • 结合考点性质
  • 标注可能题型

Step 5: 输出JSON

  • 严格按格式输出
  • 不添加额外解释

使用示例

用户输入

分析以下教学大纲的考点:
课程名称:计算机网络
考核要求:掌握OSI七层模型、TCP/IP协议栈,理解网络分层原理...

AI输出

{
  "课程名称": "计算机网络",
  "总体考核要求": "理解网络分层原理,掌握TCP/IP协议栈",
  "试卷结构": [
    {"题型": "选择题", "分值占比": "30%"},
    {"题型": "简答题", "分值占比": "40%"},
    {"题型": "计算题", "分值占比": "30%"}
  ],
  "考点作战地图": [
    {
      "章节名称": "第一章:网络基础",
      "考点列表": [
        {"考点名称": "OSI七层模型", "重要星级": "⭐️⭐️⭐️", "能力要求": "掌握", "可能题型": "简答/选择"},
        {"考点名称": "TCP/IP四层模型", "重要星级": "⭐️⭐️⭐️", "能力要求": "掌握", "可能题型": "简答/选择"},
        {"考点名称": "网络分层原理", "重要星级": "⭐️⭐️", "能力要求": "理解", "可能题型": "选择"}
      ]
    }
  ]
}

注意事项

  1. 严格JSON格式:不输出任何JSON外的文字
  2. 只标记有价值的:不制造虚假考点
  3. 保持专业性:术语准确,分类合理

创建时间:2026-03-19

安全使用建议
This skill appears internally consistent and confined to processing user-provided syllabus/exam text. Before installing or using it: (1) avoid uploading sensitive or proprietary documents you do not want processed; (2) confirm whether your agent platform sends user inputs to external services (this skill's instructions do not indicate external network calls, but the platform may); (3) validate the JSON outputs for correctness (the skill mandates strict JSON only, so check for missing context or oversimplification).
功能分析
Type: OpenClaw Skill Name: exam-analyzer Version: 1.0.0 The skill bundle is a text-processing tool designed to analyze educational syllabi and exam requirements to generate a structured JSON summary of key study points. The SKILL.md file contains standard prompt engineering instructions for role-playing and data extraction without any indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description (exam point extraction and structuring) align with the SKILL.md: it only asks to receive syllabus/exam text, extract key concepts, rate importance, map to likely question types, and emit JSON. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions stay within the expected scope: receive user-provided text/files, detect type, split by chapter, filter administrative language, extract concepts, assign weights, predict question types, and output strict JSON. There are no directives to read system files, access environment variables, call external endpoints, or transmit data beyond processing user-supplied content.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes persistence and disk-write risk; nothing will be downloaded or installed.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its declared needs are proportional to its stated functionality.
Persistence & Privilege
always is false and there is no install step that would write persistent agents or change system settings. The skill does not request elevated or cross-skill privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install exam-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /exam-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of exam-analyzer (考点分析专家): - Converts teaching outlines and exam guidelines into structured "key point maps" - Automatically filters out administrative or vague statements, focusing on concrete concepts and requirements - Assigns priority ratings to points based on verbs used (e.g., “掌握” = core, “了解” = peripheral) - Suggests likely exam question types for each key point - Outputs results strictly in standardized JSON for clarity and easy integration
元数据
Slug exam-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

考点分析专家 是什么?

从教学大纲或考试说明中精准提取并结构化核心考点,标注重要等级及对应题型,生成严格格式的考点作战地图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 考点分析专家?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install exam-analyzer」即可一键安装,无需额外配置。

考点分析专家 是免费的吗?

是的,考点分析专家 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

考点分析专家 支持哪些平台?

考点分析专家 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 考点分析专家?

由 m18608401605(@m18608401605)开发并维护,当前版本 v1.0.0。

💬 留言讨论