首页龙虾技能列表 › Tianshu Mistake Sheet — 技能工具

Tianshu Mistake Sheet — 技能工具

v1.0.0

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

0· 123·0 当前·0 累计
by @wangshengli0421 (tianshu)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/21
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requirements match its stated purpose (generate a Markdown mistake sheet); it only reads a user-supplied file or emits a template and does not request credentials or network access.
评估建议
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.
详细分析 ▾
用途与能力
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).
指令范围
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.
安装机制
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.
凭证需求
No environment variables, credentials, or config paths are requested. The script uses only Node built-ins (fs, path) — proportional to the stated function.
持久化与权限
always is false and the skill does not modify other skills or system settings. It only runs as a normal, user-invoked CLI utility.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/21

Initial: 错题表

● 无害

安装命令 点击复制

官方npx clawhub@latest install tianshu-mistake-sheet
镜像加速npx clawhub@latest install tianshu-mistake-sheet --registry https://cn.clawhub-mirror.com

技能文档

Workflow

空模板:

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

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

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

Output

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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务