realtime_protocol_guidance_prompts

realtime_protocol_guidance_prompts is a skill for Claude Code, Codex from AndyZhuang/Opentest. It costs 66 tokens per session (3,102 once invoked), scanned A, original, MIT.

A prompt-generation skill for laboratory researchers using live video and protocol instructions. It turns the current experiment step and observed situation into one short command for voice playback or an augmented-reality display.

In plain words
What is it for?
Use it to provide the next instruction during a live experiment, correct deviations such as a wrong volume, or tell the operator when to move to the next step.
Why use it?
It helps researchers follow procedures hands-free and respond quickly when a step is skipped, performed incorrectly, or needs to continue.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to provide the next instruction during a live experiment, correct deviations such as a wrong volume, or tell the operator when to move to the next step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andyzhuang/opentest/realtime_protocol_guidance_prompts
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 AndyZhuang/Opentest --skill realtime_protocol_guidance_prompts
Clone the repo
git clone --depth 1 https://github.com/AndyZhuang/Opentest

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 realtime_protocol_guidance_prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts/github.svg)](https://agentmods.dev/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts)
Your own site
<a href="https://agentmods.dev/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts"><img src="https://agentmods.dev/badge/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts/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 realtime_protocol_guidance_prompts

Your own site · 80×15
<a href="https://agentmods.dev/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts"><img src="https://agentmods.dev/badge/skills/andyzhuang/opentest/realtime_protocol_guidance_prompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,102 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.00066 $0.03102
Opus 5 $0.00033 $0.01551
Sonnet 5 $0.00013 $0.00620
Haiku 4.5 $0.00007 $0.00310

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

Security

Grade A, and why

realtime_protocol_guidance_prompts 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.

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.

skills/labclaw/bio/realtime_protocol_guidance_prompts/SKILL.md · 209 lines

How it starts

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

Real-Time Protocol Guidance Prompts

Overview

realtime_protocol_guidance_prompts is the prompt-generation layer of the LabOS real-time XR guidance stack. Given the current first-person video frame (or VLM-derived scene description) and the active protocol context — current step, expected action, detected deviation, and operator state — it produces a single short guidance string optimized for voice synthesis (TTS) or AR overlay display. The output is imperative, concise, and actionable: "Add 50 µL buffer now." / "Vortex before proceeding." / "Step 4 complete. Move to pipette." — enabling hands-free, eyes-on-bench guidance that keeps the researcher in flow without interrupting to read a screen.

When to Use This Skill

Use this skill when any of the following conditions are present:

  • Live XR-assisted protocol execution: An operator wearing an XR headset is executing a wet-lab protocol and needs step-by-step voice or AR prompts at each transition — the agent must generate the next prompt based on current frame and protocol state.
  • Deviation correction delivery: protocol_video_matching has detected a deviation (e.g., skipped step, wrong volume) and the agent must convert the deviation into a corrective prompt: "Vortex the lysate for 30 seconds before adding ethanol."
  • Step confirmation and next-step cue: The current step has been validated (VLM detected expected action) and the agent must generate the next prompt: "Step 4 complete. Proceed to add 600 µL ethanol."
  • Timeout or stall detection: No expected action has been observed for a configurable duration; the agent must generate a reminder or prompt: "Continue with step 5: add ethanol to the lysate."
  • Hands-free operation: The researcher cannot look at a screen; guidance must be delivered via TTS or minimal AR text overlay — prompts must be short (≤ 15 words for TTS, ≤ 8 for AR overlay).
  • Multi-language support: The same protocol context must produce prompts in different languages (English, Spanish, Mandarin) for international teams or training.
  • Training mode: A trainee is learning a protocol; prompts include optional hints or warnings: "Careful: add ethanol slowly to avoid precipitation."
  • Error recovery: The operator has acknowledged a correction or asked for help; the agent must generate a recovery prompt: "Resume from step 6: centrifuge at 12,000 × g for 2 minutes."

Read the full file on GitHub · 209 lines

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 · 209 lines · 66 tokens per session scan A 0caca8b681ae

Subscribe to this mod's changes

realtime_protocol_guidance_prompts is a skill published in the GitHub repository AndyZhuang/Opentest (22 stars, last pushed 6mo ago), licensed MIT. It adds 66 tokens to every session and 3,102 once invoked, about $0.0003 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

method-design

Use this skill whenever the user wants to formalize a network architecture and derive theoretical components from a research idea. Triggers include: 'method design', 'design method', 'network architecture', 'formula derivation', 'method-design', 'theoretical framework', 'derive equations', 'compare alternatives'…

CUHK-AIM-Group/NeuroClaw · 163 tokens

llm-tuning-patterns

Evidence-based patterns for configuring LLM parameters, based on APOLLO and Godel-Prover research.

parcadei/Continuous-Claude-v3 · 12 tokens

dataflow-pattern-math-reasoning-sft

Reuse a reviewed pipeline pattern for constructing benchmark-aligned math reasoning SFT records from question-and-answer datasets with verifiable final answers.

OpenDCAI/Dataflow-LoopAI · 37 tokens

cfd-foamagent-runtime

LangGraph-mode runtime contract for scripts/foamrun.py — preserves Foam-Agent RAG and prompt behavior. For skill-mode case generation, use cfd-skills/cfd-foamagent/SKILL.md instead (fully self-sufficient, agent-driven, no foamrun.py wrapper).

csml-rpi/AI-CFD-Scientist · 64 tokens

science-vibecoding

Structured AI-assisted scientific code generation. 6 safety guards, 8 principles, 11 prompt templates. Grounded in Nature (2026).

Liu-MingH/Scientific-research-SKILL · 35 tokens

autoresearch

Run automated experiment loops to optimize algorithms, parameters, or prompts. Two modes: 'grid' for systematic parameter sweeps with Optuna TPE + WilcoxonPruner, 'creative' for Karpathy-style LLM-proposed changes. Use when: optimizing algorithm parameters, tuning thresholds, prompt optimization, ablation studies, or…

houshuang/awesome-claude-code · 120 tokens