← 返回 Skills 市场
拾遗 · 通用备考错题追踪(shiyi-study-tracker)
作者
KaguraNanaga
· GitHub ↗
· v1.0.0
· MIT-0
257
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shiyi-study-tracker
功能描述
拾遗 · 通用考试备考追踪 Skill。适用于任何考试——GRE、雅思、考研、注会、高考、期末…… 核心功能:识别错题截图 → 自由标签分类 → 词库积累复用 → 二刷提醒 → 导出 Excel。 触发关键词:做了题、错了、截图发来、导出错题、待二刷、记得、不记得、换考试。 图片消息直接触发识别。
安全使用建议
This skill appears coherent and implements the stated study-tracker features locally. Before installing, note: (1) it writes all data to ~/.openclaw/skills/shiyi/data (questions, tag library, backups, exports) — review and manage that directory if you care about privacy; (2) image recognition is performed by the agentCall/multimodal model configured in your OpenClaw environment, so screenshots and prompts are sent to whatever model endpoint your agent uses — ensure you trust that model/provider; (3) the Excel export runs a small temporary Python script that requires Python + openpyxl on your system (not declared in package.json) — install those if you need export-with-images to work; (4) the skill runs scheduled scripts (cron/job entries suggested in README) which will read/write the local data dir — verify the cron configuration and channels (e.g., Feishu) you wire it to. If any of these are concerns (remote model usage, local data retention, or additional runtime deps), review the source files or run in a sandbox before enabling for production use.
功能分析
Type: OpenClaw Skill
Name: shiyi-study-tracker
Version: 1.0.0
The 'shiyi-study-tracker' skill is a legitimate tool designed to help users track exam preparation by archiving incorrect questions from screenshots or text. It uses multi-modal LLM calls to extract structured data (subject, question type, knowledge points) and stores this information locally in the user's home directory (~/.openclaw/skills/shiyi/data/). The skill includes features for spaced-repetition (review reminders), automated tagging, and Excel export. While the export functionality in 'scripts/export_xlsx.js' dynamically generates and executes a temporary Python script using 'execFile', it does so using safe JSON serialization of internal data, and there is no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name/description match the implemented files: multimodal image parsing, tag library, local JSON storage, reminders, and Excel export. The files and logic are coherent with an exam study tracker.
Instruction Scope
Runtime instructions and code operate on user-provided messages/images and local data under ~/.openclaw/skills/shiyi/data. The agentCall invocation sends image+prompt to the configured multimodal model (expected for OCR/analysis). There are no instructions to read unrelated system config or to transmit data to third‑party endpoints beyond the agentCall model invocation.
Install Mechanism
This is instruction/code-only (no platform install spec). The Node code uses a Python helper (writes and runs a temporary .py using openpyxl) when exporting Excel files but package.json does not declare Python/openpyxl dependencies. Users must have a system Python and openpyxl installed for exports to work; this is an operational requirement rather than a malicious installer.
Credentials
The skill declares no required env vars, credentials, or external config paths. It only reads/writes files under the skill data directory in the user's home directory, which is consistent with its purpose.
Persistence & Privilege
always:false and no manipulation of other skills or global agent settings. The skill persists its own data under ~/.openclaw/skills/shiyi/data (config.json, wrong_questions.json, backups, exports), which is expected for a local tracker.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shiyi-study-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/shiyi-study-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
shiyi-study-tracker v1.0.0
- 首个版本,通用考试错题与备考追踪 Skill,适配任意考试场景。
- 支持错题截图自动识别、自由标签分类与词库积累。
- 提供二刷提醒、自评、错题导出(含 Excel 筛选、截图嵌入)。
- 首次安装询问考试类型,支持随时更换,切换不影响历史错题。
- 每日定时推送错题汇总与复习提醒。
- 数据结构清晰,支持每日打卡与多重备份。
元数据
常见问题
拾遗 · 通用备考错题追踪(shiyi-study-tracker) 是什么?
拾遗 · 通用考试备考追踪 Skill。适用于任何考试——GRE、雅思、考研、注会、高考、期末…… 核心功能:识别错题截图 → 自由标签分类 → 词库积累复用 → 二刷提醒 → 导出 Excel。 触发关键词:做了题、错了、截图发来、导出错题、待二刷、记得、不记得、换考试。 图片消息直接触发识别。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。
如何安装 拾遗 · 通用备考错题追踪(shiyi-study-tracker)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shiyi-study-tracker」即可一键安装,无需额外配置。
拾遗 · 通用备考错题追踪(shiyi-study-tracker) 是免费的吗?
是的,拾遗 · 通用备考错题追踪(shiyi-study-tracker) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
拾遗 · 通用备考错题追踪(shiyi-study-tracker) 支持哪些平台?
拾遗 · 通用备考错题追踪(shiyi-study-tracker) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 拾遗 · 通用备考错题追踪(shiyi-study-tracker)?
由 KaguraNanaga(@kagurananaga)开发并维护,当前版本 v1.0.0。
推荐 Skills