← 返回 Skills 市场
ckchzh

Error Analysis

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
530
总下载
1
收藏
1
当前安装
12
版本数
在 OpenClaw 中安装
/install error-analysis
功能描述
错题分析助手。错题归类、知识点定位、薄弱环节分析、复习建议。Error analysis for study with categorization, knowledge gap identification. 错题本、考试复盘、学习分析。Use when analyzing exam mistakes.
使用说明 (SKILL.md)

error-analysis

错题分析助手。分析错误原因、知识点定位、举一反三出变式题。

Commands

All commands via scripts/error.sh:

Command Description
error.sh analyze "题目" "错误答案" "正确答案" 分析错题原因,定位知识点
error.sh knowledge "知识点" 知识点详细解析
error.sh similar "题目类型" 生成变式练习题
error.sh summary 错题统计与薄弱点分析
error.sh help 显示帮助信息

Usage

bash scripts/error.sh analyze "求x^2+2x+1=0的解" "x=1" "x=-1"
bash scripts/error.sh knowledge "一元二次方程"
bash scripts/error.sh similar "函数求导"
bash scripts/error.sh summary

Notes

  • Python 3.6+ compatible
  • No external dependencies
  • 错题记录保存在 data/errors.json

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: error-analysis Version: 2.0.0 The 'error-analysis' skill bundle is an educational tool designed to help users track and analyze study mistakes. The core functionality is implemented in `scripts/error.sh`, which uses an embedded Python script to manage a local JSON database (`data/errors.json`) and provide study recommendations. The code performs standard file I/O and string formatting without any evidence of data exfiltration, unauthorized network activity, or malicious command execution. The instructions in `SKILL.md` are consistent with the stated purpose and do not attempt to manipulate the AI agent's behavior for harmful ends.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install error-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /error-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.3.1
Quality upgrade: custom functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.1.1
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
元数据
Slug error-analysis
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 12
常见问题

Error Analysis 是什么?

错题分析助手。错题归类、知识点定位、薄弱环节分析、复习建议。Error analysis for study with categorization, knowledge gap identification. 错题本、考试复盘、学习分析。Use when analyzing exam mistakes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 530 次。

如何安装 Error Analysis?

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

Error Analysis 是免费的吗?

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

Error Analysis 支持哪些平台?

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

谁开发了 Error Analysis?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论