Agent skill · Media & Video

protocol_video_matching

Real-time XR video vs. protocol text matching and deviation detection. Aligns first-person XR headset video streams frame-by-frame against structured protocol steps, flags procedural deviations, scores compliance, and delivers corrective audio/visual overlays — enabling one-person lab operation with zero-missed-step guarantees.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill protocol_video_matching --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/labclaw/protocol_video_matching/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Protocol Video Matching ## Overview `protocol_video_matching` bridges the physical bench and the digital protocol by continuously aligning a first-person XR headset video stream (e.g., Meta Quest, HoloLens 2, Magic Leap) against structured protocol text in real time. The skill parses each protocol step into a semantic action graph, tracks operator gestures and reagent interactions through a Vision-Language Model (VLM), detects when execution diverges from the ground-truth procedure, and surfaces instant corrective guidance as spatial overlays — turning every researcher into a compliant, self-auditing one-person lab. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Live XR-assisted experiments**: An operator wearing a first-person XR headset is executing a wet-lab protocol (PCR, cell culture, CRISPR editing, RNA extraction, Western blot, etc.) and needs real-time step-by-step guidance or compliance validation. - **Protocol compliance auditing**: A lab manager needs post-hoc or live documentation showing whether a protocol was followed exactly — including timing, reagent volumes, temperature set-points, and action sequence. - **Deviatio

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Protocol Parsing & Action Graph Construction
  5. 2. Real-Time Video Frame Analysis via VLM
  6. 3. Deviation Detection & Compliance Scoring
  7. 4. Real-Time XR Corrective Guidance Overlay
  8. 5. Audit Trail & Report Generation
  9. 6. Offline & Edge Inference Mode
  10. Usage Examples
  11. Example 1 — Live RNA Extraction Compliance Check
  12. Example 2 — Post-Hoc Protocol Compliance Report from Recorded Video
  13. Example 3 — Opentrons Robot Protocol Validation via Overhead Camera
  14. Integration Notes
More from awesome-bio-agent-skills
All skills →
About this skill
What does the protocol_video_matching skill do?

Real-time XR video vs. protocol text matching and deviation detection. Aligns first-person XR headset video streams frame-by-frame against structured protocol steps, flags procedural deviations, scores compliance, and delivers corrective audio/visual overlays — enabling one-person lab operation with zero-missed-step guarantees.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill protocol_video_matching --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going