From Watch Skill
The user corrected an answer about a video — "no, it actually says X", "that's the wrong timestamp", "you misread the error code" — or asks why a video answer was wrong. Use this to record the correction as a lesson so future answers on similar questions improve, and to show what the system has learned and saved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/watch-skill:learning-from-mistakesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a video answer turns out wrong, the correction is worth more than
When a video answer turns out wrong, the correction is worth more than an apology. Report it and Watch Skill learns locally — the mistake is classified, stored as a lesson, injected into future similar questions, and where possible the original question is immediately re-asked to confirm the lesson actually fixes it.
The moment the user corrects a video answer, run:
watch-skill lessons add <video_id> "<question>" "<the wrong answer>" "<the correction>"
The output includes the lesson (error_class, guidance) and, when the
question was re-asked, whether the corrected answer now comes back —
tell the user which it was. Nothing is uploaded; lessons live in
~/.watch-skill/.
watch-skill lessons list
watch-skill stats
Lifetime token economics: what text-first answering and the semantic cache have saved versus stuffing raw frames into context. Quote real numbers from it when the user asks whether any of this is worth it.
npx claudepluginhub oxbshw/watch-skill --plugin watch-skillDetects corrections and learnings from user messages. Embedded in ask-question skill—do not invoke feedback-capture separately.
Records user feedback and integrates lessons into skill documentation, avoiding append-only pitfalls. Triggered by '记录反馈', '更新规则', '改进skill'.
Detects user corrections, reworks, mistakes, or note requests; runs human-confirmation loops, archives to project/global mistakebook/notebook, refreshes memory caches, escalates to Ascended Mode on repeats.