用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Treasoni/kaoyan_skills --skill mistake-restructure命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level orientation to opencli, see opencli-usage.
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through diagnosing the failure via OPENCLI_DIAGNOSTIC, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing adapters — see opencli-adapter-author for that.
基于 SOC 职业分类
正在显示 SKILL.md
| name | mistake-restructure |
| description | 错题本结构优化技能。自动分析错题关联、按知识点分类索引、生成关联网络图。触发词:"重构错题本"、"整理错题结构"、"优化错题索引"。 |
# 重构指定错题本
python .claude/skills/mistake-restructure/scripts/restructure.py \
--input "考研数学/高数-函数极限与连续/错题本.md"
# 预览模式(不修改文件)
python .claude/skills/mistake-restructure/scripts/restructure.py \
--input "考研数学/高数-数列极限/错题本.md" \
--preview
/mistake-restructure 重构 高数-函数极限与连续 的错题本
重构后的错题本结构:
pip install pyyaml
创建日期: 2026-03-25