← Back to Skills Marketplace
tom859174-sketch

中医执业医师备考助手

by flyingants · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tcm-exam-assistant
Description
中医执业医师考试备考助手 - 生成每日复习计划、评估答案、管理错题集
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tcm-exam-assistant
  3. After installation, invoke the skill by name or use /tcm-exam-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 - First release: daily study plan generation, answer evaluation, wrong question tracking
Metadata
Slug tcm-exam-assistant
Version 1.0.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 125 downloads so far.

How do I install 中医执业医师备考助手?

Run "/install tcm-exam-assistant" 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 flyingants (@tom859174-sketch); the current version is v1.0.0.

💬 Comments