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.
npx agentmods add skills/openai/openai-cookbook/bootstrap-realtime-evalnpx skills add openai/openai-cookbook --skill bootstrap-realtime-evalgit clone --depth 1 https://github.com/openai/openai-cookbookWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00076 | $0.01780 |
| Opus 5 | $0.00038 | $0.00890 |
| Sonnet 5 | $0.00015 | $0.00356 |
| Haiku 4.5 | $0.00008 | $0.00178 |
Grade A, and why
bootstrap-realtime-eval 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bootstrap Realtime Eval
Use this skill when the user wants a new realtime eval scaffold under examples/evals/realtime_evals/.
This skill is repo-specific. Do not copy harness code into the generated folder. The generated eval should point at the shared harnesses already in:
examples/evals/realtime_evals/crawl_harnessexamples/evals/realtime_evals/walk_harnessexamples/evals/realtime_evals/run_harness
Inputs To Collect
Always ask the user for the minimum set needed to choose and scaffold the eval before you create files, run the scaffold script, or author starter data. Do not skip this just because you can infer a default.
Ask for:
- Eval name
- Goal or scenario
- Harness choice, or enough context to recommend one
- System prompt path or inline text
- Tools JSON path or tool descriptions
- Data path or source materials
- Desired graders
If the user does not know which harness they want, explain the options briefly and recommend one. See references/harness-selection.md.
When the user asks for synthetic audio but does not specify a harness, default to crawl text-to-TTS unless they need the generated audio to carry particular noise, telephony artifacts, speaker characteristics, or other replay-specific properties. Use walk for those cases.
Keep the questions concise and grouped into one short batch whenever possible.
If the user only provides user_text or a short task description, still ask the questions above first. If they answer only partially, then infer the remaining low-risk details, call out the assumptions, and make the scaffold easy to revise later.
Workflow
-
Ask the user for the required inputs first.
- Do this before making files or selecting a final harness.
- If the user already supplied some of the inputs, ask only for the missing ones.
- If you recommend a harness, wait for the user response before scaffolding.
-
Pick the harness.
crawl: single-turn text-to-TTS.walk: replay saved audio or generate audio from text rows.run: multi-turn simulation with tool mocks and judge criteria.- If the user wants synthetic audio but does not care about replay-specific audio characteristics, prefer
crawloverwalk.
What ships with it
3 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.
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.
- yesterday First seen · 134 lines · 76 tokens per session scan A c7861252c75e
bootstrap-realtime-eval is a skill published in the GitHub repository openai/openai-cookbook (75,624 stars, last pushed 3d ago), licensed MIT. It adds 76 tokens to every session and 1,780 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.
Other skills, from other repositories
delphi-uses-graph
Analyzes a Delphi / Object Pascal codebase to extract unit-level uses dependencies. Use when the user uploads a zip / archive of a Delphi project, or a folder of .pas / .dpr / .dpk files, and asks for a dependency graph, architecture map, cycle detection, fan-in / fan-out coupling analysis, or wants to know how units…
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
baoyu-comic
Knowledge comics (知识漫画): educational, biography, tutorial.
hyperframes
Render MP4/WebM videos from HTML compositions.
baoyu-article-illustrator
Article illustrations: type × style × palette consistency.
kanban-video-orchestrator
Plan and run multi-agent video production pipelines.