Error Analysis
v2.0.0错题分析助手。错题归类、知识点定位、薄弱环节分析、复习建议。Error analysis for study with categorization, knowledge gap identification. 错题本、考试复盘、学习分析。Use when analyzing exam mistakes.
⭐ 1· 419·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (错题分析) align with the provided scripts and SKILL.md. The provided commands (analyze, knowledge, similar, summary) implement the advertised study/error-analysis features. The extra utility script (scripts/script.sh) is a generic local data utility but is not disproportionate to a study tool.
Instruction Scope
SKILL.md instructs running local shell scripts in the package. The scripts perform local analysis, print guidance, and persist records to data/errors.json or a per-user data directory. There are no instructions to read unrelated system files, query remote endpoints, or exfiltrate data.
Install Mechanism
No install spec or remote downloads are used; this is instruction+script-only. Nothing is fetched from arbitrary URLs or written to unexpected system locations by an installer.
Credentials
The skill declares no required environment variables or credentials. The helper scripts respect typical environment variables (ERROR_ANALYSIS_DIR, XDG_DATA_HOME, HOME) to determine storage locations — this is reasonable and proportional for a tool that saves data locally.
Persistence & Privilege
The skill writes data locally: scripts/error.sh saves to the skill-local data/errors.json (under the skill files), and scripts/script.sh defaults to $XDG_DATA_HOME or $HOME/.local/share/error-analysis. It does not request elevated privileges, modify other skills, or set always:true. Consider that it will create/append files in your home/data directories.
Assessment
This skill appears to do exactly what it says: run the included shell/Python scripts to analyze mistakes and save them locally. Before installing/running: 1) verify you have Python 3 and inspect the two scripts (they are short and readable). 2) Be aware the skill will create/modify data/errors.json inside the skill folder and (if you run scripts/script.sh or rely on its defaults) files under $XDG_DATA_HOME or $HOME/.local/share/error-analysis. 3) There are no network calls or secret requirements, so major exfiltration risks are low. If you want stricter isolation, run it in a sandboxed environment or a throwaway directory and inspect the created files.Like a lobster shell, security has layers — review code before you run it.
latestvk973n2s8gss4pntwmanxcy2gsx8321mf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
