← 返回 Skills 市场
中医执业医师备考助手
作者
flyingants
· GitHub ↗
· v1.0.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tcm-exam-assistant
功能描述
中医执业医师考试备考助手 - 生成每日复习计划、评估答案、管理错题集
安全使用建议
This skill appears to do what it says: generate plans, grade answers, and keep a local wrong-question database. Before installing or enabling it: 1) Review the full assistant.js (the provided preview was truncated) to confirm there are no network calls, hidden endpoints, or uses of child_process.execSync with untrusted input — the script imports execSync which can run shell commands if used later. 2) Note the skill writes files under its own memory/ directory; if you have sensitive files, do not point any sync functionality at Desktop or other private folders until you inspect that code. 3) There is a robustness bug in the visible code (OUTPUT_DIR is referenced but not defined) — expect potential runtime errors. 4) If you will allow autonomous invocation, consider running it in a restricted environment or sandbox first and back up any important local data. If you want higher assurance, provide the remaining lines of assistant.js so they can be reviewed for any use of execSync, network requests, or filesystem operations outside the skill directory.
功能分析
Type: OpenClaw Skill
Name: tcm-exam-assistant
Version: 1.0.0
The skill bundle is a legitimate study assistant for Traditional Chinese Medicine (TCM) exams, designed to generate study plans and manage practice questions. The code in `assistant.js` handles local state via JSON files in a `memory/` directory and includes logic for calculating study loads and evaluating test answers. While the script contains a minor bug (an undefined `OUTPUT_DIR` variable) and an unused `child_process.execSync` import, there are no indicators of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (exam plan, answer evaluation, wrong-question management) match the code and SKILL.md. Required runtime (node) is appropriate and the skill only declares local storage under a memory/ directory.
Instruction Scope
SKILL.md and assistant.js keep scope to plan generation, answer evaluation and local wrong-question storage. The skill references syncing documents from the user's Desktop and returning an instruction object for the OpenClaw host to read docs; the sync function is currently a no-op stub. This means the skill may expect the host to supply document content; it does not currently disclose reading arbitrary unrelated files, but the Desktop-sync mention is a place to double-check before enabling.
Install Mechanism
No install spec; skill is a single Node script and requires only node on PATH. Nothing is downloaded or installed by the skill itself.
Credentials
No environment variables, external API keys, or config paths are requested. Memory files are created under the skill's own memory/ directory inside the skill folder.
Persistence & Privilege
always:false and the skill persists only to its own memory files (stage.json, progress.json, wrong-questions.json, etc.). It does not request system-wide configuration changes. This is a normal level of persistence for a study-assistant skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tcm-exam-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/tcm-exam-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - First release: daily study plan generation, answer evaluation, wrong question tracking
元数据
常见问题
中医执业医师备考助手 是什么?
中医执业医师考试备考助手 - 生成每日复习计划、评估答案、管理错题集. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 中医执业医师备考助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tcm-exam-assistant」即可一键安装,无需额外配置。
中医执业医师备考助手 是免费的吗?
是的,中医执业医师备考助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
中医执业医师备考助手 支持哪些平台?
中医执业医师备考助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 中医执业医师备考助手?
由 flyingants(@tom859174-sketch)开发并维护,当前版本 v1.0.0。
推荐 Skills