← 返回 Skills 市场
wangshengli0421

Tianshu Mistake Sheet

作者 tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
207
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-mistake-sheet
功能描述
生成 Markdown 错题表:支持 `--template` 输出空表;或 `--file`/`--text` 中每行 `题干片段|错因|知识点`(竖线分隔)。 Use when: 学生整理错题、考前复盘;用户说「错题本格式」「错题表」。 NOT for: 拍照自动 OCR 识别题目。
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: tianshu-mistake-sheet Version: 1.0.0 The skill is a straightforward utility for generating Markdown-formatted mistake tracking tables for students. The core logic in `scripts/mistake_sheet.js` simply parses local text input or files and outputs a formatted table to stdout without any network activity, sensitive data access, or obfuscated code.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tianshu-mistake-sheet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tianshu-mistake-sheet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial: 错题表
元数据
Slug tianshu-mistake-sheet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tianshu Mistake Sheet 是什么?

生成 Markdown 错题表:支持 `--template` 输出空表;或 `--file`/`--text` 中每行 `题干片段|错因|知识点`(竖线分隔)。 Use when: 学生整理错题、考前复盘;用户说「错题本格式」「错题表」。 NOT for: 拍照自动 OCR 识别题目。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。

如何安装 Tianshu Mistake Sheet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianshu-mistake-sheet」即可一键安装,无需额外配置。

Tianshu Mistake Sheet 是免费的吗?

是的,Tianshu Mistake Sheet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tianshu Mistake Sheet 支持哪些平台?

Tianshu Mistake Sheet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tianshu Mistake Sheet?

由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。

💬 留言讨论