qa-video-timestamps

qa-video-timestamps is a skill for Claude Code from natolambert/rlhf-book. It costs 71 tokens per session (939 once invoked), scanned A, original, no licence file.

A tool that finds the time for each question in a recorded course or lecture video by reading the slide number shown on screen, then adds links that jump to those times on YouTube. OCR means reading text from an image.

In plain words
What is it for?
It helps add or refresh “Show questions” links in the question lists on an RLHF course page. RLHF means training an AI system using feedback from people.
Why use it?
It saves the work of locating each question in a long video and creating individual timestamp links for a course page.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps add or refresh “Show questions” links in the question lists on an RLHF course page. RLHF means training an AI system using feedback from people.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/natolambert/rlhf-book/qa-video-timestamps
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 natolambert/rlhf-book --skill qa-video-timestamps
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 qa-video-timestamps

README.md
[![agentmods](https://agentmods.dev/badge/skills/natolambert/rlhf-book/qa-video-timestamps/github.svg)](https://agentmods.dev/skills/natolambert/rlhf-book/qa-video-timestamps)
Your own site
<a href="https://agentmods.dev/skills/natolambert/rlhf-book/qa-video-timestamps"><img src="https://agentmods.dev/badge/skills/natolambert/rlhf-book/qa-video-timestamps/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 qa-video-timestamps

Your own site · 80×15
<a href="https://agentmods.dev/skills/natolambert/rlhf-book/qa-video-timestamps"><img src="https://agentmods.dev/badge/skills/natolambert/rlhf-book/qa-video-timestamps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 31
    uvx/uv tool run commands without ==version create a rug-pull risk.
    Fix: Pin the version: uvx package-name==1.2.3
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.00071 $0.00939
Opus 5 $0.00036 $0.00469
Sonnet 5 $0.00014 $0.00188
Haiku 4.5 $0.00007 $0.00094

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

Security

Grade A, and why

qa-video-timestamps 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (ocr_slides.py, refine_timestamps.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

teach/.claude/skills/qa-video-timestamps/SKILL.md · 87 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

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. 11d ago First seen · 87 lines · 71 tokens per session scan A 394e79307880

Subscribe to this mod's changes

qa-video-timestamps is a skill published in the GitHub repository natolambert/rlhf-book (2,379 stars, last pushed 3d ago), with no licence file. It adds 71 tokens to every session and 939 once invoked, about $0.0004 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.

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