rlhf-book: Skill for Claude Code

.claude/skills/serve-course-lecture/SKILL.md

serve-course-lecture is a skill for Claude Code from natolambert/rlhf-book. It costs 43 tokens per session (424 once invoked), scanned A, original, no licence file.

A tool that starts or checks a live preview of RLHF Book course lecture slides while preserving the image links they use. A live preview is a local version of a website or slide page that you can inspect before publishing.

In plain words
What is it for?
It is for serving, opening, checking, or debugging the lecture slides in teach/course/lec.md.
Why use it?
It helps diagnose missing images and other preview problems caused by incorrect relative file paths.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is natolambert/rlhf-book's own configuration. It tells Claude Code how to work on rlhf-book itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rlhf-book configures →

Reuse

Borrowing it

Nothing to install: this file belongs to natolambert/rlhf-book. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/natolambert/rlhf-book/main/.claude/skills/serve-course-lecture/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/natolambert/rlhf-book

Made for: Claude Code.

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 serve-course-lecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/natolambert/rlhf-book/serve-course-lecture/github.svg)](https://agentmods.dev/skills/natolambert/rlhf-book/serve-course-lecture)
Your own site
<a href="https://agentmods.dev/skills/natolambert/rlhf-book/serve-course-lecture"><img src="https://agentmods.dev/badge/skills/natolambert/rlhf-book/serve-course-lecture/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for serve-course-lecture

Your own site · 80×15
<a href="https://agentmods.dev/skills/natolambert/rlhf-book/serve-course-lecture"><img src="https://agentmods.dev/badge/skills/natolambert/rlhf-book/serve-course-lecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00043 $0.00424
Opus 5 $0.00022 $0.00212
Sonnet 5 $0.00009 $0.00085
Haiku 4.5 $0.00004 $0.00042

Measured 10d ago against content hash 3e675185fd43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

serve-course-lecture scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

uv run --extra teach python -c "import urllib.request as u; urls=['http://127.0.0.1:8081/lec5-chap7.html','http://127.0.0.1:8081/assets/rlvr-system.png']; [print(x, (r := u.urlopen(x, timeout=3)).status, r.getheader('con
.claude/skills/serve-course-lecture/SKILL.md · 51 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 10d ago First seen · 51 lines · 43 tokens per session scan A 3e675185fd43

Subscribe to this mod's changes

serve-course-lecture is a skill published in the GitHub repository natolambert/rlhf-book (2,376 stars, last pushed 2d ago), with no licence file. It adds 43 tokens to every session and 424 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

claude-authenticity

Detect whether an API endpoint is backed by genuine Claude (not a wrapper, proxy, or impersonator) using 9 weighted rule-based checks that mirror the claude-verify project. Also extracts injected system prompts from providers that override Claude's identity. Fully self-contained — copy the code below and run, no extra…

agentscope-ai/OpenJudge · 121 tokens

metric-design

Use when the user has evaluation principles or a dataset but needs help choosing the right graders, designing evaluation metrics, creating LLM-as-judge prompts, combining multiple metrics into a composite score, or building an automated evaluation pipeline. Also use when the user mentions grader selection, metric…

agentscope-ai/OpenJudge · 88 tokens

align-human

Use when the user has a judge/grader and human-labeled data, and wants to measure how well the judge agrees with humans, detect systematic biases, determine whether automatic evaluation can replace human review, or build a human-reduction roadmap. Also use when the user mentions calibration, TPR/TNR, judge validation…

agentscope-ai/OpenJudge · 100 tokens

redteam

Use when the user wants to test their LLM/agent application for safety and security vulnerabilities — jailbreaks, prompt injection, PII extraction, harmful content generation, or evaluator gaming. Also use when the user mentions security testing, adversarial testing, red teaming, safety evaluation, ASR (Attack Success…

agentscope-ai/OpenJudge · 89 tokens

auto-arena

Automatically evaluate and compare multiple AI models or agents without pre-existing test data. Generates test queries from a task description, collects responses from all target endpoints, auto-generates evaluation rubrics, runs pairwise comparisons via a judge model, and produces win-rate rankings with reports and…

agentscope-ai/OpenJudge · 103 tokens

meta-eval

Use when the user wants to build an evaluation system for an LLM/agent application but doesn't know where to start — they have traces, prompts, RAG pipelines, or nothing at all. Also use when the user mentions evaluation, eval, benchmarking, testing LLM quality, measuring agent performance, assessing RAG accuracy, or…

agentscope-ai/OpenJudge · 101 tokens