laohan-cheat

laohan-cheat is a skill for Claude Code, Codex from hanzhcn/laohan-skills. It costs 97 tokens per session (1,915 once invoked), scanned A, original, MIT.

A routing adapter that connects an episode to the correct content-calibration track. The upstream cheat-on-content system performs the scoring, blind prediction, review, and rule updates.

In plain words
What is it for?
Use it when connecting an episode to calibration, choosing a calibration track, scoring and predicting an episode, or entering the calibration stage.
Why use it?
It prevents separate scoring formulas or prediction rules from drifting apart. It also keeps tutorial videos and opinion videos evaluated in separate tracks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it when connecting an episode to calibration, choosing a calibration track…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanzhcn/laohan-skills/laohan-cheat
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hanzhcn/laohan-skills --skill laohan-cheat
Clone the repo
git clone --depth 1 https://github.com/hanzhcn/laohan-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for laohan-cheat

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanzhcn/laohan-skills/laohan-cheat.svg)](https://agentmods.dev/skills/hanzhcn/laohan-skills/laohan-cheat)
Your own site
<a href="https://agentmods.dev/skills/hanzhcn/laohan-skills/laohan-cheat"><img src="https://agentmods.dev/badge/skills/hanzhcn/laohan-skills/laohan-cheat.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,915 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.01915
Opus 5 $0.00048 $0.00958
Sonnet 5 $0.00019 $0.00383
Haiku 4.5 $0.00010 $0.00192

Measured 7d ago against content hash 84b077a4d28f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

laohan-cheat scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

laohan-cheat/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

内容校准适配器

这里不是第二套 Cheat。cheat-on-content 是唯一校准引擎;本 skill 只把 episode 和它的校准 lane 接起来,避免本地 fork 公式、预测规则或迁移规则漂移。

不可跨越的边界

  • 禁止在这里按固定教程型权重打分,禁止估算后把分数当预测,禁止另写 PREDICT / RETRO / BUMP。
  • 禁止把 tutorial-video 的历史样本拿来评估 opinion-video;两种内容必须是独立 lane。
  • 盲预测必须在拍摄、发布、查看本期实际数据之前,由上游 cheat-on-content 写入其 predictions/;预测段不可改写。
  • 上游版本更新后若 state schema 不匹配,只能先执行 cheat-migrate dry-run。备份与用户确认前不得迁移历史 lane。

路由

评分前的 verify-blind-rubric.mjs 不得只核对 header:blind-rubric.md 必须逐字保留来源 rubric 当前完整维度定义与占位规则。维度语义有缩写、遗漏或改写时保持 PENDING,修复后换全新隔离上下文重评。

  1. 先运行 laohan-bianpai vendors。Cheat 或 dbskill upstream 有更新时只记录待办;只在新 episode 前或独立维护窗口运行 vendors --sync。它报告 schema migration 时停止,不能绕过,也不能在本期中途切换规则。
  2. 读取 episodes/<slug>/01-口播稿.md00-选题.md,判断内容形态。
    • 教程、明确操作路径、资源交付 → tutorial-video lane。
    • 观点、评论、议题、个人判断 → opinion-video lane。
    • 无法判断时停止,不能默认为教程型。
  3. 读取目标 lane 的 .cheat-state.json,确认 content_form 一致。观点视频固定使用工作流项目的 calibration/opinion-video/;无 lane 时先在该目录用上游 cheat-init 创建,不复用不匹配的旧目录。
  4. 先运行 node scripts/verify-blind-rubric.mjs calibration/<content_form>。对当前 01-口播稿.md 运行上游 cheat-score:主评分器可用完整 rubric_notes.md 解析公式,但隔离子评分器只可读取已验证的 blind-rubric.md 与本期稿。任何 contamination warning 都必须丢弃并重启全新隔离评分。完整输出必须保留原始隔离 JSON(完整 script hash、rubric version、各维分数/理由、input_status、self_check、refusal);登记脚本会复核它,不能只登记 Markdown 的 SHA。把无告警输出保存到 lane 内,再运行 node scripts/register-cheat-score-evidence.mjs ...
    • lane 尚无真实发布样本时(calibration_samples=0),状态必须标为枚举值 COLD_START_DIAGNOSTIC,不是白话“冷启动诊断”;register/prepare 脚本与 bianpai gate 按该枚举值机械判别,不得声称已验证质量或流量,也不得为了提高 composite 覆盖原版模板、口头禅、场景、节奏或金句。评分建议只有指出具体理解/交付问题时才进入改稿候选。
  5. 进入⑤:固定调用 dbs-script-flowdbs-resonatedbs-ai-checklaohan-shencha CONTENT_CLAIMS;只有首 5 秒被判弱时调用 dbs-hook。dbs-ai-check 只诊断具体命中句,不自动改写;dbs-hook 一旦触发,完整使用上游三种方法,每种3—5条、总计10—15条差异候选。严禁补造作者经历、采访人数、数据、结果或案例,缺证据必须写 [需真实证据]。报告完成后运行 node scripts/stamp-episode-script-hash.mjs episodes/<slug> 04-深扫报告.md 04-事实核验.md,两份⑤报告才会写入同一个 script_hash。仅 hash 匹配不足:③必须没有明确未解决高风险;⑤深扫必须 review_status: CLEARunresolved_issue_count: 0,事实核验必须 fact_check_status: CLEARcontradicted_count: 0unverifiable_count: 0,否则不得 prepare 或登记最终盲预测。⑤还必须输出 04-事实主张.json:任何 PROOF beat 都必须引用当前稿/事实报告绑定的 SUPPORTED claim_id 与同源 evidence,INFERRED(即使带 inference_note)不得进入 PROOF beat,来源链接本身不构成事实证明。注意:当前 stamp 脚本只绑定两份⑤报告 hash,04-事实主张.json 的 PROOF beat 边界属描述层约束,本次不改脚本。
  6. ⑤报告与当前稿 hash 一致后,先运行 node scripts/prepare-cheat-prediction-input.mjs episodes/<slug> calibration/<content_form>。把输出的 lane snapshot 作为上游 cheat-predict 的唯一输入,并在预测 metadata 写 **Script**: <snapshot path>**Script Hash**: <sha256>。然后运行 node scripts/register-cheat-prediction.mjs episodes/<slug> calibration/<content_form> predictions/<file>.md v1。它验证预测晚于快照、metadata 与快照一致,才写 03-预测证据.json 并标 RECORDED。任何改稿都会使 hash 失效;必须重跑⑤、prepare 新快照并登记新的 prediction revision,不能改写旧预测。
  7. 03-校准报告.md 的开头必须是:

Read the full file on GitHub · 57 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 57 lines · 97 tokens per session scan A 84b077a4d28f

Subscribe to this mod's changes

laohan-cheat is a skill published in the GitHub repository hanzhcn/laohan-skills (11 stars, last pushed 11d ago), licensed MIT. It adds 97 tokens to every session and 1,915 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.