← Back to Skills Marketplace
wangshengli0421

Tianshu Mistake Sheet

by tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
207
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tianshu-mistake-sheet
Description
生成 Markdown 错题表:支持 `--template` 输出空表;或 `--file`/`--text` 中每行 `题干片段|错因|知识点`(竖线分隔)。 Use when: 学生整理错题、考前复盘;用户说「错题本格式」「错题表」。 NOT for: 拍照自动 OCR 识别题目。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tianshu-mistake-sheet
  3. After installation, invoke the skill by name or use /tianshu-mistake-sheet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial: 错题表
Metadata
Slug tianshu-mistake-sheet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tianshu Mistake Sheet?

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

How do I install Tianshu Mistake Sheet?

Run "/install tianshu-mistake-sheet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tianshu Mistake Sheet free?

Yes, Tianshu Mistake Sheet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tianshu Mistake Sheet support?

Tianshu Mistake Sheet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tianshu Mistake Sheet?

It is built and maintained by tianshu (@wangshengli0421); the current version is v1.0.0.

💬 Comments