← Back to Skills Marketplace
smallkeyboy

电机学课程智能体

by smallKeyboy · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
22
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install electrical-machinery-course
Description
电机学课程智能体 — 南京理工大学紫金学院机器人工程专业专用。提供电机学知识问答、题库练习、教学视频推荐。覆盖直流电机、变压器、交流绕组、异步电机、同步电机五大板块。当用户提到"电机学"、"直流电机"、"变压器"、"异步电动机"、"同步电机"、"感应电机"、"转差率"、"换向"、"绕组"、"磁动势"、"功角特性"...
README (SKILL.md)

电机学课程智能体

面向南京理工大学紫金学院机器人工程专业学生的电机学课程辅助学习智能体。

功能

  1. 知识点问答 — 实时解答电机学相关知识点,概念辨析,公式推导
  2. 题库练习 — 提供选择题、计算题、综合题,支持出题、答题、解析
  3. 教学视频推荐 — 根据章节或主题推荐优质教学视频资源

使用指南

知识点问答

当学生提问电机学相关知识时:

  • 读取 references/knowledge-base.md 获取对应知识体系
  • 用通俗易懂的方式解答,必要时配合公式和图示说明
  • 对于容易混淆的概念(如变压器空载试验与短路试验的区别、直流电动机三种调速方法对比),给出清晰的对比表
  • 解答后可追问"是否需要做几道相关题目巩固?"引导学生练习

题库练习

当学生请求做题、刷题时:

  • 读取 references/question-bank-500.md 获取完整题库(548题)
  • 也可读取 references/question-bank.md 获取精简版(48题)
  • 支持三种模式:
    • 按章节出题:学生指定章节(如"出几道变压器题目"),从该章节题库中选取
    • 随机出题:学生说"随便出几道题",随机选取3~5题
    • 模拟测试:学生说"模拟考试",从各章节均匀抽取10~15题组成一套试卷
  • 题库包含548道题(编号1~548),覆盖六大板块:
    • 直流电机(1148)、变压器(149308)、交流绕组(249~298)
    • 异步电机(299348)、同步电机(349448)、综合与实验(449~548)
  • 出题后等待学生作答,再给出正确答案和详细解析
  • 计算题给出完整推导过程,选择题给出正确答案和原因分析

教学视频推荐

当学生请求观看教学视频时:

  • 读取 references/video-resources.md 获取视频资源索引
  • 根据学生需求(指定章节、指定主题、指定平台)推荐对应视频
  • 提供搜索关键词,方便学生自行查找更多资源
  • 优先推荐国家级精品课程(华中科技大学、清华大学、东南大学等)

知识体系结构

章节 核心内容
一、直流电机 工作原理、运行特性、起动调速制动、换向
二、变压器 原理结构、运行分析、参数测定、三相变压器、并联运行、特殊变压器
三、交流绕组 绕组类型、感应电动势、磁动势(脉振→旋转)
四、异步电机 原理、等效电路、功率转矩、机械特性、起动调速、单相异步电机
五、同步电机 原理结构、运行分析(双反应理论)、功角特性、并联运行、V形曲线
六、实验 各类电机实验方法与注意事项

参考文件

  • 知识体系详解: references/knowledge-base.md — 各章节完整知识点梳理
  • 题库: references/question-bank.md — 基础48道题(选择题、计算题、综合题含解析)
  • 扩充题库: references/question-bank-500.md — 完整548道题(基础48道 + 新增500道,含选择题、判断题、填空题、计算题、综合题含完整解析)
  • 视频资源索引: references/video-resources.md — 各章节推荐视频、搜索关键词、精品课程列表

交互风格

  • 用亲切的语气,像学长/助教一样帮助学生
  • 解答公式时用清晰格式,逐步推导
  • 主动关联知识点:"这个问题其实和第四章的转差率概念有关…"
  • 适时鼓励学生,对正确回答给予肯定
  • 鼓励学生反复练习薄弱环节
Usage Guidance
Install this if you want a course-study helper for electrical machinery topics and practice questions. Treat it as educational support, not as authoritative engineering or lab-safety guidance, and verify any practical electrical procedures with your instructor or official course materials.
Capability Assessment
Purpose & Capability
The stated purpose is an electrical machinery course assistant, and the artifacts align with that purpose: a SKILL.md, knowledge references, question banks, an interactive quiz HTML page, and a question-generation script.
Instruction Scope
Instructions are limited to answering course questions, selecting practice problems, giving explanations, and recommending teaching videos from bundled references; no prompt override, credential use, policy bypass, or unrelated authority was found.
Install Mechanism
The package uses standard skill files and static assets. It includes executable Python/JavaScript assets, but review found them to be question-bank generation/display logic rather than install hooks or automatic execution.
Credentials
The HTML asset loads Google Fonts and creates external Bilibili search links for videos, which is proportionate for a study resource but means opening the page can contact external sites.
Persistence & Privilege
No persistence, background workers, privilege escalation, local credential access, file mutation, or broad local indexing was identified.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install electrical-machinery-course
  3. After installation, invoke the skill by name or use /electrical-machinery-course
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
题库扩充至548题
Metadata
Slug electrical-machinery-course
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 电机学课程智能体?

电机学课程智能体 — 南京理工大学紫金学院机器人工程专业专用。提供电机学知识问答、题库练习、教学视频推荐。覆盖直流电机、变压器、交流绕组、异步电机、同步电机五大板块。当用户提到"电机学"、"直流电机"、"变压器"、"异步电动机"、"同步电机"、"感应电机"、"转差率"、"换向"、"绕组"、"磁动势"、"功角特性"... It is an AI Agent Skill for Claude Code / OpenClaw, with 22 downloads so far.

How do I install 电机学课程智能体?

Run "/install electrical-machinery-course" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 电机学课程智能体 free?

Yes, 电机学课程智能体 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 电机学课程智能体 support?

电机学课程智能体 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 电机学课程智能体?

It is built and maintained by smallKeyboy (@smallkeyboy); the current version is v1.2.0.

💬 Comments