Tianshu Mistake Sheet

生成 Markdown 错题表:支持 `--template` 输出空表;或 `--file`/`--text` 中每行 `题干片段|错因|知识点`(竖线分隔)。 Use when: 学生整理错题、考前复盘;用户说「错题本格式」「错题表」。 NOT for: 拍照自动 OCR 识别题目。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 6 · 0 current installs · 0 all-time installs
bytianshu@wangshengli0421
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description align with the included script and SKILL.md. The script only parses lines of text into a Markdown table or emits an empty template — nothing in the package requires unrelated access (no cloud credentials, no extra binaries).
Instruction Scope
SKILL.md instructs running the provided Node script and shows expected CLI flags. The script only reads the file path explicitly provided by the user (or uses inline text) and writes output to stdout; it does not read other system files, environment variables, or send data externally.
Install Mechanism
No install spec; the skill is instruction-only with a small bundled Node script. There are no downloads or archive extraction steps and no external packages fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested. The script uses only Node built-ins (fs, path) — proportional to the stated function.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It only runs as a normal, user-invoked CLI utility.
Assessment
This skill is coherent with its description: it formats lines (题干|错因|知识点) into a Markdown table or emits an empty template. Before running, you may: (1) inspect scripts/mistake_sheet.js (it's short and uses only fs/path), (2) only pass file paths you trust (the script will read any file path you give), and (3) note the script writes to stdout (it won't modify other files unless you redirect output). If you don't trust the bundled script, run your own copy or open it in an editor first.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9728qqrjb62f6ws7q4481g3f983av6f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

错题本表格

Workflow

空模板:

node ~/.openclaw/skills/tianshu-mistake-sheet/scripts/mistake_sheet.js --template --rows 15

从文本导入(每行:简写题干|错因|章节/知识点):

node scripts/mistake_sheet.js --file mistakes.txt

Output

三列表:题目/来源 | 错因 | 知识点/章节 | 复习日期(自填)

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…